python/ndg.security.server/ndg/security/server/AttAuthority/server-config.tac:
update to file header.
python/ndg.security.server/ndg/security/server/AttAuthority/init.py:
- setPropFilePath val input is now a keyword
- readProperties - removed propFilePath keyword - set from propFilePath property /
setPropFilePath method instead.
python/ndg.security.server/ndg/security/server/AttAuthority/start-container.sh:
added standard header
python/ndg.security.server/ndg/security/server/SessionMgr/server-config.tac:
- updated header
- removed hard coded cert file paths
- set port number from properties file instead.
python/ndg.security.server/ndg/security/server/SessionMgr/init.py:
- change all refs to sessMgrWSDLuri -> sessMgrURI and encrSessMgrWSDLuri ->
encrSessMgrURI. For ZSI 2.0, it's the URI of the service that is important. The URI
of the WSDL is not required.
- changed keyPPhrase property to keyPwd
- added setPropFilePath and propFilePath property, added class variable to make up
properties file path from $NDG_DIR.
- removed propFilePath keyword from readProperties method - use setPropFilePath() /
propFilePath property instead.
- renamed reqAuthorisation method getAttCert to avoid confusion with authorisation
function performed by Gatekeeper.
python/ndg.security.server/ndg/security/server/SessionMgr/start-container.sh: added
standard header
python/ndg.security.server/ndg/security/server/SessionMgr/Makefile: create server side
stubs calling wsdl2dispatch and sed to convert to correct imports and stub methods
return types for Twisted.
python/www/html/sessionMgr.wsdl,
python/ndg.security.server/ndg/security/server/SessionMgr/SessionMgr_services_server.py,
python/ndg.security.common/ndg/security/common/SessionMgr/SessionMgr_services.py,
python/ndg.security.common/ndg/security/common/SessionMgr/SessionMgr_services_types.py:
- renamed reqAuthorisation operations to getAttCert to avoid confusion with
authorisation performed by the Gatekeeper.
python/conf/sessionMgrProperties.xml: renamed property keyPPhrase -> keyPwd
python/ndg.security.client/ndg/security/client/ndgSessionClient.py: changed refs from
WSDL URI and URI for Session Manager address. For ZSI 2.0, the URI of service is needed
alone, not the WSLD address.
python/ndg.security.test/ndg/security/test/AttAuthority/siteAServer.sh,
python/ndg.security.test/ndg/security/test/AttAuthority/siteBServer.sh: updates to headers
python/ndg.security.test/ndg/security/test/AttAuthority/README and
python/ndg.security.test/ndg/security/test/SessionMgr/README: added to explain setup for
running services for clients to connect to.
python/ndg.security.test/ndg/security/test/SessionMgr/SessionMgrClientTest.py and
python/ndg.security.test/ndg/security/test/SessionMgr/sessionMgrClientTest.cfg:
refs to 'ReqAuthorisation?' changed to 'getAttCert' - see above.
python/ndg.security.test/ndg/security/test/SessionMgr/server.sh: script to start
Session Manager for client unit tests.
python/ndg.security.common/ndg/security/common/AttAuthority/README,
python/ndg.security.common/ndg/security/common/SessionMgr/README: include instruction to
use Makefile.
python/ndg.security.common/ndg/security/common/Log
python/ndg.security.common/ndg/security/common/Log/log_services_server.py
python/ndg.security.common/ndg/security/common/Log/log_services.py
python/ndg.security.common/ndg/security/common/ca/init.py
python/ndg.security.common/ndg/security/common/ca/simpleCA_services.py
python/ndg.security.common/ndg/security/common/ca/CertReq.py
python/ndg.security.common/ndg/security/common/Gatekeeper
python/ndg.security.common/ndg/security/common/Gatekeeper/TestGatekeeperResrc.py
python/ndg.security.common/ndg/security/common/Gatekeeper/Gatekeeper.py
python/ndg.security.common/ndg/security/common/Gatekeeper/gatekeeper_services.py
python/ndg.security.common/ndg/security/common/Gatekeeper/gatekeeper_services_server.py:
rearranged old Log and Gatekeeper service code into their own packages. Moved
CertReq?.py and simpleCA_services.py into ca package.