An open API service indexing awesome lists of open source software.

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.

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/).

image

## 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)