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 support for basic authentication #15

Merged
merged 2 commits into from Jan 25, 2020
Merged

Add support for basic authentication #15

merged 2 commits into from Jan 25, 2020

Conversation

ricoberger
Copy link
Member

We updated the bind and kubenav-plugin to support basic authentication. The username and password fields can be used for basic authentication in the manual cluster configuration. Also the username and password fields in a provided kubeconfig file are parsed now.

We updated the bind and kubenav-plugin to support basic authentication.
The username and password fields can be used for basic authentication in
the manual cluster configuration. Also the username and password fields
in a provided kubeconfig file are parsed now.
@ricoberger ricoberger added the enhancement New feature or request label Jan 25, 2020
For existing clusters the username and password fields are undefined.
but we are checking only for string in the implementations for the
request function. Now we checking every value, to ensure that only a
string is passed to the underlying implementations.
@ricoberger ricoberger merged commit 122f2b5 into master Jan 25, 2020
@ricoberger ricoberger deleted the add-basic-auth branch January 25, 2020 21:33
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant