Skip to content

Commit

Permalink
removed public policy from bucket
Browse files Browse the repository at this point in the history
  • Loading branch information
philip-ellis-sp committed Sep 6, 2024
1 parent 4fe6a75 commit 1c3018a
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions template.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -153,12 +153,6 @@ Resources:
Condition:
StringEquals:
"AWS:SourceArn": !Join [ "", [ "arn:aws:cloudfront::", !Ref "AWS::AccountId", ":distribution/", !Ref DeveloperSailpointCloudFrontDistribution ] ]
- Sid: "PublicReadGetObject"
Effect: "Allow"
Principal: "*"
Action:
- "s3:GetObject"
Resource: !Join [ "", [ "arn:aws:s3:::", !Ref DeveloperSailpointWebSiteBucket, "/*" ] ]
# CloudFront Distribution for hosting the single page app website
DeveloperSailpointCloudFrontDistribution:
Type: "AWS::CloudFront::Distribution"
Expand Down

0 comments on commit 1c3018a

Please sign in to comment.