mirror of
https://github.com/apache/nifi.git
synced 2025-03-06 17:39:36 +00:00
NIFI-5734 MQTTProcessors should have sensitive password
This closes #3099. Signed-off-by: Bryan Bende <bbende@apache.org>
This commit is contained in:
parent
ebaaf5797e
commit
4fe7cb33e4
@ -137,6 +137,7 @@ public abstract class AbstractMQTTProcessor extends AbstractSessionFactoryProces
|
|||||||
public static final PropertyDescriptor PROP_PASSWORD = new PropertyDescriptor.Builder()
|
public static final PropertyDescriptor PROP_PASSWORD = new PropertyDescriptor.Builder()
|
||||||
.name("Password")
|
.name("Password")
|
||||||
.description("Password to use when connecting to the broker")
|
.description("Password to use when connecting to the broker")
|
||||||
|
.sensitive(true)
|
||||||
.required(false)
|
.required(false)
|
||||||
.addValidator(StandardValidators.NON_EMPTY_VALIDATOR)
|
.addValidator(StandardValidators.NON_EMPTY_VALIDATOR)
|
||||||
.build();
|
.build();
|
||||||
|
Loading…
x
Reference in New Issue
Block a user