Skip to content

Instantly share code, notes, and snippets.

@laughk
Created February 20, 2019 02:02
Show Gist options
  • Save laughk/caa3d3dc5e284b613093be6cfae1fcfe to your computer and use it in GitHub Desktop.
Save laughk/caa3d3dc5e284b613093be6cfae1fcfe to your computer and use it in GitHub Desktop.
{
"Version": "2012-10-17",
"Statement": [
{
"Sid": "",
"Effect": "Allow",
"Action": "ssm:DescribeParameters",
"Resource": "*"
},
{
"Sid": "",
"Effect": "Allow",
"Action": "ssm:GetParameters",
"Resource": [
"arn:aws:ssm:ap-northeast-1:(AWS ACCOUT ID):parameter/app/production/*"
]
},
{
"Sid": "",
"Effect": "Allow",
"Action": "kms:Decrypt",
"Resource": [
"arn:aws:kms:ap-northeast-1:(AWS ACCOUT ID):key/(KMS KEY ID)"
]
}
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment