summaryrefslogtreecommitdiffstats
path: root/base/kra/shared/webapps/kra/WEB-INF/auth.properties
blob: 0a529f060dc34dd9dde1b4a9570068ce8dd08286 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
# 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/account/login = certServer.kra.account,login
/kra/rest/account/logout = certServer.kra.account,logout
/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