blob: bcb1456b5dff688083c6ee07393cbd3fc76c4df6 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
|
# ACL mapping
#
# Format:
# <mapping name> = <resource ID>,<operation>
# Example:
# users = certServer.ca.users,execute
account.login = certServer.kra.account,login
account.logout = certServer.kra.account,logout
# audit configuration
audit.read = certServer.log.configuration,read
audit.modify = certServer.log.configuration,modify
# audit logs
audit-log.read = certServer.log.content.signedAudit,read
groups = certServer.kra.groups,execute
keys = certServer.kra.keys,execute
keyrequests = certServer.kra.keyrequests,execute
selftests.read = certServer.kra.selftests,read
selftests.execute = certServer.kra.selftests,execute
users = certServer.kra.users,execute
|