NIFI-5048 Corrected typo in KeytabCredentialsService controller service description

This closes #2612

Signed-off-by: Scott Aslan <scottyaslan@gmail.com>
This commit is contained in:
Andrew Lim 2018-04-06 14:20:20 -04:00 committed by Scott Aslan
parent 7cc77937d8
commit 8e10f0bd54
1 changed files with 1 additions and 1 deletions

View File

@ -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 = {