sobolevn / git-secret

:busts_in_silhouette: A bash-tool to store your private data inside a git repository.
https://sobolevn.me/git-secret/
MIT License
3.72k stars 199 forks source link

How to deal with git-secret in conjunction with multiple repositories? #741

Open 030 opened 2 years ago

030 commented 2 years ago

Are there any tools that are capable of managing multiple git-secret repositories at once? For example, somebody of our team will leave and two new members will join. This implies that we have to remove one gpg key and add two new gpg keys. Currently, we have over more than 20 repositories with git-secret enabled. What options are available to automate this?

sobolevn commented 2 years ago

You can try https://github.com/asottile/all-repos

joshrabinowitz commented 2 years ago

This also seems pretty easy to script locally on your systems. Planning to close this ticket in a couple weeks unless there is more input.