Skip to content

Commit

Permalink
Secret rotation permissions boundary fix (#549)
Browse files Browse the repository at this point in the history
Temporarily remove permissions boundary
  • Loading branch information
hdavey-gds authored Feb 8, 2024
1 parent 01f474d commit 85e2e61
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions iac/main/resources/redshift.yml
Original file line number Diff line number Diff line change
Expand Up @@ -73,6 +73,8 @@ RedshiftSecretRotationLambda:
# checkov:skip=CKV_AWS_116: DLQ not needed
Type: AWS::Serverless::Function
Properties:
# todo remove this once secretsmanager permissions have been added to secure pipelines permissions boundary
PermissionsBoundary: !Ref AWS::NoValue
FunctionName: redshift-rotate-secret
Handler: redshift-rotate-secret.handler
Policies:
Expand Down

0 comments on commit 85e2e61

Please sign in to comment.