Skip to content

Instantly share code, notes, and snippets.

@alexei-led
Created April 27, 2020 06:41
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save alexei-led/3f3dd3d015a4c000341491c18ac2c4b7 to your computer and use it in GitHub Desktop.
Save alexei-led/3f3dd3d015a4c000341491c18ac2c4b7 to your computer and use it in GitHub Desktop.
Markdium-Kubernetes and Secrets Management in Cloud: Part 2
{
"Version": "2012-10-17",
"Statement": [
{
"Effect": "Allow",
"Action": "ssm:GetParameter",
"Resource": "arn:aws:ssm:us-west-2:123456789012:parameter/prod-*"
}
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment