[
https://issues.apache.org/jira/browse/GEODE-83?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14626572#comment-14626572
]
ASF GitHub Bot commented on GEODE-83:
-------------------------------------
GitHub user vitogav opened a pull request:
https://github.com/apache/incubator-geode/pull/10
GEODE-83 Add support for Redis AUTH command
Also added Geode property "redis-password" so the authentication password
can be set by xml or through GFSH
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/vitogav/incubator-geode develop
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/incubator-geode/pull/10.patch
To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:
This closes #10
----
commit fe93322c2b5cea146c67f6c134fd330117008812
Author: Vito Gavrilov <[email protected]>
Date: 2015-07-14T15:00:36Z
GEODE-83 Add support for Redis AUTH command
Also added Geode property "redis-password" so the authentication password
can be set by xml or through GFSH
----
> Support AUTH for Redis protocol adaptor
> ---------------------------------------
>
> Key: GEODE-83
> URL: https://issues.apache.org/jira/browse/GEODE-83
> Project: Geode
> Issue Type: Improvement
> Components: extensions
> Reporter: Swapnil Bawaskar
>
> The Redis protocol supports basic authentication through the AUTH command:
> http://redis.io/topics/security
> Rather than storing the password in redis.conf, we should ask the users to
> store it in gfsecurity.conf file as a "redis-password" property.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)