Eugene Nikolaiev created BEAM-11444:
---------------------------------------

             Summary: MongoDB Python connector shows password in display_data
                 Key: BEAM-11444
                 URL: https://issues.apache.org/jira/browse/BEAM-11444
             Project: Beam
          Issue Type: Improvement
          Components: io-py-mongodb
         Environment: Google Cloud Dataflow
            Reporter: Eugene Nikolaiev
            Assignee: Yichi Zhang
             Fix For: 2.27.0


MongoDB connector's display_data shows password in *uri* and in 
*mongo_client_spec* parameters.
h4. Example for Read step Info on Dataflow UI:

 
|*uri*|mongodb+srv://top:[email protected]|
|*mongo_client_spec*|{"username": "top", "password": "secret"}|

 
h4. Example of how it could be shown if masked:
|*uri*|mongodb+srv://top:******@xyx456-pri.ab123.mongodb.net|
|*mongo_client_spec*|{"username": "top", "password": "******"}|



--
This message was sent by Atlassian Jira
(v8.3.4#803005)

Reply via email to