Replies: 2 comments 1 reply
-
The answer was I needed to add certificateAuthorityData to the JWTAuthenticator. Perhaps a debug message could be added to the log file to make this easier to figure out?
|
Beta Was this translation helpful? Give feedback.
-
Hi @lknite, Happy to help with that. First, an aside... have you considered using the Pinniped Supervisor as part of your setup? It offers many benefits in a multi-cluster world. See https://pinniped.dev/docs/tutorials/concierge-and-supervisor-demo/ for some of the benefits. Ok, going back to talking about a Concierge-only setup... Here is a basic working example. I'll use GitLab as my OIDC provider since I don't have keycloak running, but the concepts should be the same.
|
Beta Was this translation helpful? Give feedback.
-
Everything looks good yet a browser is not being launched to gather credentials. If I add --skip-browser the error message remains the same without providing a url for me to access to login to. I see this in the concierge log:
There is an authenticator though, or I believe I've done this right:
I'm using this script to test with (same error when using this setup via .kube/config):
In what environment did you see this bug?
Client Version: version.Info{Major:"1", Minor:"21", GitVersion:"v1.21.0+vmware.wcp.2", GitCommit:"d5bb17833505d15ce5f40815bb14fede978fe8c1", GitTreeState:"clean", BuildDate:"2021-08-14T16:46:51Z", GoVersion:"go1.16.1", Compiler:"gc", Platform:"linux/amd64"}
Server Version: version.Info{Major:"1", Minor:"20", GitVersion:"v1.20.12+vmware.1", GitCommit:"768a3bbd17406f20f51df36cbd12695c8293392d", GitTreeState:"clean", BuildDate:"2021-11-01T22:45:04Z", GoVersion:"go1.15.15", Compiler:"gc", Platform:"linux/amd64"}
Beta Was this translation helpful? Give feedback.
All reactions