Repository: nifi Updated Branches: refs/heads/master 78d908bc0 -> 9a23d5bc6
NIFI-5447 Modify the description of 'nifi.security.needClientAuth',add default value describe Added space and formatting to default value for needClientAuth in Admin Guide. This closes #2912. Signed-off-by: Andy LoPresto <[email protected]> Project: http://git-wip-us.apache.org/repos/asf/nifi/repo Commit: http://git-wip-us.apache.org/repos/asf/nifi/commit/9a23d5bc Tree: http://git-wip-us.apache.org/repos/asf/nifi/tree/9a23d5bc Diff: http://git-wip-us.apache.org/repos/asf/nifi/diff/9a23d5bc Branch: refs/heads/master Commit: 9a23d5bc60251ad922effc4c3fbab0dc9742491f Parents: 78d908b Author: é书å½10209198 <[email protected]> Authored: Mon Jul 23 16:56:06 2018 +0800 Committer: Andy LoPresto <[email protected]> Committed: Mon Jul 23 18:14:51 2018 -0700 ---------------------------------------------------------------------- nifi-docs/src/main/asciidoc/administration-guide.adoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/nifi/blob/9a23d5bc/nifi-docs/src/main/asciidoc/administration-guide.adoc ---------------------------------------------------------------------- diff --git a/nifi-docs/src/main/asciidoc/administration-guide.adoc b/nifi-docs/src/main/asciidoc/administration-guide.adoc index cfd950d..9c52261 100644 --- a/nifi-docs/src/main/asciidoc/administration-guide.adoc +++ b/nifi-docs/src/main/asciidoc/administration-guide.adoc @@ -139,7 +139,7 @@ NiFi provides several different configuration options for security purposes. The |`nifi.security.truststore` | Filename of the Truststore that will be used to authorize those connecting to NiFi. A secured instance with no Truststore will refuse all incoming connections. |`nifi.security.truststoreType` | The type of the Truststore. Must be either `PKCS12` or `JKS`. JKS is the preferred type, PKCS12 files will be loaded with BouncyCastle provider. |`nifi.security.truststorePasswd` | The password for the Truststore. -|`nifi.security.needClientAuth` | Set to `true` to specify that connecting clients must authenticate themselves. This property is used by the NiFi cluster protocol to indicate that nodes in the cluster will be authenticated and must have certificates that are trusted by the Truststores. +|`nifi.security.needClientAuth` | Set to `true` to specify that connecting clients must authenticate themselves. This property is used by the NiFi cluster protocol to indicate that nodes in the cluster will be authenticated and must have certificates that are trusted by the Truststores. If not set, the default value is `true`. |================================================================================================================================================== Once the above properties have been configured, we can enable the User Interface to be accessed over HTTPS instead of HTTP. This is accomplished
