mirror of
https://github.com/apache/zeppelin
synced 2026-05-24 09:38:26 +00:00
Address @prabhjyotsingh feedback
This commit is contained in:
parent
5c9242c3ed
commit
4411188d80
1 changed files with 6 additions and 5 deletions
|
|
@ -58,6 +58,7 @@ shiro.loginUrl = /api/login
|
|||
role1 = *
|
||||
role2 = *
|
||||
role3 = *
|
||||
admin = *
|
||||
|
||||
[urls]
|
||||
# This section is used for url-based security.
|
||||
|
|
@ -66,8 +67,8 @@ role3 = *
|
|||
# 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/interpreter/** = authc, roles[admin]
|
||||
/api/configurations/** = authc, roles[admin]
|
||||
/api/credential/** = authc, roles[admin]
|
||||
#/** = anon
|
||||
/** = authc
|
||||
|
|
|
|||
Loading…
Reference in a new issue