-
Notifications
You must be signed in to change notification settings - Fork 2.8k
Revise documentation about basic authentication #877
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
Conversation
…. Remove unnecessary spaces.
…. Remove unnecessary spaces.
# Conflicts: # docs/interpreter/cassandra.md
# Conflicts: # docs/interpreter/cassandra.md
# Conflicts: # docs/interpreter/cassandra.md
# Conflicts: # docs/interpreter/cassandra.md # docs/interpreter/spark.md # docs/manual/interpreters.md
# Conflicts: # docs/security/authentication.md
| Then check HTTP Basic Authentication works in browser. If you can see regular basic auth popup and then able to login with credential you entered into `.htpasswd` you are good to go. | ||
|
|
||
| <img src="/assets/themes/zeppelin/img/screenshots/authentication-basic-auth-nginx-request.png" /> | ||
| <img src="/assets/themes/zeppelin/img/screenshots/authentication-basic-auth-nginx-https.png" /> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Would you also remove image files
"docs/assets/themes/zeppelin/img/screenshots/authentication-basic-auth-nginx-request.png" and "docs/assets/themes/zeppelin/img/screenshots/authentication-basic-auth-nginx-https.png" ?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@Leemoonsoo No problem. I'd remove png files you pointed out :)
Thank you for your review.
|
Thanks @yoonjs2 for the nice improvement on documentation. |
What is this PR for?
Revised documentation about nginx authentication after receive few comments about it. Especially for users who using old version of nginx (older than 1.3) facing websocket failures when using zeppelin after follow instructions. I put more information for those users to encourage use of latest version of nginx if possible + fix few grammars for readability.
What type of PR is it?
Documentation