Skip to content

Commit 4fbc5e5

Browse files
committed
ZEPPELIN-661: Add the default status information of anon and authcBasic
1 parent 795f177 commit 4fbc5e5

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

docs/manual/shiroauthentication.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,14 @@ When you connect to Apache Zeppelin, you will be asked to enter your credentials
2828
You can setup **Zeppelin notebook authentication** in some simple steps.
2929

3030
####1. Secure the HTTP channel
31+
To secure the HTTP channel, you have to change both **anon** and **authcBasic** settings in `conf/shiro.ini`. In here, **anon** means "the access is anonymous" and **authcBasic** means "basic auth security".
32+
33+
The default status of them is
34+
35+
```
36+
/** = anon
37+
#/** = authcBasic
38+
```
3139
Deactivate the line "/** = anon" and activate the line "/** = authcBasic" in `conf/shiro.ini` file.
3240

3341
```

0 commit comments

Comments
 (0)