summaryrefslogtreecommitdiffstats
path: root/base/kra/shared/webapps/kra/WEB-INF/acl.properties
blob: 952bdad33e5d2006fdcd7a4bfc74a3d1c01d3c05 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
# Restful API authorization mapping info
#
# Format:
# <mapping name> = <resource ID>,<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