Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Resolve CF logging bucket errors #23

Merged
merged 2 commits into from
Oct 15, 2024
Merged

Resolve CF logging bucket errors #23

merged 2 commits into from
Oct 15, 2024

Conversation

ryanjjung
Copy link
Collaborator

This resolves Issue #21

@ryanjjung ryanjjung added the bug Something isn't working label Oct 10, 2024
@@ -67,15 +67,6 @@ jobs:
with:
branch: v${{ steps.version.outputs.value }}

# Fail on version collision. Every change to code requires an update to the version number.
Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Removing this check because we should not enforce a 1:1 relationship between PRs and releases.

'id': aws.s3.get_canonical_user_id().id,
'uri': '',
}
],
Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

AWS has disabled ACLs on S3 buckets by default. CloudFront needs this grant to work. Grants need ACLs enabled to work. Therefore, describing this grant here creates a circular dependency which cannot be resolved. For this reason, the BucketAclV2 resource is created below.

@ryanjjung ryanjjung merged commit 1a7b122 into main Oct 15, 2024
3 checks passed
@ryanjjung ryanjjung deleted the issue-21 branch October 15, 2024 15:47
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants