summaryrefslogtreecommitdiffstats
path: root/base/ca
diff options
context:
space:
mode:
authorAde Lee <alee@redhat.com>2013-10-09 23:06:24 -0400
committerAde Lee <alee@redhat.com>2013-10-09 23:10:34 -0400
commit21da33a57e5d4db845227c554f39522c678e2e8b (patch)
tree3931a52f78ae3961fb0bce98f491539848fcb88b /base/ca
parentcdbfab49a928b4194fe8f514bc4053e8105dfb78 (diff)
downloadpki-21da33a57e5d4db845227c554f39522c678e2e8b.tar.gz
pki-21da33a57e5d4db845227c554f39522c678e2e8b.tar.xz
pki-21da33a57e5d4db845227c554f39522c678e2e8b.zip
Fix correct ACL for profile REST interface
Diffstat (limited to 'base/ca')
-rw-r--r--base/ca/shared/webapps/ca/WEB-INF/auth.properties4
1 files changed, 3 insertions, 1 deletions
diff --git a/base/ca/shared/webapps/ca/WEB-INF/auth.properties b/base/ca/shared/webapps/ca/WEB-INF/auth.properties
index f3f54ae9b..f10501692 100644
--- a/base/ca/shared/webapps/ca/WEB-INF/auth.properties
+++ b/base/ca/shared/webapps/ca/WEB-INF/auth.properties
@@ -11,8 +11,10 @@ admin.groups = certServer.ca.groups,execute
admin.kraconnector = certServer.ca.connectorInfo,modify
agent.certrequests = certServer.ca.certrequests,execute
agent.certs = certServer.ca.certs,execute
+profile.approve = certServer.ca.profile,approve
profile.create = certServer.profile.configuration,modify
profile.delete = certServer.profile.configuration,modify
+profile.list = certServer.ee.profiles,list
profile.modify = certServer.profile.configuration,modify
-profile.approve = certServer.ca.request.profile,approve
+profile.read = certServer.profile.configuration,read
securityDomain.installToken = certServer.securitydomain.domainxml,read