Hello GB Team.
Is it possible store passwords (like MongoDB or Redis) encrypted in a configuration file or even in environment variables?
f
fresh-football-47124
05/23/2024, 2:16 AM
you mean the connection user/pass for mongo?
fresh-football-47124
05/23/2024, 2:16 AM
that can be stored as an env var
c
cold-area-42494
05/23/2024, 12:55 PM
Hello @fresh-football-47124. Yes, I mean the connection user/pass for Mongo, Redis, SMTP, etc.
We have a security requirement in the company that the user/pass must be stored encrypted.
Using env var is it possible to be encrypted?