Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Secrets Masker also applies masking to fields not in scope #48105

Open
1 task done
jscheffl opened this issue Mar 22, 2025 · 1 comment · May be fixed by #48194
Open
1 task done

Secrets Masker also applies masking to fields not in scope #48105

jscheffl opened this issue Mar 22, 2025 · 1 comment · May be fixed by #48194
Assignees
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

Comments

@jscheffl
Copy link
Contributor

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:
Image

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

  • I acknowledge that I am a maintainer/committer of the Apache Airflow project.
@jscheffl jscheffl added area:API Airflow's REST/HTTP API 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 labels Mar 22, 2025
@dosubot dosubot bot added the area:secrets label Mar 22, 2025
@amarlearning
Copy link
Contributor

I would like to work on this issue. This would be my first contribution to Apache Airflow. I have read the contribution guidelines and have my development environment set up.

@vatsrahul1001 vatsrahul1001 added affected_version:3.0.0beta For all 3.0.0 beta releases priority:medium Bug that should be fixed before next release but would not block a release labels Mar 24, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
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
Projects
Development

Successfully merging a pull request may close this issue.

3 participants