Skip to main content

Get secrets from Google Cloud Secret Manager or Environment.

Project description

environ_secretmanager

The environ_secretmanager module is designed to be used to download Google Cloud Secrets Manager secrets and set them as environment variables. This is useful for using secrets in various environments, and works especially well with App Engine and Cloud Functions where the correct environment variables can be created in an env file during CI/CD and used in the final build files for production.

Usage

from environ_secretmanager.env_secrets import EnvironSecretManager

secrets = EnvironSecretManager(GOOGLE_CLOUD_PROJECT_ID="my-project-id")

# To create a .env file with the secrets
secrets.create_dot_env_file()

# To use the secrets in the current environment
MY_SECRET = secrets.get_env_secret("MY_SECRET", 1)

Build For Local Distribution

Build the files then extract the setup.py file from the tarball and run it to install the package locally.

poetry build --format sdist
tar -xvf dist/*-`poetry version -s`.tar.gz -O '*/setup.py' > setup.py

Then on the machine you want to install the package on, run

pip install -e .

Development

This project uses Poetry in development to create a virtual environment and manage dependencies. To install poetry, run

curl -sSL https://raw.githubusercontent.com/python-poetry/poetry/master/get-poetry.py | python -

Then, from the same directory as pyproject.toml, run

poetry install

Run poetry commands from this same directory to manage your development environment and/or setup the virtual environment created in the last step in your IDE.

See Poetry Docs for more info.

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

environ_secretmanager-0.1.4.tar.gz (2.9 kB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

environ_secretmanager-0.1.4-py3-none-any.whl (3.3 kB view details)

Uploaded Python 3

File details

Details for the file environ_secretmanager-0.1.4.tar.gz.

File metadata

  • Download URL: environ_secretmanager-0.1.4.tar.gz
  • Upload date:
  • Size: 2.9 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: poetry/2.1.3 CPython/3.10.10 Darwin/24.5.0

File hashes

Hashes for environ_secretmanager-0.1.4.tar.gz
Algorithm Hash digest
SHA256 84539eb2313783b9cc47a5f448d0781635cc7b2c5b1f3df80c3eabf3cd6b2921
MD5 d66ff0f320b885bc19f5719ceeb0c586
BLAKE2b-256 8288c72662e4d7b84b8c40bf75c46875fbf8f83212320fe905b5f296272aa04e

See more details on using hashes here.

File details

Details for the file environ_secretmanager-0.1.4-py3-none-any.whl.

File metadata

File hashes

Hashes for environ_secretmanager-0.1.4-py3-none-any.whl
Algorithm Hash digest
SHA256 46cc642809d7cb84034413cfcc10dfc73e6b667864bfdf0e3d29f54985be5996
MD5 316b86dcc58e1c86286a14eb40b2e94b
BLAKE2b-256 2817d1e38f82a284ca8e6916cbe7bf62d74c02e2848fb00b5326b44c9eb13f7c

See more details on using hashes here.

Supported by

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