summaryrefslogtreecommitdiffstats
path: root/base/tks/shared/conf/acl.properties
blob: 5c072c7c6454fba9d6e2b7c0a4f5684daeb2a5c8 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
# ACL mapping
#
# Format:
#   <mapping name> = <resource ID>,<operation>
# Example:
#   users = certServer.ca.users,execute

account.login = certServer.tks.account,login
account.logout = certServer.tks.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.tks.groups,execute
selftests.read = certServer.tks.selftests,read
selftests.execute = certServer.tks.selftests,execute
users = certServer.tks.users,execute