Hii
I am trying to set up a GT4 service with VOMS authorization. My VOMS server
is running and voms-proxy-init also generating a VOMS extended proxy
certificate.
I have added following lines to security-config.xml:
<authz value="ascope:org.globus.voms.PIP
bscope:org.globus.voms.PDP"/>
and following lines to deploy-server.wsdd:
<parameter name="securityDescriptor"
value="etc/org_vlescience_webservices_deployment/security-config.xml" />
<parameter name="bscope-attrAuthzConfigFile"
value="etc/org_vlescience_webservices_deployment/attr-authz" />
The content of my attr-authz file are;
/test_vo_mysql/Role=NULL/Capability=NULL
When I run the grid service client I am getting the following error:
Error: org.globus.wsrf.config.ConfigException: Failed to initialize security
config for "DeploymentService" service [Caused by: [Caused by: ; nested
exception is:
java.lang.Exception: no attribute based authorization policy (the
'vomsAttrAuthzFile' config key)]]
do anyone have any clue about this error?
Thanks
Arpit