https://github.com/trufflesecurity/how-to-rotate
An open-source collection of API key rotation tutorials.
https://github.com/trufflesecurity/how-to-rotate
key-rotation leaked-secrets secrets-management trufflehog
Last synced: about 2 months ago
JSON representation
An open-source collection of API key rotation tutorials.
- Host: GitHub
- URL: https://github.com/trufflesecurity/how-to-rotate
- Owner: trufflesecurity
- License: agpl-3.0
- Created: 2023-09-07T19:58:56.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2025-03-19T04:50:35.000Z (3 months ago)
- Last Synced: 2025-04-05T21:11:21.116Z (2 months ago)
- Topics: key-rotation, leaked-secrets, secrets-management, trufflehog
- Language: JavaScript
- Homepage: https://howtorotate.com
- Size: 30.2 MB
- Stars: 69
- Watchers: 7
- Forks: 17
- Open Issues: 5
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
Awesome Lists containing this project
README
# How to Rotate
How to Rotate is an open-source collection of API key rotation tutorials (including AWS, GitHub, Mailchimp and more). Visit [howtorotate.com](https://howtorotate.com) to view the live site. Read about [why we created this repo](https://trufflesecurity.com/blog/how-to-rotate-key-rotation-tutorials/).
## Contributing
We welcome contributions from the community! If you have a tutorial you'd like to add, please submit a pull request (see [CONTRIBUTING](https://github.com/trufflesecurity/how-to-rotate/blob/main/CONTRIBUTING.md) for more details). If you'd like to suggest a tutorial, please open an issue.
## Rotation Guide Name
Please name the rotation guide file to roughly match a [detector type](https://github.com/trufflesecurity/trufflehog/blob/main/proto/detectors.proto).
## Running Locally?
1. Install Hugo
`brew install hugo`2. Run local Hugo server
`hugo server -D`3. View on [localhost:1313](http://localhost:1313)