Custom Query (4 matches)
Results (1 - 3 of 4)
Ticket | Resolution | Summary | Owner | Reporter |
---|---|---|---|---|
#1131 | fixed | Error in AuthorisationService when calling from GridFTP SAML callout | pjkersha | spascoe |
Description |
The apache error log shows the following when I configure the GridFTP SAML callout to contact hyttps://sandstorm.ceda.ac.uk/AuthorisationService/1/. So far I have not been able to capture the request but this looks like an internal error that should be trapped. [Fri Oct 14 16:15:49 2011] [error] [client 130.246.191.207] client denied by server configuration: /srv/www/vhosts/sandstorm.ceda.ac.uk/htdocs/ [Fri Oct 14 16:15:49 2011] [error] [client 130.246.191.207] mod_wsgi (pid=3535): Exception occurred processing WSGI script '/srv/www/vhosts/sandstorm.ceda.ac.uk/wsgi-scripts/authorisationservice_dap.wsgi'. [Fri Oct 14 16:15:49 2011] [error] [client 130.246.191.207] Traceback (most recent call last): [Fri Oct 14 16:15:49 2011] [error] [client 130.246.191.207] File "/usr/local/ndg-security/eggs/ndg_security_server-2.2.0-py2.6.egg/ndg/security/server/wsgi/authz/service.py", line 122, in __call__ [Fri Oct 14 16:15:49 2011] [error] [client 130.246.191.207] return self._app(environ, start_response) [Fri Oct 14 16:15:49 2011] [error] [client 130.246.191.207] File "/usr/local/ndg-security/eggs/ndg_saml-0.5.5-py2.6.egg/ndg/saml/saml2/binding/soap/server/wsgi/queryinterface.py", line 402, in __call__ [Fri Oct 14 16:15:49 2011] [error] [client 130.246.191.207] samlQuery = self.deserialise(queryElem) [Fri Oct 14 16:15:49 2011] [error] [client 130.246.191.207] File "/usr/local/ndg-security/eggs/ndg_saml-0.5.5-py2.6.egg/ndg/saml/xml/etree.py", line 1832, in fromXML [Fri Oct 14 16:15:49 2011] [error] [client 130.246.191.207] action = ActionElementTree.fromXML(childElem) [Fri Oct 14 16:15:49 2011] [error] [client 130.246.191.207] File "/usr/local/ndg-security/eggs/ndg_saml-0.5.5-py2.6.egg/ndg/saml/xml/etree.py", line 1710, in fromXML [Fri Oct 14 16:15:49 2011] [error] [client 130.246.191.207] action.namespace = namespace [Fri Oct 14 16:15:49 2011] [error] [client 130.246.191.207] File "/usr/local/ndg-security/eggs/ndg_saml-0.5.5-py2.6.egg/ndg/saml/saml2/core.py", line 2891, in _setNamespace [Fri Oct 14 16:15:49 2011] [error] [client 130.246.191.207] self.__actionTypes.keys()) [Fri Oct 14 16:15:49 2011] [error] [client 130.246.191.207] TypeError: not enough arguments for format string |
|||
#870 | fixed | [S] NOCS Attribute Authority address needs to be permanent | hsnaith | pjkersha |
Description |
#855 raised for the BADC applies to the other data providers. Each Data Provider needs a permanent URI set aside for their Attribute Authority. MOLES [and CMSL] include the role name, Attribute Authority address tuple in their records. The latter should be fixed to avoid the need to have to change all data records should the Attribute Authority move location. The address could be set up with a proxy e.g. http://some-host-inside-firewall:51000/AttributeAuthority -> http://aa.data-provider-name.nerc.ac.uk |
|||
#1101 | fixed | [S] Update Paster templates for Security Installation | pjkersha | pjkersha |
Description |
The paster templates in ndg.security.server.paster_templates should be updated. Templates should exist for:
Other possibilities in brackets. |