Secrets Masker also applies masking to fields not in scope #48105
Labels
affected_version:3.0.0beta
For all 3.0.0 beta releases
area:API
Airflow's REST/HTTP API
area:secrets
area:UI
Related to UI/UX. For Frontend Developers.
kind:bug
This is a clearly a bug
kind:meta
High-level information important to the community
priority:medium
Bug that should be fixed before next release but would not block a release
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
The text was updated successfully, but these errors were encountered: