-
Notifications
You must be signed in to change notification settings - Fork 95
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add language-specific examples with AzureIdentity SDK to access Azure resources #187
Comments
I tried to use ManagedIdentityCredential with Azure Workload Identity to access a blob in a storageaccount, like this:
Authentication works, but repeated accesses are slow (30s) and I receive the following log messages:
The strange timestamp is There has been a bug against azure-identity with a similar error message: Azure/azure-sdk-for-java#25598 I assume that I am missing something. Can you comment? The setup works, as using ClientAssertionCredential works just fine. I can connect and read the properties of the blob, authentication is quick and new Azure AD tokens are fetched every 55 minutes. |
@FlorianZieglerFeuerbach Thanks for commenting here. Azure Workload Identity only sets up the env vars used by sdks. For sdk specific issues, I would recommend opening an issue in the corresponding sdk repo so maintainers of the sdk would be able to respond to the issue. |
The Azure Identity beta sdks are available for node, python, java and .NET
The text was updated successfully, but these errors were encountered: