PASSWORD/KEY distinction+match for secret generation #33
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 usingpwqgenSECRET.*KEY.*VERSION: "key", generated usingpwgen# length=30on the end of it to get a length injectedInstead of the lolz
PASSW.*Dhack, 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
grepforPASSWORD/KEYto 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