Create a more secure process for using db password credentials.
Closed this issue · 0 comments
georgiotunson commented
As you have undoubtedly noticed, the above example stores a plaintext password in a config file and in this case, the application will also use this password on the command line. This is insecure for a variety of reasons and is not recommended. To resolve this issue, we need to create a more secure implementation for using db credentials. The idea is to use option files.