Skip to main content

MyProxy Client

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

or PIP:

$ pip 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.3.0
-----
* Added capability for SSL-client cert based authentication for logon without
pass-phrase. This enables authorised retrievers to get a new delegation for
credentials belonging to another user.
* Also add support for credential name along with user name.
* Fix to script credential lifetime setting for script invocation.

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.3.0.tar.gz (23.5 kB view hashes)

Uploaded Source

Built Distribution

MyProxyClient-1.3.0-py2.6.egg (68.7 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