-
Notifications
You must be signed in to change notification settings - Fork 1.2k
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 #27093
Comments
@joshfree the doc only says it supports authentication for workloads running on Kubernetes what about authentication for service connections using workload identity federated credential in azure devops? |
@joshfree I spoke to @ChristineWanjau Looks like App Configuration is using the preview feature Azure Devops for their authenication for service connection using workload identity. Essentially what happens is when they request an idToken, it gets supplied by Azure Devops (https://devblogs.microsoft.com/devops/public-preview-of-workload-identity-federation-for-azure-pipelines/#custom-azure-tasks-and-extensions). But this idToken is not written to a file, it's speculated to be supplied through the env. So the ask was that do we support the scenario. |
@KarishmaGhiya could you give an update on this item? |
Please provide an update on when this will be allowed. This is also impacting AzureFileCopy task: https://learn.microsoft.com/en-us/azure/devops/pipelines/tasks/reference/azure-file-copy-v4?view=azure-pipelines |
@ryanberger-az This work item is only tracking the support of WI on Azure Identity SDK for Azure Service Connections scenario. |
Github Gist -https://gist.github.com/KarishmaGhiya/81ee6265ab6e9109d3bf510678878b34 |
Linking to #28726 (comment) @MRayermannMSFT assuming I understood the ask correctly, I believe this is the issue you want to follow along on - is that right? |
@maorleger I think you are probably right? |
PR to support this - #28628 |
Does @azure/identity for js support authentication for service connections using workload identity federated credential?
Tasks
The text was updated successfully, but these errors were encountered: