You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@beam.apache.org by "Anonymous (Jira)" <ji...@apache.org> on 2023/04/13 11:04:00 UTC

[jira] [Updated] (BEAM-11444) MongoDB Python connector shows password in display_data

     [ https://issues.apache.org/jira/browse/BEAM-11444?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Anonymous updated BEAM-11444:
-----------------------------
    Status: Triage Needed  (was: Resolved)

> 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
>            Priority: P3
>              Labels: mongodb, python
>             Fix For: 2.27.0
>
>          Time Spent: 50m
>  Remaining Estimate: 0h
>
> 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:secret@xyx456-pri.ab123.mongodb.net|
> |*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.20.10#820010)