[NIFI-3439] when users type into sensitive property fields in NiFI, t…#1546
[NIFI-3439] when users type into sensitive property fields in NiFI, t…#1546scottyaslan wants to merge 1 commit intoapache:masterfrom
Conversation
…he values on the screen/browser should be masked *** unless specified by user to show plain text.
|
Will review... |
|
Hey @scottyaslan, This is a great start, but I think there are a few fundamental issues with how I think we would need to introduce a new attribute of Additional complications exist for sensitive properties that support expression language. We'd have to spend some time to determine if |
|
@scottyaslan - have you tested this? http://jsfiddle.net/Ldr07h2r/6/ Source: |
|
The approach linked above seems to work on chrome without the javascript but firefox required the js code. |
|
forget it. Seen what @mcgilman was referring to. Possible to play with text area but it becomes single line. :-( |
|
Hi @mcgilman, I strongly agree on your point that need to introduce new attribute of Also understand the impact that you mentioned -
I am willing to contribute.. Would be great if you could suggest some good place for me to look for impact... |
…he values on the screen/browser should be masked *** unless specified by user to show plain text.
Thank you for submitting a contribution to Apache NiFi.
In order to streamline the review of the contribution we ask you
to ensure the following steps have been taken:
For all changes:
Is there a JIRA ticket associated with this PR? Is it referenced
in the commit message?
Does your PR title start with NIFI-XXXX where XXXX is the JIRA number you are trying to resolve? Pay particular attention to the hyphen "-" character.
Has your PR been rebased against the latest commit within the target branch (typically master)?
Is your initial contribution a single, squashed commit?
For code changes:
For documentation related changes:
Note:
Please ensure that once the PR is submitted, you check travis-ci for build issues and submit an update to your PR as soon as possible.