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

NIFI-13670: Improve sensitive value editing. #9191

Merged
merged 3 commits into from
Aug 26, 2024

Conversation

mcgilman
Copy link
Contributor

  • Do not present the user with the masked value.
  • Do not use the masked value when determining if a value has changed.
  • Do not include the masked value in the payload if the value hasn't changed.

@mcgilman mcgilman added the new ui Pull requests for work relating to the new user interface being developed. label Aug 21, 2024
- Do not present the user with the masked value.
- Do not use the masked value when determining if a value has changed.
- Do not include the masked value in the payload if the value hasn't changed.
- Updates to ParameterItem model to more easily track changes.
Copy link
Contributor

@scottyaslan scottyaslan left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

These changes work well. Thanks @mcgilman! +1

@scottyaslan scottyaslan merged commit 7945234 into apache:main Aug 26, 2024
5 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
new ui Pull requests for work relating to the new user interface being developed.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants