Bugzilla – Bug 4146
setting default container security via environment
Last modified: 2006-02-03 15:58:31
You need to log in before you can comment on or make changes to this bug.
I've been trying to use the java container in some of the C WS core tests and would like to be able to write a security descriptor that will cause the container to use my credentials and gridmap (using the GSI environment variables X509_USER_CERT, X509_USER_KEY, and GRIDMAP which are set by the globus_test package). I'm told that the gridmap settings for the container cannot be configured this way currently. joe
Fix committed to trunk. Credentials are picked up in this order: - From proxy or certificate/key files specified in security descriptor - Credentials set using X509_USER_CERT and X509_USER_KEY - Credentials set using X509_USER_PROXY - Default proxy file.