Address @prabhjyotsingh feedback

This commit is contained in:
AhyoungRyu 2016-07-10 16:58:25 +09:00
parent 5c9242c3ed
commit 4411188d80

View file

@ -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