summaryrefslogtreecommitdiffstats
path: root/base/kra/shared/webapps/kra/WEB-INF/auth.properties
blob: d2ba3075e15decadd1e2bdc43bcb6e82fcbaf05d (plain)
1
2
3
4
5
6
7
8
9
10
# Restful API auth/authz mapping info
#
# Format:
# <Rest API URL> = <ACL Resource ID>,<ACL resource operation>
# ex:      /kra/pki/key/retrieve = certServer.kra.pki.key.retrieve,execute

/kra/rest/admin/users = certServer.kra.users,execute
/kra/rest/admin/groups = certServer.kra.groups,execute
/kra/rest/agent/keys = certServer.kra.keys,execute
/kra/rest/agent/keyrequests = certServer.kra.keyrequests,execute