Skip to main content

Simple secret server for python

Project description

The ox_secrets package provides a simple secret server for python. You can use simple file based secret storage in development and testing and then add more sophisticated secret storage in production. Similarly, you can use it to switch which type of secret manager you are using by changing only the mode for ox_secerts without having to re-write the rest of your code.

Think of it similar to an ORM for secrets.

Currently, the following back ends are supported:

  • fss: File secret server

    • Reads secrets from a local file.

    • Useful for development and testing.

  • evs: Environment variable server.

    • While other modes back ends can use environment variables to override, this mode ONLY looks at environment variables.

  • aws: Uses the AWS Secret Manager.

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

ox_secrets-0.2.1.tar.gz (9.1 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