You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@geode.apache.org by GitBox <gi...@apache.org> on 2021/10/04 15:16:50 UTC

[GitHub] [geode] davebarnes97 commented on a change in pull request #6928: GEODE-9628: Documentation fix for setting credentials in client

davebarnes97 commented on a change in pull request #6928:
URL: https://github.com/apache/geode/pull/6928#discussion_r721465887



##########
File path: geode-docs/managing/security/implementing_authentication.html.md.erb
##########
@@ -23,151 +23,150 @@ Authentication lends a measure of security to a cluster
 by verifying the identity of components as they connect to the system.
 All components use the same authentication mechanism.
 
-## How Authentication Works
+## <a id="authentication-how-it-works"></a>How Authentication Works
 
 When a component initiates a connection to the cluster,
 the `SecurityManager.authenticate` method is invoked.
 The component provides its credentials in the form of properties
 as a parameter to the `authenticate` method.
-The credential is presumed to be the two properties
+The credentials parameter is presumed to be a user/password combination, specified as the two properties

Review comment:
       Thanks, @jinmeiliao Change incorporated.




-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: notifications-unsubscribe@geode.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org