Helper for getting secrets from different storage
Project description
secrets-storage
secrets-storage is a helper for getting secrets from different storage.
Installation
secrets-storage is available on PyPI. Use pip to install:
$ pip install secrets-storage
Basic Usage
from secrets_storage import VaultStorage, ENVStorage, Secrets
IS_PROD = True
vault_storage = VaultStorage(
host="VAULT_ADDR",
namespace="VAULT_PATH",
role="VAULT_ROLE",
available=IS_PROD,
)
secrets = Secrets(storages=[vault_storage, ENVStorage()])
secrets.get("TEST_PASSWOD")
License
secrets-storage is developed and distributed under the Apache 2.0 license.
Reporting a Security Vulnerability
See our security policy.
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
secrets-storage-0.11.0.tar.gz
(7.9 kB
view hashes)
Built Distribution
Close
Hashes for secrets_storage-0.11.0-py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | 10ea21ca2855d4b857a79e417608d7426a76030c43816d79a88cc2250c578f8b |
|
MD5 | d708376e25d9f788654dad90fe5abbbf |
|
BLAKE2b-256 | 7e69cd0c98cc7d53dc28eac6fd04aef64edacc77c4fae75d3d5864d97bde93ce |