Use AWS Secrets Manager as dict.
This package provides convenient way of using secrets manager as a dict. You can
configure underlying cache time with ttl parameter. If you want to use non
default kms key id pass it with kms_key_id parameter.
sec = Secrets(client=boto3.client('secretsmanager'))
# Set secret
sec['name'] = value
# Get secret
value = sec['name']
Release files for aws-secrets-cache 0.2.1
For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.
Source distribution (sdist)
| File | Size | Uploaded | |
|---|---|---|---|
| aws_secrets_cache-0.2.1.tar.gz | 2.5 kB | Details |
Built distribution (wheel)
| File | Interpreter | ABI | Platform | Reset |
|---|---|---|---|---|
| aws_secrets_cache-0.2.1-py3-none-any.whl | Python 3 | none | any | Details |
Total release size: 5.4 kB
Release files / aws_secrets_cache-0.2.1.tar.gz
| Download URL | aws_secrets_cache-0.2.1.tar.gz |
|---|---|
| Size | 2.5 kB |
| Tags | Source |
|
SHA-256 checksum How to use checksums |
549b0369e61e2e2407f8754f7b1b9f441972134f1f973cf65d7f6124acf19553
|
|
BLAKE2b-256 checksum How to use checksums |
508b4d58924a8d98eebbf489e502ffa461355a401aa06511061af54f85c28664
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
poetry/1.5.1 CPython/3.8.10 Linux/5.15.0-1041-azure
|
Release files / aws_secrets_cache-0.2.1-py3-none-any.whl
| Download URL | aws_secrets_cache-0.2.1-py3-none-any.whl |
|---|---|
| Size | 3.0 kB |
| Tags | Python 3 |
|
SHA-256 checksum How to use checksums |
7b73023399c1184b4c1fad9910ed1928b8b0ed2de030ebc1ced0e49fe76e18d7
|
|
BLAKE2b-256 checksum How to use checksums |
dd575242470c636d8e4c1950ce184cabcac19a43aa67dd49f99949b0af8a4b66
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
poetry/1.5.1 CPython/3.8.10 Linux/5.15.0-1041-azure
|