Created
April 27, 2020 06:41
-
-
Save alexei-led/930c9ea733557f9715f976df042bf361 to your computer and use it in GitHub Desktop.
Markdium-Kubernetes and Secrets Management in Cloud: Part 2
This file contains 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 passed to `secrets-init` | |
DB_PASSWORD=arn:aws:secretsmanager:$AWS_REGION:$AWS_ACCOUNT_ID:secret:dbpassword-cdma3 | |
# environment variable passed to the child process, resolved by `secrets-init` | |
DB_PASSWORD=very-secret-password |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment