Skip to content

Commit 96d1fac

Browse files
committed
correct comment in SECURITY-README and keep anonymous policy by default in zeppelin-site.xml.template
1 parent 6fd9982 commit 96d1fac

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

SECURITY-README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ This a a first step toward full security as implemented by this pull request (ht
2121

2222
#Security setup
2323
1. Secure the HTTP channel: Comment the line "/** = anon" and uncomment the line "/** = authcBasic" in the file conf/shiro.ini. Read more about he shiro.ini file format at the following URL http://shiro.apache.org/configuration.html#Configuration-INISections.
24-
2. Secure the Websocket channel : Set to property "zeppelin.anonymous.allowed" to "true" in the file conf/zeppelin-site.xml. You can start by renaming conf/zeppelin-site.xml.template to conf/zeppelin-site.xml
24+
2. Secure the Websocket channel : Set to property "zeppelin.anonymous.allowed" to "false" in the file conf/zeppelin-site.xml. You can start by renaming conf/zeppelin-site.xml.template to conf/zeppelin-site.xml
2525
3. Start Zeppelin : bin/zeppelin.sh
2626
4. point your browser to http://localhost:8080
2727
5. Login using one of the user/password combinations defined in the conf/shiro.ini file.

conf/zeppelin-site.xml.template

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -182,7 +182,7 @@
182182

183183
<property>
184184
<name>zeppelin.anonymous.allowed</name>
185-
<value>false</value>
185+
<value>true</value>
186186
<description>Anonymous user allowed by default</description>
187187
</property>
188188

0 commit comments

Comments
 (0)