[ 
https://issues.apache.org/jira/browse/GEODE-1883?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15494625#comment-15494625
 ] 

ASF subversion and git services commented on GEODE-1883:
--------------------------------------------------------

Commit 65f35581b9f7dded29ad37d06f5e036d6a9f0aa1 in incubator-geode's branch 
refs/heads/develop from [~jinmeiliao]
[ https://git-wip-us.apache.org/repos/asf?p=incubator-geode.git;h=65f3558 ]

GEODE-1883: making AuthInit optional when starting a server/client


> AuthInitializer should be made optional
> ---------------------------------------
>
>                 Key: GEODE-1883
>                 URL: https://issues.apache.org/jira/browse/GEODE-1883
>             Project: Geode
>          Issue Type: Improvement
>          Components: security
>            Reporter: Swapnil Bawaskar
>
> {{AuthInitializer}} is the interface that a client must implement that 
> provides credentials that are verified by the server. The same interface is 
> also used for peer authentication. 
> In order to configure {{AuthInitialize}} any Geode property starting with 
> {{security-}} is passed through to the {{AuthInitialize.getCredentials}} 
> method.
> For simple authentication where only a username and a password are required, 
> users should not really be required to implement the AuthInitialize interface 
> in the presence of property passthrough. 
> Geode should detect {{security-username}} and {{security-password}} 
> properties in gemfire.security OR gfsecurity.properties file and use those 
> for authentication.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

Reply via email to