Secret Manager AWS
Project description
## secret-manager Secret manager for Python
How to use -
**Install library -** add in requirements.txt secrets-manager==0.0.1
**Set environment variable -** APP_ENV = prepod/prod APP_NAME = etl_pipeline
In config file: from secretmanager import secrets
redshift_secrets = secrets[‘redshift’]
REDSHIFT_HOST = redshift_secrets[‘host’] REDSHIFT_PORT = redshift_secrets[‘port’] REDSHIFT_USER = redshift_secrets[‘username’] REDSHIFT_PASS = redshift_secrets[‘password’] REDSHIFT_DB = redshift_secrets[‘dbname’]
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
secret-manager-0.0.2.tar.gz
(2.8 kB
view hashes)
Built Distribution
Close
Hashes for secret_manager-0.0.2-py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | f91ba6f7350cc243f4f6c32d82ac0efe1347968080f23accff8d2ee5e0499ffc |
|
MD5 | 9b024f27545a98debff9cac7bdc1f88a |
|
BLAKE2b-256 | 11cd143d3b0e8417432b93f123ac1efbfe8978dfe85bc33a298fffb11384d2e5 |