Skip to content

Commit

Permalink
Advertize the presence of awssm
Browse files Browse the repository at this point in the history
  • Loading branch information
hynek committed Jan 11, 2023
1 parent 7faab59 commit 229f69e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -70,6 +70,7 @@ Features
Ships with:

* `HashiCorp Vault <https://www.vaultproject.io>`_ support via `envconsul <https://github.com/hashicorp/envconsul>`_.
* `AWS Secrets Manager <https://aws.amazon.com/secrets-manager/>`_
* INI files, because secrets in env variables are icky.
- Helpful debug logging that will tell you which variables are present and what *environ-config* is looking for.
- Built-in dynamic help documentation generation.
Expand Down
4 changes: 2 additions & 2 deletions src/environ/secrets/awssm.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
# limitations under the License.

"""
Handling of sensitive data stored in AWS SecretsManager
Handling of sensitive data stored in AWS Secrets Manager
"""
import logging

Expand Down Expand Up @@ -46,7 +46,7 @@ def _build_secretsmanager_client():
@attr.s(init=False)
class SecretsManagerSecrets:
"""
Load secrets from the AWS secretsmanager.
Load secrets from the *AWS Secrets Manager*.
The secret name should be stored in the environment variable
Expand Down

0 comments on commit 229f69e

Please sign in to comment.