aws-solutions / media-services-application-mapper

Media Services Application Mapper is a browser-based tool that allows operators to visualize the structure and logical connections among AWS Media Services and supporting services in the cloud. The tool can be used as a top-down resource monitoring tool when integrated with CloudWatch.
Apache License 2.0
82 stars 26 forks source link

Updated bucket policy on MSAMBrowserAppLoggingBucket #395

Closed dch90 closed 1 year ago

dch90 commented 1 year ago
Background
==========
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.

Changes
=======
* Updated object ownership configuration on MSAMBrowserAppLoggingBucket S3 Bucket
* Github Workflow file changes
* Fix security vulnerabilities: resolve viperlight issues and update babel package
* updated nodejs and python version from buildspec.yml

By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.