Skip to content

Commit ab43a32

Browse files
committed
add some more permissions to the root user
1 parent 0b14416 commit ab43a32

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

infra/AuthStack.py

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -220,6 +220,9 @@ def _create_policy(self) -> iam.PolicyDocument:
220220
"kms:Get*",
221221
"kms:List*",
222222
"kms:RevokeGrant",
223+
"kms:PutKeyPolicy",
224+
"kms:ScheduleKeyDeletion",
225+
"kms:CancelKeyDeletion",
223226
],
224227
effect=iam.Effect.ALLOW,
225228
resources=["*"],

0 commit comments

Comments
 (0)