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

add OIDC auth plugin #97

Merged
merged 3 commits into from
Dec 18, 2017
Merged

add OIDC auth plugin #97

merged 3 commits into from
Dec 18, 2017

Conversation

prydonius
Copy link
Contributor

fixes #96

cmd/root.go Outdated
_ "k8s.io/client-go/plugin/pkg/client/auth/gcp"
_ "k8s.io/client-go/plugin/pkg/client/auth/oidc"
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

probably it is better to do:

_ "k8s.io/client-go/plugin/pkg/client/auth

so that include the plugin for Azure as well

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

oh, you're right - didn't see that the top-level package includes them all

@prydonius
Copy link
Contributor Author

@andresmgot PTAL, had to update deps

@andresmgot
Copy link
Contributor

LGTM

@prydonius prydonius merged commit 9ffd835 into master Dec 18, 2017
@prydonius prydonius deleted the oidc-auth-fix branch December 18, 2017 11:05
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 this pull request may close these issues.

No Auth Provider found for name "oidc"
2 participants