[FAQ Compilation] Security Alert - Rotate any secrets stored in CircleCI

What resources can help make this process faster?

Below is a tool for discovering all of your secrets on CircleCI. Note that this only works for GitHub users.


Here are some additional resources that may be helpful:

https://circleci.com/docs/api/v2/index.html#tag/Context

^ this API will be helpful for quickly cycling keys

For project env vars:

https://circleci.com/docs/api/v2/index.html#operation/listEnvVars

Customers can use the create endpoints with the same env var name to replace them:

https://circleci.com/docs/api/v2/index.html#operation/addEnvironmentVariableToContext

https://circleci.com/docs/api/v2/index.html#operation/createEnvVar


Listed below are some community-generated scripts you can use. We are still reviewing them as endorsed solutions.

1 Like