Skip to main content

A client for interacting with Lockbox, an aws lambda for handling server secrets.

Project description

# lockboxcli command line for lockbox

# example usage from lockboxcli import LockboxClient client = LockboxClient(‘staging’)

pip_test = client.get_secret(‘PIP_TEST’) print(pip_test)

client.update_secret(‘PIP_TEST’, ‘bazquux’)

pip_test = client.get_secret(‘PIP_TEST’) print(pip_test)

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

lockboxcli-0.0.5.tar.gz (2.3 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