[
https://issues.apache.org/jira/browse/NIFI-5469?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16570546#comment-16570546
]
ASF GitHub Bot commented on NIFI-5469:
--------------------------------------
Github user zenfenan commented on a diff in the pull request:
https://github.com/apache/nifi/pull/2925#discussion_r207975946
--- Diff: nifi-docs/src/main/asciidoc/administration-guide.adoc ---
@@ -1486,35 +1588,35 @@ If no administrator action is taken, the
configuration values remain unencrypted
[[encrypt-config_tool]]
=== Encrypt-Config Tool
-The `encrypt-config` command line tool (invoked as
`./bin/encrypt-config.sh` or `bin\encrypt-config.bat`) reads from a
'nifi.properties' file with plaintext sensitive configuration values, prompts
for a master password or raw hexadecimal key, and encrypts each value. It
replaces the plain values with the protected value in the same file, or writes
to a new 'nifi.properties' file if specified.
+The `encrypt-config` command line tool (invoked as
`./bin/encrypt-config.sh` or `bin\encrypt-config.bat`) reads from a
_nifi.properties_ file with plaintext sensitive configuration values, prompts
for a master password or raw hexadecimal key, and encrypts each value. It
replaces the plain values with the protected value in the same file, or writes
to a new _nifi.properties_ file if specified.
--- End diff --
L1454 The link for `Bcrypt Spring Security` is broken. It has to be updated
to
https://docs.spring.io/spring-security/site/docs/current/api/org/springframework/security/crypto/bcrypt/BCrypt.html
> Edits needed for LDAP and Kerberos login identity provider sections in Admin
> Guide
> ----------------------------------------------------------------------------------
>
> Key: NIFI-5469
> URL: https://issues.apache.org/jira/browse/NIFI-5469
> Project: Apache NiFi
> Issue Type: Improvement
> Components: Documentation & Website
> Reporter: Andrew Lim
> Assignee: Andrew Lim
> Priority: Minor
>
> Going through the Authentication and Authorization sections of the Admin
> Guide, I noticed the following improvements could be made:
> * Removed “Kerberos Config File” property from kerberos-provider login
> identity provider (this was done because the same property exists in
> nifi.properties)
> * Corrected the "LDAP-based Users/Groups Referencing User Attribute” login
> identity provider example to refer to “member uid"
> * Added titles to login identity provider examples for improved
> readability/search
> * Changed UserGroupProvider property examples from bulleted lists to tables
> Also, text formatting for references to config files, directories, etc. need
> to be made consistent. For example, config files like _nifi.properties_,
> _authorizers.xml_ should be italicized. Directories, properties and default
> values for properties should be monospaced.
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)