Replies: 1 comment
-
|
Oh it looks like it might be this #23478 |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Hi,
I'm using Azure Devops for our Git Repos with ArgoCD 3.1.0, and I'm trying to transition from PAT tokens to Azure Workload Identity, however I don't seem to be able to enable workload identity for existing ArgoCD Applications. It seems to remember the old settings somehow.
I've tried the following:
useAzureWorkloadIdentity: "true"to the secret, but I just get authentication failures.dev.azure.comandyourorg.visualstudio.com), then updating the ArgoCD Application to use the new repository. However, I still authentication errors that reference the old repository url.If I instead create a brand new ArgoCD app that references a repository that has workload identity enabled, then that actually seems to be working fine.
What causes the repo url not to switch over to workload identity properly?
Beta Was this translation helpful? Give feedback.
All reactions