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

Check if authProvider property exists on cluster #55

Merged
merged 1 commit into from Apr 14, 2020

Conversation

ricoberger
Copy link
Member

The authProvider was introduced in a later version of kubenav. Therefor it is possible that the property doesn't exists on old cluster configurations. This results in an error, which can only be fixed by readding the cluster.

This PR fixes the check for the authProvider property and applies the OIDC configuration only if the property exists.

The authProvider was introduced in a later version of kubenav. Therefor
it is possible that the property doesn't exists on old cluster
configurations. This results in an error, which can only be fixed by
readding the cluster.

This commit fixes the check for the authProvider property and applies
the OIDC configuration only if the property exists.
@ricoberger ricoberger added the bug Something isn't working label Apr 14, 2020
@ricoberger ricoberger merged commit 5e0c4f7 into master Apr 14, 2020
@ricoberger ricoberger deleted the fix-oidc-check branch April 14, 2020 16:57
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant