jdeppe-pivotal commented on a change in pull request #6844:
URL: https://github.com/apache/geode/pull/6844#discussion_r705559816



##########
File path: geode-apis-compatible-with-redis/README.md
##########
@@ -91,68 +94,139 @@ To confirm that everything shut down correctly, if you 
execute a Redis command i
 Could not connect to Redis at 127.0.0.1:6379: Connection refused 
 not connected>
 ```
-### <a name="redis-commands"></a>Redis Commands
+
+## <a name="security"></a>Security
+
+Security is implemented slightly differently to OSS Redis. Redis stores 
password information in plain text in the redis.conf file.     
+
+When using Apache Geode, to enable security, a Security Manager needs to be 
configured on the server(s). This Security Manager will authenticate `AUTH 
<password>` commands and `AUTH <username> <password>` commands. Users can set a 
custom `default` username using the `geode-compatible-with-redis-username` 
parameter. This username will be used when `AUTH <password>` commands are sent 
without a `<username>`. 
+
+The following gfsh command will configure a `SimpleSecurityManager`:

Review comment:
       We can add that in the next bit of work which is for authorization.




-- 
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: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


Reply via email to