You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Troubleshooting an initial concierge-only pinniped setup.
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:
$ k get jwtauthenticators.authentication.concierge.pinniped.dev
NAME ISSUER AUDIENCE AGE
oidc-config https://keycloak.k.home.net/auth/realms/home.net kubernetes 5d20h
I'm using this script to test with (same error when using this setup via .kube/config):
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?
Troubleshooting an initial concierge-only pinniped setup.
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"}
Additional
jwt oidc config:
The text was updated successfully, but these errors were encountered: