Skip to content

Commit

Permalink
add additional ssm prefix
Browse files Browse the repository at this point in the history
  • Loading branch information
jaymccon authored Nov 7, 2018
1 parent 2c28249 commit a3bee56
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion docs/install_prereqs.md
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,10 @@ The user or role that the broker runs as requires the following policy:
"ssm:GetParameter",
"ssm:GetParameters"
],
"Resource": "arn:aws:ssm:<REGION>:<ACCOUNT_ID>:parameter/asb-*",
"Resource": [
"arn:aws:ssm:<REGION>:<ACCOUNT_ID>:parameter/asb-*",
"arn:aws:ssm:<REGION>:<ACCOUNT_ID>:parameter/Asb*",
],
"Effect": "Allow"
}
]
Expand Down

0 comments on commit a3bee56

Please sign in to comment.