Skip to main content

Python implementation of the client interface to the MyProxy credential management service (http://grid.ncsa.illinois.edu/myproxy/).

Project description

A pure Python implementation of the MyProxy protocol. It includes a command line script myproxyclient. The code has been extended from an original program myproxy_logon by Tom Uram of ANL.

Installation

Using setup tools:

$ easy_install MyProxyClient

Note that the OpenSSL development package is required on the target system in order to build the PyOpenSSL package dependency (i.e. OpenSSL header files and libraries to build against).

Script Usage

The script can be called to execute a MyProxy logon command:

$ myproxyclient logon -b -T -s myproxy.somewhere.ac.uk -l me -o ~/.esg/credentials.pem -C ~/.esg/certificates

This will call logon for user ‘me’ with the MyProxy server ‘myproxy.somewhere.ac.uk’. The certificate and private key are stored in the output file credentials.pem in the ‘.esg’ directory under the user’s home area. -b and -T options bootstrap trust settings for the client to trust the server by downloading trust roots (CA certificates). These options are typically required for a first invocation. The -C option sets the directory where the trust roots will be stored. If omitted, it defaults to $HOME/.globus/certificates

More details available at http://proj.badc.rl.ac.uk/ndg/wiki/Security/MyProxyClient

Release Notes

1.2.2

Fixes bug with server certificate subject name check - allow for host/, myproxy/ or no prefix to subject name Common Name field. This is now applied as a default without any need to set explicitly.

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

MyProxyClient-1.2.2.tar.gz (34.1 kB view hashes)

Uploaded Source

Built Distributions

MyProxyClient-1.2.2-py2.7.egg (66.4 kB view hashes)

Uploaded Source

MyProxyClient-1.2.2-py2.6.egg (66.6 kB view hashes)

Uploaded Source

MyProxyClient-1.2.2-py2.5.egg (66.6 kB view hashes)

Uploaded Source

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page