okta-kubectl-auth
okta-kubectl-auth copied to clipboard
Unsure if this is more widespread of if I was just doing something wrong, but I got go panics when trying to run the 0.12.0 darwin binary that looked like...
zsh: segmentation fault okta-kubectl-auth
Hello @simonswine ! Thanks for writing this tool. For some reason I can't see the groups on the Kubernetes side from okta, I've double check the configuration following your docs...
We should verify that base-domain, client-id and client-secret are supplied and valid ``` ./okta-kubectl-auth panic: Failed to query provider "": Get /.well-known/openid-configuration: unsupported protocol scheme "" goroutine 1 [running]: github.com/jetstack/okta-kubectl-auth/pkg/okta.(*Okta).provider(0xc420154000,...
A run of `okta-kubectl-auth init --url xyz --client-id xyz --client-secret xyz` should return the kubectl instructions to setup the plugin in the current kubeconfig context
We should be able to use refresh_token to renew the id_token using okta That refresh token needs to be stored somewhere in the user/kube directory and should be updated with...