SeaGL / organization

Policies, procedures, files, notes, and other things necessary for and related to organizing the Seattle GNU/Linux conference.
Creative Commons Attribution Share Alike 4.0 International
5 stars 7 forks source link

Open up Terraform and Ansible repos #279

Open strugee opened 2 years ago

strugee commented 2 years ago

Terraform is open

altsalt commented 2 years ago

This has been completed, yes?

strugee commented 2 years ago

Yes

strugee commented 7 months ago

Actually we still need to open up the Ansible repo lol, whoops

strugee commented 7 months ago

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:

strugee commented 2 months ago

Also we need to audit GitHub Issues for sensitive info