-
Notifications
You must be signed in to change notification settings - Fork 4k
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
Update: Secrets Management Cheat Sheet #1530
Conversation
Fixes OWASP#1289 Add a new section on secrets management in a multi-cloud environment to the `cheatsheets/Secrets_Management_Cheat_Sheet.md` file. * **Introduction**: Discuss the unique challenges of managing secrets in a multi-cloud environment. * **Challenges**: List the challenges such as diverse APIs, inconsistent security policies, key rotation, access control, and auditing and monitoring. * **Best Practices**: Provide best practices including using a centralized secrets management solution, standardizing security policies, automating key rotation, implementing fine-grained access control, and enabling comprehensive auditing and monitoring. * **References**: Add references to tools and resources like HashiCorp Vault, CyberArk Conjur, AWS Secrets Manager, Azure Key Vault, and Google Cloud Secret Manager. --- For more details, open the [Copilot Workspace session](https://copilot-workspace.githubnext.com/OWASP/CheatSheetSeries/issues/1289?shareId=XXXX-XXXX-XXXX-XXXX).
@mackowski Are these the expected changes for the above issue? |
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.
This is great. I'd put it higher up in the document.
Looks good for me! |
@rohitg00 Can you move it higher up in the document? I don't think it should be all the way at the end, certainly not after "Related Cheat Sheets and Further Reading" |
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.
I apologize for adding this at the end. I believe this will improve the overall file.
Fixes #1289
Add a new section on secrets management in a multi-cloud environment to the
cheatsheets/Secrets_Management_Cheat_Sheet.md
file.