blastula icon indicating copy to clipboard operation
blastula copied to clipboard

Use Password from secret instead of environment variable?

Open sclewis23 opened this issue 5 years ago • 1 comments

Would it be possible to use a secret instead of environment variable to retrieve the password? We use the secret package to store our smtp configurations, and would like to just get the secret instead of storing it in a environment variable, for a process running on a schedule no user interaction.

Thanks

sclewis23 avatar Sep 11 '20 17:09 sclewis23

I believe it's already doing that, I had to install the keyring package to save my key.

kelseygonzalez avatar Apr 16 '21 16:04 kelseygonzalez