Action
Enforce storage secure access
Details
Metadash will update the storage policy to disallow access unless secured by SSL. This will prevent potential attackers from intercepting or manipulating traffic to the storage resource.
Changes
Metadash will use the AWS SDK to update the following properties for the hooli-east-logs
storage resource:
Property | Before | After |
---|---|---|
Policy | No existing policy | {"Version":"2012-10-17","Statement":[{"Principal":{"AWS":"*"},"Action":["s3:*"],"Resource":["arn:aws:s3:::hooli-east-logs/*","arn:aws:s3:::hooli-east-logs"],"Effect":"Deny","Condition":{"Bool":{"aws:SecureTransport":"false"}}}]} |