Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

No Auth Provider found for name "oidc" #96

Closed
chrisfelix82 opened this issue Dec 15, 2017 · 1 comment · Fixed by #97
Closed

No Auth Provider found for name "oidc" #96

chrisfelix82 opened this issue Dec 15, 2017 · 1 comment · Fixed by #97

Comments

@chrisfelix82
Copy link

I am getting this error ERRO[0000] can't get Kubernetes client: No Auth Provider found for name "oidc" . Does the cluster have to have OIDC RBAC?

@prydonius
Copy link
Contributor

Looks like we need to import "k8s.io/client-go/plugin/pkg/client/auth/oidc" similar to what we're doing with GCP: https://github.com/kubeapps/kubeapps/blob/master/cmd/root.go#L44

prydonius added a commit that referenced this issue Dec 18, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants