diff options
| author | Endi S. Dewata <edewata@redhat.com> | 2017-03-28 00:15:28 +0200 |
|---|---|---|
| committer | Endi S. Dewata <edewata@redhat.com> | 2017-04-04 00:29:44 +0200 |
| commit | 8e7653987bf592ae6a5968fc0c5ef6696f13d348 (patch) | |
| tree | 09d12569579164c785bd30f7eea76822eadb2e77 /base/tps | |
| parent | 5bcfd93bac70def54a1224f4a89c50ed7c11316a (diff) | |
| download | pki-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/tps')
| -rw-r--r-- | base/tps/shared/conf/acl.properties | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/base/tps/shared/conf/acl.properties b/base/tps/shared/conf/acl.properties index 2d2dc717a..1c581b372 100644 --- a/base/tps/shared/conf/acl.properties +++ b/base/tps/shared/conf/acl.properties @@ -8,8 +8,11 @@ account.login = certServer.tps.account,login account.logout = certServer.tps.account,logout -audit.read = certServer.tps.audit,read -audit.modify = certServer.tps.audit,modify + +# audit configuration +audit.read = certServer.log.configuration,read +audit.modify = certServer.log.configuration,modify + authenticators.read = certServer.tps.authenticators,read authenticators.add = certServer.tps.authenticators,add authenticators.modify = certServer.tps.authenticators,modify |
