Open strugee opened 2 years ago
This has been completed, yes?
Yes
Actually we still need to open up the Ansible repo lol, whoops
In order to open up the Ansible repo, we need to audit the commit history for secrets that need rotating and deal with them. We also need to make a proper secrets store.
Commit list from my in-progress audit:
Command to continue auditing: for i in $(command git log --format=oneline 66229ab837166993ae9132906a17c41eaf5a0e55 | cut -d' ' -f1); do git show $i; done
When we make a proper secret store, these currently-open commits have secrets that need rotating too:
Also we need to audit GitHub Issues for sensitive info
Terraform is open