jscheffl opened a new issue, #48105: URL: https://github.com/apache/airflow/issues/48105
### Body I tested the connections form and when using the edit (as PR in #48102) I saw that values are masked on the public API. I created a connection type "generic with name "a" with login="a" and password="a" as well as `{"key": "value"}` as extra. When opening the connection the public REST was masking the "a" of "value" as below:  I assume it does not make sense to mask data in extra fields or description of connection. This generates errors and side effects unexpected. ### Committer - [x] I acknowledge that I am a maintainer/committer of the Apache Airflow project. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: commits-unsubscr...@airflow.apache.org.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org