summaryrefslogtreecommitdiffstats
path: root/base/tps/shared/conf/acl.properties
diff options
context:
space:
mode:
Diffstat (limited to 'base/tps/shared/conf/acl.properties')
-rw-r--r--base/tps/shared/conf/acl.properties42
1 files changed, 42 insertions, 0 deletions
diff --git a/base/tps/shared/conf/acl.properties b/base/tps/shared/conf/acl.properties
new file mode 100644
index 000000000..840c0610e
--- /dev/null
+++ b/base/tps/shared/conf/acl.properties
@@ -0,0 +1,42 @@
+# ACL mapping
+#
+# Format:
+# <mapping name> = <resource ID>,<operation>
+# Example:
+# users = certServer.ca.users,execute
+
+
+account.login = certServer.tps.account,login
+account.logout = certServer.tps.account,logout
+audit.read = certServer.tps.audit,read
+audit.modify = certServer.tps.audit,modify
+authenticators.read = certServer.tps.authenticators,read
+authenticators.add = certServer.tps.authenticators,add
+authenticators.modify = certServer.tps.authenticators,modify
+authenticators.approve = certServer.tps.authenticators,approve
+authenticators.remove = certServer.tps.authenticators,remove
+config.read = certServer.tps.config,read
+config.modify = certServer.tps.config,modify
+connectors.read = certServer.tps.connectors,read
+connectors.add = certServer.tps.connectors,add
+connectors.modify = certServer.tps.connectors,modify
+connectors.approve = certServer.tps.connectors,approve
+connectors.remove = certServer.tps.connectors,remove
+groups = certServer.tps.groups,execute
+profiles.read = certServer.tps.profiles,read
+profiles.add = certServer.tps.profiles,add
+profiles.modify = certServer.tps.profiles,modify
+profiles.approve = certServer.tps.profiles,approve
+profiles.remove = certServer.tps.profiles,remove
+profile-mappings.read = certServer.tps.profile-mappings,read
+profile-mappings.add = certServer.tps.profile-mappings,add
+profile-mappings.modify = certServer.tps.profile-mappings,modify
+profile-mappings.approve = certServer.tps.profiles-mappings,approve
+profile-mappings.remove = certServer.tps.profile-mappings,remove
+selftests.read = certServer.tps.selftests,read
+selftests.execute = certServer.tps.selftests,execute
+tokens.read = certServer.tps.tokens,read
+tokens.add = certServer.tps.tokens,add
+tokens.modify = certServer.tps.tokens,modify
+tokens.remove = certServer.tps.tokens,remove
+users = certServer.tps.users,execute