kubectl works with token from oidc-login get-token
but does not work when this is automated
#917
Labels
bug
Something isn't working
Describe the issue
When I use the "standard" oidc-login flow:
I get:
error: You must be logged in to the server (Unauthorized)
When I retrieve the token manually with:
and put the token manually in
.kube/config
:my
kubectl
commands work as exptected.Additional Info:
How can I debug this further?
The text was updated successfully, but these errors were encountered: