Skip to main content

Load docker secrets into ENV

Project description

docker-secrets-dotenv

docker-secrets-dotenv-ver pythonver license

docker-secrets-dotenv takes all your docker secrets files, and sets them up in the environment.

Getting Started

pip install docker-secrets-dotenv

To use docker-secrets-dotenv in your project run load_secrets as the start of your application:

from docker_secrets import load_secrets

load_secrets() 
# This will load all secret files found in /run/secrets into the running environment

load_secrets will take the name of each secret file to set as the variable key and read the file contents as the value. It will overwrite existing environment variables.

There is an optional argument you can pass to remove the suffix of the secret when loading in the the environment:

from docker_secrets import load_secrets

load_secrets(remove_suffix="_FILE") 
# This will load all secret files found in /run/secrets into the running environment 
# after removing "_FILE" from the end of the secrets file name.
# /run/secrets/API_KEY_FILE will exist in the environment as API_KEY

This is mostly because I am lazy and don't want to update my existing secrets that follow the _FILE convention set by other docker images, or write my code in a way that checks for both variations with and without the suffix.

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

docker_secrets_dotenv-0.1.3.tar.gz (2.2 kB view details)

Uploaded Source

Built Distribution

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

docker_secrets_dotenv-0.1.3-py3-none-any.whl (3.2 kB view details)

Uploaded Python 3

File details

Details for the file docker_secrets_dotenv-0.1.3.tar.gz.

File metadata

  • Download URL: docker_secrets_dotenv-0.1.3.tar.gz
  • Upload date:
  • Size: 2.2 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: poetry/2.1.1 CPython/3.9.21 Linux/6.8.0-53-generic

File hashes

Hashes for docker_secrets_dotenv-0.1.3.tar.gz
Algorithm Hash digest
SHA256 9f8f5a09a71a478afe5f20468589f9689008aaa2ec3c90d9e9ec91e3df21f1b6
MD5 bd36734dbb67c36b46f83bc143e16e35
BLAKE2b-256 235e1bbf603d71d891325e8e8ac37fa3c24b7362f1b5a5a986f20c3dabedd4ef

See more details on using hashes here.

File details

Details for the file docker_secrets_dotenv-0.1.3-py3-none-any.whl.

File metadata

File hashes

Hashes for docker_secrets_dotenv-0.1.3-py3-none-any.whl
Algorithm Hash digest
SHA256 0d3934a5e7b11aefb84e868a2a59d48f5e4eb7e73f75bb26b8894eb5e08eb573
MD5 20262501685077c69fa05828947ba084
BLAKE2b-256 490b73764ca86d5baecf54907c560a2f1bcd7299a618b658355524b1ac21be9f

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