Skip to main content

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


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)

Uploaded Source

Built Distribution

secret_manager-0.0.2-py3-none-any.whl (3.9 kB view hashes)

Uploaded Python 3

Supported by

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