Changes between Version 3 and Version 4 of MyProxyWebService
- Timestamp:
- 08/06/10 12:59:26 (11 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
MyProxyWebService
v3 v4 1 1 = !MyProxyWebService = 2 !MyProxyWebService is a Python WSGI application for exposing !MyProxy operations through a simple HTTP interface. [http://grid.ncsa.illinois.edu/myproxy/ MyProxy] is a service for managing PKI credentials and is part of the Globus Toolkit. The purpose of th is application is to make it more straightforward to write client applications for !MyProxy. For example, bash shell scripts included with the package require only openssl and curl, command line programs include with most Linux/UNIX distributions.2 !MyProxyWebService is a Python WSGI application for exposing !MyProxy operations through a simple HTTP interface. [http://grid.ncsa.illinois.edu/myproxy/ MyProxy] is a service for managing PKI credentials and is part of the Globus Toolkit. The purpose of the !MyProxyWebService is to make it more straightforward to write client applications for !MyProxy. For example, bash shell scripts included with the package require only `openssl` and `curl`, command line programs include with most Linux/UNIX distributions. 3 3 4 4 The two scripts are `myproxy-ws-get-trustroots.sh` and `myproxy-ws-logon.sh`.