Mongodb/Postgres etc modules and password management

Hello,

I was wondering what are the best practices for password management of these modules and git.
i don't want to save these as plaintext in github - that's a very bad practice. Is there any way to have them as secrets, etc?

One option here is using environment variables if that is an option security wise for you.

It seems you are creating a config template which is then deployed later. How does that deployment work? Which tool do you use?

This topic was automatically closed 28 days after the last reply. New replies are no longer allowed.