Details
-
Improvement
-
Status: Triage Needed
-
P3
-
Resolution: Fixed
-
None
-
Google Cloud Dataflow
Description
MongoDB connector's display_data shows password in uri and in mongo_client_spec parameters.
Example for Read step Info on Dataflow UI:
uri | mongodb+srv://top:secret@xyx456-pri.ab123.mongodb.net |
mongo_client_spec | {"username": "top", "password": "secret"} |
Example of how it could be shown if masked:
uri | mongodb+srv://top:******@xyx456-pri.ab123.mongodb.net |
mongo_client_spec | {"username": "top", "password": "******"} |
Attachments
Issue Links
- links to