summaryrefslogtreecommitdiffstats
path: root/base/tks/shared/conf
diff options
context:
space:
mode:
authorEndi S. Dewata <edewata@redhat.com>2017-03-28 00:15:28 +0200
committerEndi S. Dewata <edewata@redhat.com>2017-04-04 00:29:44 +0200
commit8e7653987bf592ae6a5968fc0c5ef6696f13d348 (patch)
tree09d12569579164c785bd30f7eea76822eadb2e77 /base/tks/shared/conf
parent5bcfd93bac70def54a1224f4a89c50ed7c11316a (diff)
downloadpki-8e7653987bf592ae6a5968fc0c5ef6696f13d348.tar.gz
pki-8e7653987bf592ae6a5968fc0c5ef6696f13d348.tar.xz
pki-8e7653987bf592ae6a5968fc0c5ef6696f13d348.zip
Added audit service and CLI to all subsystems.
Previously the audit service and CLI were only available on TPS. Now they have been added to all subsystems. Change-Id: I3b472254641eb887289c5122df390c46ccd97d47
Diffstat (limited to 'base/tks/shared/conf')
-rw-r--r--base/tks/shared/conf/acl.properties5
-rw-r--r--base/tks/shared/conf/auth-method.properties1
2 files changed, 6 insertions, 0 deletions
diff --git a/base/tks/shared/conf/acl.properties b/base/tks/shared/conf/acl.properties
index d2c237290..7146d3869 100644
--- a/base/tks/shared/conf/acl.properties
+++ b/base/tks/shared/conf/acl.properties
@@ -7,6 +7,11 @@
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
+
groups = certServer.tks.groups,execute
selftests.read = certServer.tks.selftests,read
selftests.execute = certServer.tks.selftests,execute
diff --git a/base/tks/shared/conf/auth-method.properties b/base/tks/shared/conf/auth-method.properties
index fe91b9051..cc808252d 100644
--- a/base/tks/shared/conf/auth-method.properties
+++ b/base/tks/shared/conf/auth-method.properties
@@ -8,6 +8,7 @@
default = *
account = certUserDBAuthMgr,passwdUserDBAuthMgr
+audit = certUserDBAuthMgr
groups = certUserDBAuthMgr
selftests = certUserDBAuthMgr
tpsconnectors = certUserDBAuthMgr