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

need website safety #8

Closed
yongdi opened this issue Jan 10, 2018 · 3 comments
Closed

need website safety #8

yongdi opened this issue Jan 10, 2018 · 3 comments

Comments

@yongdi
Copy link

yongdi commented Jan 10, 2018

can you provide a basic authentication just like rockmongo? our zk is no-password so everybody can modify via this website. only a user/password needed, for log in the website

@yongdi yongdi changed the title need web safety need website safety Jan 10, 2018
@elkozmon
Copy link
Owner

If you want basic auth on ZooNavigator it's only a matter of providing custom nginx config (see default template). I shall provide an example on how to do so in README but assuming you are running ZooNavigator web client in Docker, you should mount modified config to the container at path /etc/nginx/nginx.conf.template (note that this is a Go template)

My reason for not including basic auth out of the box is that ideally, you should be using Zookeeper ACLs for this.

@yongdi
Copy link
Author

yongdi commented Jan 11, 2018

ok, I see. using nginx auth is a good solution. thank you for answering in time, add a star for this

@yongdi yongdi closed this as completed Jan 11, 2018
@elkozmon
Copy link
Owner

You are welcome :)

@elkozmon elkozmon mentioned this issue Mar 21, 2018
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

2 participants