[
https://issues.apache.org/jira/browse/IGNITE-8721?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16503199#comment-16503199
]
ASF GitHub Bot commented on IGNITE-8721:
----------------------------------------
GitHub user devozerov opened a pull request:
https://github.com/apache/ignite/pull/4142
IGNITE-8721
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/gridgain/apache-ignite ignite-8721
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/ignite/pull/4142.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 #4142
----
commit 178edafcd8a3f605bf503ddf0c8566dbbc350111
Author: devozerov <vozerov@...>
Date: 2018-06-06T12:00:45Z
Client base.
commit 6a81509e4b498b93ab4481230cfd4e098b478420
Author: devozerov <vozerov@...>
Date: 2018-06-06T12:09:31Z
Done.
----
> Third-party security is not integrated with JDBC and ODBC handlers (thin)
> -------------------------------------------------------------------------
>
> Key: IGNITE-8721
> URL: https://issues.apache.org/jira/browse/IGNITE-8721
> Project: Ignite
> Issue Type: Task
> Components: jdbc, odbc, security
> Affects Versions: 2.5
> Reporter: Vladimir Ozerov
> Assignee: Vladimir Ozerov
> Priority: Major
> Fix For: 2.6
>
>
> See
> {{org.apache.ignite.internal.processors.platform.client.ClientConnectionContext#initializeFromHandshake}}:
> {code}
> if (kernalCtx.security().enabled())
> authCtx = thirdPartyAuthentication(user, pwd).authorizationContext();
> else if (kernalCtx.authentication().enabled()) {
> // Our own authentication.
> }
> {code}
> But we do not have the same check for JDBC and ODBC handlers.
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)