Get-aws-secret

Latest version: v0.2.0b3

Safety actively analyzes 623608 Python packages for vulnerabilities to keep your Python projects secure.

Scan your dependencies

0.2.0b3

0.2.0b1

Consider a `MY_SECRET` has a JSON-like string as its value: `'{"data": "foobar"}'`. The library can now automatically load the secret as a Python object:

python
secret = get_value('MY_SECRET', load_json=True)
Returns a dict, instead of str: {'data': 'foobar'}


It works seamlessly with `memoize` feature (stores secret as a string in env vars and auto-loads as Python object when retrieved from env vars as well).

0.1.0b0

Links

Releases

Has known vulnerabilities

© 2024 Safety CLI Cybersecurity Inc. All Rights Reserved.