-
Notifications
You must be signed in to change notification settings - Fork 5.6k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
PostgreSQL server password included in tags. Security issue. #821
Comments
agreed, someone once submitted a PR to fix this but then disappeared when I asked for some revisions. If anyone has time to port this: #490 it would be greatly appreciated :) |
Hi, I'll try to have a look |
Hi, The issue is fxed in #845 for legacy and new plugin |
Hi I am trying to monitor one of my AWS RDS Postgres Database using the telegraf plugin for postgres. Now this address comes as a point tag in Wavefront as server= host=next-tango-instance--..rds.amazonaws.com user=postgres sslmode=disable password =* which essentially exposes my password in the dashboards. I have seen that a fix has been provided by in #845 but this requires me to specify the address via url matching and whenever I try to do it for example like: The metrics stop coming. And the telegraf client throws an exception saying: Can someone help me here? |
The entire 'server' parameter is included in the tags of measurements sent by the plugin. This is a security concern as the password is transmitted in the clear.
Example shown here. I replaced my password with XXXXX.
The text was updated successfully, but these errors were encountered: