Skip to content

Commit

Permalink
fixing bugs
Browse files Browse the repository at this point in the history
  • Loading branch information
Guy Morton authored and Guy Morton committed May 26, 2021
1 parent 8533c47 commit 61ceda4
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions stacks/cross_account_role_stack.py
Original file line number Diff line number Diff line change
Expand Up @@ -75,10 +75,6 @@ def __init__(
policy_statements.append(
iam.PolicyStatement(
actions=[
# "kms:DescribeKey",
# "kms:GenerateDataKey*",
# "kms:Encrypt",
# "kms:ReEncrypt*",
"kms:Decrypt",
],
effect=iam.Effect.ALLOW,
Expand Down

0 comments on commit 61ceda4

Please sign in to comment.