Skip to content

Commit

Permalink
DOM-47755 • Dataplane deployment failure (#106)
Browse files Browse the repository at this point in the history
* add RequestCertificate permission

* Revert "add RequestCertificate permission"

This reverts commit 8a7add4.

* add RequestCertificate permission

* add read permissions

* add list tags permission

* add route53 ChangeResourceRecordSets permission

* remove route53 permission

* move to different sid

* add list and delete permissions
  • Loading branch information
adp312 authored Jun 29, 2023
1 parent 5718c6f commit 0f7805c
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions iam-bootstrap/bootstrap-1.json
Original file line number Diff line number Diff line change
Expand Up @@ -91,6 +91,21 @@
"*"
]
},
{
"Sid": "ACMUngated",
"Effect": "Allow",
"Action": [
"acm:RequestCertificate",
"acm:DescribeCertificate",
"acm:GetCertificate",
"acm:ListTagsForCertificate",
"acm:ListCertificates",
"acm:DeleteCertificate"
],
"Resource": [
"*"
]
},
{
"Sid": "ECRGated",
"Effect": "Allow",
Expand Down

0 comments on commit 0f7805c

Please sign in to comment.