-
Notifications
You must be signed in to change notification settings - Fork 63
add(control): Logging controls #831
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
base: main
Are you sure you want to change the base?
Conversation
✅ Deploy Preview for common-cloud-controls ready!
To edit notification comments on pull requests, go to your Netlify project configuration. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Minor comments. Thanks for your contribution. :)
- id: CCC.Logging.C03 | ||
title: Enable Object Lock On Log Bucket | ||
objective: | | ||
Ensure log immutability by enabling object lock on log buckets to prevent |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Ensure log immutability by enabling Write Once, Read Many (WORM) protection using object lock on log storage buckets. This prevents logs from being modified or deleted during the defined retention period, supporting compliance and forensic integrity.
- id: CCC.Logging.C05 | ||
title: Ensure Log Bucket is Not Publicly Accessible | ||
objective: | | ||
Ensure that log storage buckets are not publicly accessible to prevent unauthorized |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Ensure that log storage buckets are not publicly accessible to prevent unauthorized access to sensitive log data. In addition, logs should be replicated to another cloud region to enhance availability, durability, and support disaster recovery requirements.
Thank you for the review @zigmax, I have pushed an update applying your suggestions |
No description provided.