From 653a4a6acfbbfbe72b3793ddaba71378fd0f44a5 Mon Sep 17 00:00:00 2001 From: Ade Lee Date: Fri, 10 Aug 2012 13:56:30 -0400 Subject: Changes to allow installation of ocsp and tks --- base/ocsp/shared/webapps/ocsp/WEB-INF/auth.properties | 8 ++++++++ base/ocsp/shared/webapps/ocsp/WEB-INF/web.xml | 4 ++-- 2 files changed, 10 insertions(+), 2 deletions(-) create mode 100644 base/ocsp/shared/webapps/ocsp/WEB-INF/auth.properties (limited to 'base/ocsp/shared') diff --git a/base/ocsp/shared/webapps/ocsp/WEB-INF/auth.properties b/base/ocsp/shared/webapps/ocsp/WEB-INF/auth.properties new file mode 100644 index 000000000..3a85e209f --- /dev/null +++ b/base/ocsp/shared/webapps/ocsp/WEB-INF/auth.properties @@ -0,0 +1,8 @@ +# Restful API auth/authz mapping info +# +# Format: +# = , +# ex: /kra/pki/key/retrieve = certServer.kra.pki.key.retrieve,execute + +/ocsp/rest/admin/users = certServer.ocsp.users,execute +/ocsp/rest/admin/groups = certServer.ocsp.groups,execute diff --git a/base/ocsp/shared/webapps/ocsp/WEB-INF/web.xml b/base/ocsp/shared/webapps/ocsp/WEB-INF/web.xml index cb18574b3..b1e625975 100644 --- a/base/ocsp/shared/webapps/ocsp/WEB-INF/web.xml +++ b/base/ocsp/shared/webapps/ocsp/WEB-INF/web.xml @@ -410,7 +410,7 @@ resteasy.servlet.mapping.prefix - /pki + /rest @@ -431,7 +431,7 @@ Resteasy - /pki/* + /rest/* -- cgit