mirror of
https://github.com/apache/zeppelin
synced 2026-05-24 09:38:26 +00:00
Revert shiro setting
This commit is contained in:
parent
4411188d80
commit
5896c12a0a
1 changed files with 6 additions and 6 deletions
|
|
@ -66,9 +66,9 @@ admin = *
|
|||
# anon means the access is anonymous.
|
||||
# authc means Form based Auth Security
|
||||
# To enfore security, comment the line below and uncomment the next one
|
||||
/api/version = anon
|
||||
/api/interpreter/** = authc, roles[admin]
|
||||
/api/configurations/** = authc, roles[admin]
|
||||
/api/credential/** = authc, roles[admin]
|
||||
#/** = anon
|
||||
/** = authc
|
||||
# /api/version = anon
|
||||
# /api/interpreter/** = authc, roles[admin]
|
||||
# /api/configurations/** = authc, roles[admin]
|
||||
# /api/credential/** = authc, roles[admin]
|
||||
/** = anon
|
||||
#/** = authc
|
||||
|
|
|
|||
Loading…
Reference in a new issue