Skip to content

Commit

Permalink
PLFM-8614: Add aoss permissions to deployer (#1309)
Browse files Browse the repository at this point in the history
* PLFM-8614: Add aoss permissions to deployer

* PLFM-8614: Add open search permissions to prod deployer
  • Loading branch information
marcomarasca authored Dec 19, 2024
1 parent 4ef56e3 commit d8c58e7
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions sceptre/synapseprod/templates/SynapseCMK-template.json
Original file line number Diff line number Diff line change
Expand Up @@ -225,6 +225,11 @@
],
"Resource": "*"
},
{
"Effect": "Allow",
"Action": [ "aoss:*" ],
"Resource": "*"
},
{
"Effect": "Allow",
"Action": [
Expand Down

0 comments on commit d8c58e7

Please sign in to comment.