You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi. I've deployed ArgoCD in a GKE cluster and I'm trying to configure Entra ID App Registration Auth using OIDC. I've followed the documentation step by step, but this error appears when I try to log in:
failed to generate client assertion: AZURE_FEDERATED_TOKEN_FILE env variable not found, make sure workload identity is enabled on the cluster
I'm not sure what is missing since I'm trying to use Workload Identity Federation.
ArgoCD was deployed using Terraform, here's a snipped of the config for the Helm resource I used:
My first guess probably is the Cluster issuer URL, that is configured with this value: https://container.googleapis.com/v1/projects/<my-project>/locations/<my-region>/clusters/<my-cluster>
Any suggestion, tip, idea or documentation I probably miss is welcome. Thanks!
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
Uh oh!
There was an error while loading. Please reload this page.
-
Hi. I've deployed ArgoCD in a GKE cluster and I'm trying to configure Entra ID App Registration Auth using OIDC. I've followed the documentation step by step, but this error appears when I try to log in:
I'm not sure what is missing since I'm trying to use
Workload Identity Federation.ArgoCD was deployed using Terraform, here's a snipped of the config for the Helm resource I used:
My first guess probably is the Cluster issuer URL, that is configured with this value:
https://container.googleapis.com/v1/projects/<my-project>/locations/<my-region>/clusters/<my-cluster>Any suggestion, tip, idea or documentation I probably miss is welcome. Thanks!
Beta Was this translation helpful? Give feedback.
All reactions