No project description provided
Project description
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']
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
Built Distribution
File details
Details for the file aws_secrets_cache-0.2.0.tar.gz
.
File metadata
- Download URL: aws_secrets_cache-0.2.0.tar.gz
- Upload date:
- Size: 2.4 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: poetry/1.5.1 CPython/3.8.10 Linux/5.15.0-1041-azure
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 6c926edb5d406ab5a03142fc43b840c6c8f0c59c7f5673e775a5f5c1782acc0d |
|
MD5 | 03191f87a7c9500b5c33e12f3a446dcc |
|
BLAKE2b-256 | 3fe277422b989cff950944199d75f19630fb397837505d665d90981b4cca3d9b |
File details
Details for the file aws_secrets_cache-0.2.0-py3-none-any.whl
.
File metadata
- Download URL: aws_secrets_cache-0.2.0-py3-none-any.whl
- Upload date:
- Size: 3.0 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: poetry/1.5.1 CPython/3.8.10 Linux/5.15.0-1041-azure
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | aab3fbcfcb18389fbf745044763c333a449c12c374dac90fb3038ca555d9ca77 |
|
MD5 | f2af324c479e2978dfe7cb618172cca3 |
|
BLAKE2b-256 | fb1e6c9e49051c18ae69b73e6f18c664e9030f80f7469afc81d1074b959df96d |