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

Fix unmasked env var on task detail view #31125

Merged
merged 1 commit into from
May 8, 2023

Conversation

herlambang
Copy link
Contributor

Fix unmasked env var on task detail view

closes: #30089


^ Add meaningful description above

Read the Pull Request Guidelines for more information.
In case of fundamental code changes, an Airflow Improvement Proposal (AIP) is needed.
In case of a new dependency, check compliance with the ASF 3rd Party License Policy.
In case of backwards incompatible changes please leave a note in a newsfragment file, named {pr_number}.significant.rst or {issue_number}.significant.rst, in newsfragments.

@boring-cyborg boring-cyborg bot added the area:webserver Webserver related Issues label May 8, 2023
@eladkal eladkal added the type:bug-fix Changelog: Bug Fixes label May 8, 2023
@eladkal eladkal added this to the Airflow 2.6.1 milestone May 8, 2023
@bbovenzi bbovenzi merged commit ffe3a68 into apache:main May 8, 2023
ephraimbuddy pushed a commit that referenced this pull request May 8, 2023
@niegowic
Copy link

Unfortunately this didn't fix the problem with BashOperator - on task instance details I still can see unmasked seecret - on rendered template this is properly masked..

image image

@potiuk
Copy link
Member

potiuk commented May 16, 2023

Unfortunately this didn't fix the problem with BashOperator - on task instance details I still can see unmasked seecret - on rendered template this is properly masked..

image image

As mentioned in the other issue - feel free to open a new issue about it rather than commenting on similar, related issue.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area:webserver Webserver related Issues type:bug-fix Changelog: Bug Fixes
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Connection password values appearing unmasked in the "Task Instance Details" -> "Environment" field
6 participants