From 8e10f0bd5430e9cbf19851db52a697c0fd76e77b Mon Sep 17 00:00:00 2001 From: Andrew Lim Date: Fri, 6 Apr 2018 14:20:20 -0400 Subject: [PATCH] NIFI-5048 Corrected typo in KeytabCredentialsService controller service description This closes #2612 Signed-off-by: Scott Aslan --- .../java/org/apache/nifi/kerberos/KeytabCredentialsService.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nifi-nar-bundles/nifi-standard-services/nifi-kerberos-credentials-service-bundle/nifi-kerberos-credentials-service/src/main/java/org/apache/nifi/kerberos/KeytabCredentialsService.java b/nifi-nar-bundles/nifi-standard-services/nifi-kerberos-credentials-service-bundle/nifi-kerberos-credentials-service/src/main/java/org/apache/nifi/kerberos/KeytabCredentialsService.java index 14dd784eca..8fcf5350f8 100644 --- a/nifi-nar-bundles/nifi-standard-services/nifi-kerberos-credentials-service-bundle/nifi-kerberos-credentials-service/src/main/java/org/apache/nifi/kerberos/KeytabCredentialsService.java +++ b/nifi-nar-bundles/nifi-standard-services/nifi-kerberos-credentials-service-bundle/nifi-kerberos-credentials-service/src/main/java/org/apache/nifi/kerberos/KeytabCredentialsService.java @@ -39,7 +39,7 @@ import org.apache.nifi.reporting.InitializationException; @CapabilityDescription("Provides a mechanism for specifying a Keytab and a Principal that other components are able to use in order to " + "perform authentication using Kerberos. By encapsulating this information into a Controller Service and allowing other components to make use of it " - + "(as opposed to specifying the principal and keytab directly in the processor) an administrative is able to choose which users are allowed to " + + "(as opposed to specifying the principal and keytab directly in the processor) an administrator is able to choose which users are allowed to " + "use which keytabs and principals. This provides a more robust security model for multi-tenant use cases.") @Tags({"Kerberos", "Keytab", "Principal", "Credentials", "Authentication", "Security"}) @Restricted(restrictions = {