Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/drnic/rotate-concourse-credentials
If a friend accidentally leaks credentials used by Concourse CI then here are two scripts to rotate the credentials across all your pipelines
https://github.com/drnic/rotate-concourse-credentials
Last synced: 29 days ago
JSON representation
If a friend accidentally leaks credentials used by Concourse CI then here are two scripts to rotate the credentials across all your pipelines
- Host: GitHub
- URL: https://github.com/drnic/rotate-concourse-credentials
- Owner: drnic
- Created: 2015-10-23T19:22:08.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2015-10-27T22:51:40.000Z (about 9 years ago)
- Last Synced: 2023-04-10T17:09:55.086Z (over 1 year ago)
- Language: Shell
- Homepage: https://concourse.ci
- Size: 132 KB
- Stars: 6
- Watchers: 3
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Rotate Concourse credentials
============================Soooo, a friend of yours - not you - accidentally commits your AWS/Docker/Github credentials into a public repository and now you need to cancel all your credentials and update all your pipelines as soon as possible.
You empathise. You'd never do this. But you understand it can happen.
Here are two scripts that can help. Your friend, that is. Not you. You didn't do anything.
```
./fetch_pipelines.sh
```This will download every pipeline you have access to into `tmp`.
You can then edit all the files to change credentials.
You can then interactively update the pipelines:
```
./push_pipelines.sh
```