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.

The main secret server can merge and cache secrets from multiple back-ends in case your secrets are split across various places.

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.3.3.tar.gz (9.4 kB view details)

Uploaded Source

File details

Details for the file ox_secrets-0.3.3.tar.gz.

File metadata

  • Download URL: ox_secrets-0.3.3.tar.gz
  • Upload date:
  • Size: 9.4 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: Python-urllib/3.6

File hashes

Hashes for ox_secrets-0.3.3.tar.gz
Algorithm Hash digest
SHA256 ab2d91b741ec81ec3ef6f2b4e39e05b1291bb55630a3c67ccd2544b5ed301d7d
MD5 30ccae1d52681fabc7024835788c0e88
BLAKE2b-256 0c049a4e34c6e592585ae6437c37cc090dc6f81d19eb9844afd42b41f47c5669

See more details on using hashes here.

Supported by

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