-
Notifications
You must be signed in to change notification settings - Fork 156
Description
The documentation I have linked below suggests that I use OIDC auth with Azure Kubernetes, however if I do this and sql db needs to open new connections after the token's expiration, I don't see any mechanism that would allow this to work - there is no refresh for the OIDC token.
Am I not supposed to use this driver as a long running pool? I'm not sure how to square these docs below with what I can find in the driver code and the experiments I've run.
Please answer these questions before submitting your issue.
In order to accurately debug the issue this information is required. Thanks!
-
What version of GO driver are you using?
1.17.0 -
What operating system and processor architecture are you using?
Linux/amd -
What version of GO are you using?
1.25.3
4.Server version:* E.g. 1.90.1
9.33.0
- What did you do?
See above.
- What did you expect to see?
See above.
- Can you set logging to DEBUG and collect the logs?
Let me know if theres something you need on this.