Skip to content

Commit

Permalink
DOM-47755 • Dataplane deployment failure (#109)
Browse files Browse the repository at this point in the history
* add route53 permissions for cert validation

* add route53 permissions for cert validation

* add route53 permissions for cert validation
  • Loading branch information
adp312 authored Jul 6, 2023
1 parent 0f7805c commit 5cdc1dd
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion iam-bootstrap/bootstrap-0.json
Original file line number Diff line number Diff line change
Expand Up @@ -142,7 +142,10 @@
"Action": [
"route53:ListHostedZones",
"route53:GetHostedZone",
"route53:ListTagsForResource"
"route53:ListTagsForResource",
"route53:ChangeResourceRecordSets",
"route53:GetChange",
"route53:ListResourceRecordSets"
],
"Resource": "*"
},
Expand Down

0 comments on commit 5cdc1dd

Please sign in to comment.