PASSWORD/KEY distinction+match for secret generation #33
Loading…
x
Reference in New Issue
Block a user
No description provided.
Delete Branch "new-pass-keys-generation"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Working on https://git.autonomic.zone/coop-cloud/abra/issues/32#issuecomment-1828.
Rules are:
SECRET.*PASSW.*D.*VERSION
: "password", generated usingpwqgen
SECRET.*KEY.*VERSION
: "key", generated usingpwgen
# length=30
on the end of it to get a length injectedInstead 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.New parsing logic seems to be working. For passwords:
And keys with same logic:
Then I will just
grep
forPASSWORD/KEY
to determinepwgen/
pwqgen` use.Sorry for the nightmarish regex but I couldn't figure it out any simpler.
WIP: Use new PASSWORD/KEY distinction+match for secret generationto PASSWORD/KEY distinction+match for secret generation