-
Notifications
You must be signed in to change notification settings - Fork 128
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 Support for Workload Identity Federation for Azure Service Connections #4968
Comments
It seems like the When trying to use credentials inside a program executed in the Whereas, if I take that exact az command that it executes ( To workaround this issue, I've had to implement a custom This is a temporary workaround as I don't read the expiration of the token, and I assume the token is set up correctly wrt. scopes.
And then I use it like
|
@willadsen can you please file a separate issue for the |
I'm fairly certain it is related, because if I use a good old Service connection using a SP, it works just fine. If you still think it's a separate issue I'll gladly create a new issue |
Hi all, any update on this? We are also facing this issue and are going to have to resort back to using a service principal (secret) for AzureFileCopy tasks in ADO pipelines. Thanks! |
@bbrandt and @cyclelabs-ryanberger the You can acquire it via vcpkg, or directly from GitHub: |
Tracking item to add WorkloadIdentityCredential support for Azure Service Connections (App Config). @KarishmaGhiya is driving the investigation.
Original partner ask: Azure/azure-sdk-for-js#27093
From @KarishmaGhiya:
The text was updated successfully, but these errors were encountered: