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
Method dbutils::is_server_available (other methods seems to suffer from same issue) is reporting full connection string with password in clear at WARNING level.
Reproduction is possible for example when connection are exhausted on the corresponding node.
The text was updated successfully, but these errors were encountered:
We strongly advise against including the password in the conninfo string, as this will result in the database password being exposed in various places, including in the repmgr.conf file, the repmgr.nodes table, any output generated by repmgr which lists the node conninfo strings (e.g. repmgr cluster show) and in the repmgr log file, particularly at log_level=DEBUG.
Thanks for reply, according to your own documentation, logging the connection string at any level above DEBUG (in this case WARNING) was not expected and provides no benefit to any legitimate user.
mulder999
changed the title
App is logging clear password in connection string
App is logging clear password in connection string at WARNING level
Dec 6, 2022
Method
dbutils::is_server_available
(other methods seems to suffer from same issue) is reporting full connection string with password in clear atWARNING
level.Reproduction is possible for example when connection are exhausted on the corresponding node.
The text was updated successfully, but these errors were encountered: