Skip to content

Commit

Permalink
Address @prabhjyotsingh feedback
Browse files Browse the repository at this point in the history
  • Loading branch information
AhyoungRyu committed Jul 11, 2016
1 parent 5c9242c commit 4411188
Showing 1 changed file with 6 additions and 5 deletions.
11 changes: 6 additions & 5 deletions conf/shiro.ini
Expand Up @@ -58,6 +58,7 @@ shiro.loginUrl = /api/login
role1 = *
role2 = *
role3 = *
admin = *

[urls]
# This section is used for url-based security.
Expand All @@ -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

0 comments on commit 4411188

Please sign in to comment.