mirror of
https://github.com/apache/nifi.git
synced 2025-02-14 05:55:07 +00:00
NIFI-13605 Make AbstractHadoopProcessor.KERBEROS_USER_SERVICE public
This closes #9129. Signed-off-by: Peter Turcsanyi <turcsanyi@apache.org> (cherry picked from commit b7faf8c84a6d83bc796e0c36462efbae403fa529)
This commit is contained in:
parent
153c87a7da
commit
62989e4920
@ -154,7 +154,7 @@ public abstract class AbstractHadoopProcessor extends AbstractProcessor implemen
|
||||
.required(false)
|
||||
.build();
|
||||
|
||||
static final PropertyDescriptor KERBEROS_USER_SERVICE = new PropertyDescriptor.Builder()
|
||||
public static final PropertyDescriptor KERBEROS_USER_SERVICE = new PropertyDescriptor.Builder()
|
||||
.name("kerberos-user-service")
|
||||
.displayName("Kerberos User Service")
|
||||
.description("Specifies the Kerberos User Controller Service that should be used for authenticating with Kerberos")
|
||||
|
Loading…
x
Reference in New Issue
Block a user