[
https://issues.apache.org/jira/browse/GEODE-1883?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15726013#comment-15726013
]
ASF subversion and git services commented on GEODE-1883:
--------------------------------------------------------
Commit a1044f2bab75d0fa1b66eb4d19bb8d9545151ad2 in geode's branch
refs/heads/GEODE-1883 from [~jinmeiliao]
[ https://git-wip-us.apache.org/repos/asf?p=geode.git;h=a1044f2 ]
GEODE-1883: make auth-init optional
* Failed Tests:
CQClientAuthDunitTest. testPostProcess
ClientCQPostAuthorizationDUnitTest. testAllowCQForAllMultiusers
ClientCQPostAuthorizationDUnitTest. testAllowCQForAllMultiusersWithFailover
ClientCQPostAuthorizationDUnitTest. testDisallowCQForAllMultiusers
ClientCQPostAuthorizationDUnitTest. testDisallowCQForSomeMultiusers
ClientMultiUserAuthzDUnitTest. testOps1
ClientMultiUserAuthzDUnitTest. testOps2
ClientMultiUserAuthzDUnitTest. testOpsWithClientsInDifferentModes
MultiUserDurableCQAuthzDUnitTest. testCQForDurableClientsWithCloseKeepAliveFalse
MultiUserDurableCQAuthzDUnitTest. testCQForDurableClientsWithCloseKeepAliveTrue
MultiUserDurableCQAuthzDUnitTest. testCQForDurableClientsWithDefaultClose
> AuthInitializer should be made optional
> ---------------------------------------
>
> Key: GEODE-1883
> URL: https://issues.apache.org/jira/browse/GEODE-1883
> Project: Geode
> Issue Type: New Feature
> Components: docs, management
> 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)