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
When pghero app does not have access to the postgres instance and gets Completed 500 Internal Server Error then throwing plaintext password to the logs
pghero URI::InvalidURIError (bad URI(is not URI?):
"postgresql://USERNAME:PASSWORD@URL:5432/):
The text was updated successfully, but these errors were encountered:
Hi @kgo-sgo, thanks for reporting. That error means the URL is malformed / not a valid URL (not that it can't connect). It comes from Ruby / Rails, but it'd be good to try to rescue and re-raise to try to keep a potential password out of the logs.
When pghero app does not have access to the postgres instance and gets Completed 500 Internal Server Error then throwing plaintext password to the logs
pghero URI::InvalidURIError (bad URI(is not URI?):
"postgresql://USERNAME:PASSWORD@URL:5432/):
The text was updated successfully, but these errors were encountered: