mirror of https://github.com/apache/nifi.git
NIFI-4941 Updated nifi.sensitive.props.additional.keys description to refer to nifi.properties
This closes #2620 Signed-off-by: Scott Aslan <scottyaslan@gmail.com>
This commit is contained in:
parent
b29304df79
commit
b6c052066a
|
@ -2343,7 +2343,7 @@ link:http://docs.oracle.com/javase/7/docs/technotes/guides/security/jgss/tutoria
|
||||||
|
|
||||||
One of the most important notes in the above Troubleshooting guide is the mechanism for turning on Debug output for Kerberos.
|
One of the most important notes in the above Troubleshooting guide is the mechanism for turning on Debug output for Kerberos.
|
||||||
This is done by setting the `sun.security.krb5.debug` environment variable.
|
This is done by setting the `sun.security.krb5.debug` environment variable.
|
||||||
In NiFi, this is accomplished by adding the following line to the _$NIFI_HOME/conf/bootstrap.conf` file:
|
In NiFi, this is accomplished by adding the following line to the _$NIFI_HOME/conf/bootstrap.conf_ file:
|
||||||
|
|
||||||
[source]
|
[source]
|
||||||
java.arg.16=-Dsun.security.krb5.debug=true
|
java.arg.16=-Dsun.security.krb5.debug=true
|
||||||
|
@ -3381,7 +3381,7 @@ Security Configuration section of this Administrator's Guide.
|
||||||
|nifi.sensitive.props.key|This is the password used to encrypt any sensitive property values that are configured in processors. By default, it is blank, but the system administrator should provide a value for it. It can be a string of any length, although the recommended minimum length is 10 characters. Be aware that once this password is set and one or more sensitive processor properties have been configured, this password should not be changed.
|
|nifi.sensitive.props.key|This is the password used to encrypt any sensitive property values that are configured in processors. By default, it is blank, but the system administrator should provide a value for it. It can be a string of any length, although the recommended minimum length is 10 characters. Be aware that once this password is set and one or more sensitive processor properties have been configured, this password should not be changed.
|
||||||
|nifi.sensitive.props.algorithm|The algorithm used to encrypt sensitive properties. The default value is `PBEWITHMD5AND256BITAES-CBC-OPENSSL`.
|
|nifi.sensitive.props.algorithm|The algorithm used to encrypt sensitive properties. The default value is `PBEWITHMD5AND256BITAES-CBC-OPENSSL`.
|
||||||
|nifi.sensitive.props.provider|The sensitive property provider. The default value is `BC`.
|
|nifi.sensitive.props.provider|The sensitive property provider. The default value is `BC`.
|
||||||
|nifi.sensitive.props.additional.keys|The comma separated list of properties to encrypt in addition to the default sensitive properties (see <<encrypt-config_tool>>).
|
|nifi.sensitive.props.additional.keys|The comma separated list of properties in `nifi.properties` to encrypt in addition to the default sensitive properties (see <<encrypt-config_tool>>).
|
||||||
|nifi.security.keystore*|The full path and name of the keystore. It is blank by default.
|
|nifi.security.keystore*|The full path and name of the keystore. It is blank by default.
|
||||||
|nifi.security.keystoreType|The keystore type. It is blank by default.
|
|nifi.security.keystoreType|The keystore type. It is blank by default.
|
||||||
|nifi.security.keystorePasswd|The keystore password. It is blank by default.
|
|nifi.security.keystorePasswd|The keystore password. It is blank by default.
|
||||||
|
|
Loading…
Reference in New Issue