You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently, users must set parameters to connect PostgreSQL as CLI arguments, like --host or --port. This works, but it leaves the passed connection parameters as CLI arguments, which other users could see via like ps. It would be more secure if users could set the connection parameters via environment variables.
Additional Notes
Along with supporting environment variables, --password should be disabled.
The text was updated successfully, but these errors were encountered:
choplin
changed the title
Support environment variable to set connection parameters
Support environment variables to set connection parameters
Nov 17, 2023
Description
Currently, users must set parameters to connect PostgreSQL as CLI arguments, like
--host
or--port
. This works, but it leaves the passed connection parameters as CLI arguments, which other users could see via likeps
. It would be more secure if users could set the connection parameters via environment variables.Additional Notes
Along with supporting environment variables,
--password
should be disabled.The text was updated successfully, but these errors were encountered: