Oauth authentication logs #9076
Unanswered
marcelhorner
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hello everyone,
I am trying to enable Oauth authentication for Kubernetes Dashboard on Azure.
I was able to make the login proccess to work, but when user is sent back to Kubernetes Dashboard I get this error:
"Unable to connect to Authorization server. Please contact your administrator"
There is no log message on any pod.
I've tried to search for logs inside the pods but I can't "kubectl exec" into them, I get this error:
"OCI runtime exec failed: exec failed: unable to start container process: exec: "/bin/sh": stat /bin/sh: no such file or directory: unknown"
Is there a way to get more information about the error I am getting when sent to Kubernetes Dashboard after logging in on Azure? Is there a way to enable debug logs for Kubernetes Dashboard when deploying it with Helm Chart?
Thank you!
Beta Was this translation helpful? Give feedback.
All reactions