konstructio / gitops-template

upstream template for your open source gitops repository
MIT License
67 stars 56 forks source link

fix: add uniqueness from code instead of terraform #547

Closed claywd closed 1 year ago

claywd commented 1 year ago

had a feeling using terraform for the random string would bite me. I need to use it in detokenization so vault can unseal (needs the keyring name which I made unique) so I'll have to generate the uniqueness in code