-
Notifications
You must be signed in to change notification settings - Fork 92
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
Issues when using Azure DevOps federated identity token #413
Comments
never tested it in azure devops. i wonder if the token format is different. Can you try to copy it out and paste to https://jwt.ms to see what it looks like? |
@azooinmyluggage can you help take a look? it'd be great if you or your team can provide a writeup on end to end using Azure DevOps with Federated identity to access AKS clusters. |
This worked fine for us |
please reopen with more info if needed |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I am trying to use kubelogin as an exec plugin for kubernetes. I am getting the OIDC token from Azure DevOps.
Here is an abridged version of what I'm trying to do:
The
kubectl get pods
fails with:As you can see, the token just succeeded in authenticating with
az login
, but I get an error from kubelogin that the token is invalid or malformed. Am I doing something wrong?The text was updated successfully, but these errors were encountered: