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

Feature/v4.2.1 #72

Merged
merged 7 commits into from
Apr 17, 2023
Merged

Feature/v4.2.1 #72

merged 7 commits into from
Apr 17, 2023

Conversation

eggoynes
Copy link
Member

Issue #, if available:
An upcoming update on AWS S3 restricts that Bucket cannot have ACLs set with ObjectOwnership's
BucketOwnerEnforced setting.
To remediate this issue, the log bucket is updated to include ObjectWriter as part of the OwnershipControls.
Additionally, github workflow changes and security vulnerabilities are fixed.

By submitting this pull request, I confirm that you can use, modify, copy, and redistribute this contribution, under the terms of your choice.

@@ -2,6 +2,7 @@
"app": "npx ts-node bin/live-streaming.ts",
"context": {
"aws-cdk:enableDiffNoFail": "true",
"@aws-cdk/core:stackRelativeExports": "true"
"@aws-cdk/core:stackRelativeExports": "true",
"@aws-cdk/aws-s3:serverAccessLogsUseBucketPolicy": true
Copy link
Member

Choose a reason for hiding this comment

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

are there any logging buckets in this solution that are not for logging cloudfront? Like access logging for s3 buckets?

@eggoynes eggoynes merged commit 6391b0b into release/v4.2.1 Apr 17, 2023
@eggoynes eggoynes deleted the feature/v4.2.1 branch June 8, 2023 18:22
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants