summaryrefslogtreecommitdiffstats
path: root/base/kra/shared/webapps/kra/WEB-INF/auth.properties
diff options
context:
space:
mode:
authorEndi Sukma Dewata <edewata@redhat.com>2013-02-01 13:05:38 -0500
committerEndi Sukma Dewata <edewata@redhat.com>2013-02-18 14:15:58 -0500
commitba75a144f4c57c0e804fdd6e86eaae40e5822b14 (patch)
tree8e6f482f02a68171b3b49c84dffcb9634fb540ce /base/kra/shared/webapps/kra/WEB-INF/auth.properties
parentdb56da6d015d4fc040d73277c68fea590c5929b7 (diff)
downloadpki-ticket-477-6.tar.gz
pki-ticket-477-6.tar.xz
pki-ticket-477-6.zip
Added configuration file for authentication method validation.ticket-477-6
The auth.properties have been converted into a configuration file to store the list of allowed authentication methods for each REST method. The old auth.properties have been renamed to acl.properties since it's used to store ACL mappings. Ticket #510
Diffstat (limited to 'base/kra/shared/webapps/kra/WEB-INF/auth.properties')
-rw-r--r--base/kra/shared/webapps/kra/WEB-INF/auth.properties12
1 files changed, 0 insertions, 12 deletions
diff --git a/base/kra/shared/webapps/kra/WEB-INF/auth.properties b/base/kra/shared/webapps/kra/WEB-INF/auth.properties
deleted file mode 100644
index 952bdad33..000000000
--- a/base/kra/shared/webapps/kra/WEB-INF/auth.properties
+++ /dev/null
@@ -1,12 +0,0 @@
-# Restful API authorization mapping info
-#
-# Format:
-# <mapping name> = <resource ID>,<operation>
-# ex: admin.users = certServer.ca.users,read
-
-account.login = certServer.kra.account,login
-account.logout = certServer.kra.account,logout
-admin.users = certServer.kra.users,execute
-admin.groups = certServer.kra.groups,execute
-agent.keys = certServer.kra.keys,execute
-agent.keyrequests = certServer.kra.keyrequests,execute