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

Is there any authentication for the UI ? #19

Closed
saiyam1814 opened this issue Apr 14, 2021 · 8 comments
Closed

Is there any authentication for the UI ? #19

saiyam1814 opened this issue Apr 14, 2021 · 8 comments

Comments

@saiyam1814
Copy link

It would be good if there is any authentication for login into the UI

@liqiang-fit2cloud
Copy link
Collaborator

Yes, you can set env GOTTY_CREDENTIAL=user:pwd to enable the basic authentication.
docker run --name="webkubectl" -p 8080:8080 -e GOTTY_CREDENTIAL=user01:password01 -d --privileged kubeoperator/webkubectl

@saiyam1814
Copy link
Author

Awesome thanks, So I am writing a blog (almost finished) where I show how to deploy and use webkubectl inside Kubernetes cluster

@liqiang-fit2cloud
Copy link
Collaborator

Good to know that, thank you. 😃

@jainpratik163
Copy link

is there any way where we can define multiple usernames and passwords for diff people as I can see with basic authentication we can only provide one username and password?

@liqiang-fit2cloud
Copy link
Collaborator

Not support this.

@jainpratik163
Copy link

any plan for this support?

@liqiang-fit2cloud
Copy link
Collaborator

any plan for this support?

Would you please log a new issue for this feature?

@liqiang-fit2cloud
Copy link
Collaborator

is there any way where we can define multiple usernames and passwords for diff people as I can see with basic authentication we can only provide one username and password?

Multiple username and password is supported since v2.11.0

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

No branches or pull requests

3 participants