mirror of
https://github.com/apache/nifi.git
synced 2025-03-06 09:29:33 +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()
|
||||
.name("Password")
|
||||
.description("Password to use when connecting to the broker")
|
||||
.sensitive(true)
|
||||
.required(false)
|
||||
.addValidator(StandardValidators.NON_EMPTY_VALIDATOR)
|
||||
.build();
|
||||
|
Loading…
x
Reference in New Issue
Block a user