(no title)
thehucklecat | 2 years ago
So it all goes in code and defeats the whole purpose of having the app be configurable.
I don't know if secret management should be part of the same system though.
thehucklecat | 2 years ago
So it all goes in code and defeats the whole purpose of having the app be configurable.
I don't know if secret management should be part of the same system though.
jdwyah|2 years ago
Our intent is to provide the same thing you get with Rails encrypted credentials https://edgeguides.rubyonrails.org/security.html#custom-cred... but for all supported languages and in a way that let's you share between apps.
If you want a lot more control than that, 1P, Doppler, Envkey may be the way and those can fit in via environment variables as normal.