-
Notifications
You must be signed in to change notification settings - Fork 2.2k
[FEATURE REQ] azure-identity-extensions for PostgreSQL is inneficient #39393
Copy link
Copy link
Closed
Labels
ClientThis issue points to a problem in the data-plane of the library.This issue points to a problem in the data-plane of the library.azure-springAll azure-spring related issuesAll azure-spring related issuescustomer-reportedIssues that are reported by GitHub users external to the Azure organization.Issues that are reported by GitHub users external to the Azure organization.needs-team-attentionWorkflow: This issue needs attention from Azure service team or SDK teamWorkflow: This issue needs attention from Azure service team or SDK team
Milestone
Metadata
Metadata
Assignees
Labels
ClientThis issue points to a problem in the data-plane of the library.This issue points to a problem in the data-plane of the library.azure-springAll azure-spring related issuesAll azure-spring related issuescustomer-reportedIssues that are reported by GitHub users external to the Azure organization.Issues that are reported by GitHub users external to the Azure organization.needs-team-attentionWorkflow: This issue needs attention from Azure service team or SDK teamWorkflow: This issue needs attention from Azure service team or SDK team
Type
Fields
Give feedbackNo fields configured for issues without a type.
Projects
StatusShow more project fields
Done
https://github.com/Azure/azure-sdk-for-java/tree/main/sdk/identity/azure-identity-extensions
I just wanted to let you know that the way the above is implemented for PostgreSQL is inefficient.
This is due to the way that the postgreSQL driver creates an instance of the authenticator plugin for each connection request.
This means that a new token is requested for each connection request.
I'm just reporting this as a courtesy as I'm not going to be using this code