Skip to content

Instantly share code, notes, and snippets.

@alexei-led
Created December 26, 2019 12:59
Show Gist options
  • Select an option

  • Save alexei-led/9a7a83ec1659c391412557e5af340f42 to your computer and use it in GitHub Desktop.

Select an option

Save alexei-led/9a7a83ec1659c391412557e5af340f42 to your computer and use it in GitHub Desktop.
Markdium-Kubernetes and Secrets Management in Cloud
# 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