Created
December 26, 2019 12:59
-
-
Save alexei-led/9a7a83ec1659c391412557e5af340f42 to your computer and use it in GitHub Desktop.
Markdium-Kubernetes and Secrets Management in Cloud
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| # environment variable referencing AWS Systems Manager Parameter Store secret | |
| MY_API_KEY=arn:aws:ssm:$AWS_REGION:$AWS_ACCOUNT_ID:parameter/api/key | |
| # environment variable passed to a child process, as resolved by `secrets-init` | |
| MY_API_KEY=key-123456789 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment