Block a user
PASSWORD/KEY distinction+match for secret generation
Instead of the lolz PASSW.*D
hack, I'm gonna include the rewrite of env vars under https://git.autonomic.zone/coop-cloud/gardening/issues/1 along with this PR so we can go on with a cleaner slate.
Add grep+sed+git-add+git-commit+git-push script
sub_- not found
Did some minimal testing, hope I am not breaking things!
c2a56c6c09bb6f9290206fda4678b97944a4f187
WIP: Use new PASSWORD/KEY distinction+match for secret generation
Secret auto-generation grep pattern doesn't match arbitrary naming
...=v1 # length=30
+ PASSWORD/KEY
distinction in generation! 🙉
Secret auto-generation grep pattern doesn't match arbitrary naming
Also fine for a yml format to happen, still don’t have momentum to solo that at present.
Ah, I meant, parsing the compose*.yml
files for the secret names instead of the .envrc.sample
…
Secret auto-generation grep pattern doesn't match arbitrary naming
Time for https://mikefarah.gitbook.io/yq/?
Secret auto-generation grep pattern doesn't match arbitrary naming
Anything with a line ending of =v1? Maybe too brittle...
Oh darn, that would also include the configs too. Woops.