Replies: 2 comments 8 replies
-
The option of logging in with OIDC or with your kubeconfig are two separate things. Which is it that you want to do? |
Beta Was this translation helpful? Give feedback.
-
Hey @creeram I am trying to accomplish something similar to you. Although we are using AKS & MI. We are trying to promote from github workflow with kargo cli if for example test automation succeeds. I think our login works fine but we are getting this error: What I dont understand is why does it requires permissions to namespaces. What kind of permissions did you have to permit? Here are the rules for the role that I am binding to the Managed Identity:
|
Beta Was this translation helpful? Give feedback.
-
I have disabled admin user and enabled oidc login for kargo, but wheh i use kargo cli with kubeconfig it says
Error: get client from config: seems like you are not logged in; please use
kargo loginto authenticate
. But when i use kubeconfig with oidc enabled it works but not for a kubeconfig without oidc which has admin access? how can i make it work?command uses:
kargo login https://kargo.example.com --kubeconfig --insecure-skip-tls-verify
i doesnot throw any error.but when i use
kargo get freight --project=kargo-demo
it throws the above Error: get client from config: seems like you are not logged in.Beta Was this translation helpful? Give feedback.
All reactions