From 6359021315622e97ae3c074752548f915e4af00d Mon Sep 17 00:00:00 2001 From: Endi Sukma Dewata Date: Tue, 23 Oct 2012 18:05:50 -0500 Subject: Enabled account service for TKS and OCSP. The REST account service has been added to TKS and OCSP to enable authentication. Ticket #375 --- .../shared/webapps/ocsp/WEB-INF/auth.properties | 2 ++ base/ocsp/shared/webapps/ocsp/WEB-INF/web.xml | 35 ++++++++++++++++++++++ 2 files changed, 37 insertions(+) (limited to 'base/ocsp/shared/webapps/ocsp/WEB-INF') diff --git a/base/ocsp/shared/webapps/ocsp/WEB-INF/auth.properties b/base/ocsp/shared/webapps/ocsp/WEB-INF/auth.properties index 3a85e209f..8eda09bc3 100644 --- a/base/ocsp/shared/webapps/ocsp/WEB-INF/auth.properties +++ b/base/ocsp/shared/webapps/ocsp/WEB-INF/auth.properties @@ -4,5 +4,7 @@ # = , # ex: /kra/pki/key/retrieve = certServer.kra.pki.key.retrieve,execute +/ocsp/rest/account/login = certServer.ocsp.account,login +/ocsp/rest/account/logout = certServer.ocsp.account,logout /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 040e7f7ed..1deadc9dc 100644 --- a/base/ocsp/shared/webapps/ocsp/WEB-INF/web.xml +++ b/base/ocsp/shared/webapps/ocsp/WEB-INF/web.xml @@ -587,5 +587,40 @@ 30 + + + + Account Services + /rest/account/* + + + * + + + CONFIDENTIAL + + + + + + Admin Services + /rest/admin/* + + + * + + + CONFIDENTIAL + + + + + Online Certificate Status Protocol Manager + + + + * + + -- cgit