Revert shiro setting

This commit is contained in:
AhyoungRyu 2016-07-10 17:06:47 +09:00
parent 4411188d80
commit 5896c12a0a

View file

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