[
https://issues.apache.org/jira/browse/IGNITE-8721?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16504398#comment-16504398
]
ASF GitHub Bot commented on IGNITE-8721:
----------------------------------------
Github user devozerov closed the pull request at:
https://github.com/apache/ignite/pull/4142
> 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)