Closed prmoore77 closed 1 day ago
The flight_sql_client executable should be modified to use an env var: FLIGHT_PASSWORD when the password argument is not supplied. This would prevent the password from showing up in the process list (ps) - and would be more secure.
flight_sql_client
FLIGHT_PASSWORD
password
ps
The
flight_sql_client
executable should be modified to use an env var:FLIGHT_PASSWORD
when thepassword
argument is not supplied. This would prevent the password from showing up in the process list (ps
) - and would be more secure.