summaryrefslogtreecommitdiffstats
path: root/base/kra/shared/webapps/kra/WEB-INF/auth.properties
blob: 567747f5b0d5aa504ef0184190d271d7ff2b64ab (plain)
1
2
3
4
5
6
7
8
9
10
11
12
# Restful API auth/authz mapping info
#
# Format:
# <ACL Mapping> = <ACL Resource ID>,<ACL Resource Operation>
# ex:      admin.users = certServer.ca.users,read

account.login = certServer.kra.account,login
account.logout = certServer.kra.account,logout
admin.users = certServer.kra.users,execute
admin.groups = certServer.kra.groups,execute
agent.keys = certServer.kra.keys,execute
agent.keyrequests = certServer.kra.keyrequests,execute