[
https://issues.apache.org/jira/browse/PHOENIX-4688?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16613405#comment-16613405
]
Lev Bronshtein edited comment on PHOENIX-4688 at 9/13/18 3:05 PM:
------------------------------------------------------------------
Perhaps the old way of configuring SPNEGO no longer works
{quote}at
org.eclipse.jetty.security.authentication.LoginAuthenticator.login(LoginAuthenticator.java:61)
{quote}
{code:java}
_loginService.login(username,password);{code}
But for some reason the call is dispatched to
org.eclipse.jetty.security.SpnegoLoginService.login(SpnegoLoginService.java:138)
instead of
org.apache.calcite.avatica.server.{color:#FF0000}[PropertyBasedSpnegoLoginService|https://github.com/apache/calcite-avatica/pull/15/files?utf8=%E2%9C%93&diff=split#diff-dd280db9e5949206ab19d453d55e4f59]{color}
was (Author: lbronshtein):
Perhaps the old way of configuring SPNEGO no longer works
{quote}at
org.eclipse.jetty.security.authentication.LoginAuthenticator.login(LoginAuthenticator.java:61)
{quote}
{code:java}
_loginService.login(username,password);{code}
But for some reason the call is dispatched to
org.eclipse.jetty.security.SpnegoLoginService.login(SpnegoLoginService.java:138)
instead of
org.apache.calcite.avatica.server.[PropertyBasedSpnegoLoginService.java|https://github.com/apache/calcite-avatica/pull/15/files?utf8=%E2%9C%93&diff=split#diff-dd280db9e5949206ab19d453d55e4f59]
> Add kerberos authentication to python-phoenixdb
> -----------------------------------------------
>
> Key: PHOENIX-4688
> URL: https://issues.apache.org/jira/browse/PHOENIX-4688
> Project: Phoenix
> Issue Type: Improvement
> Reporter: Lev Bronshtein
> Priority: Minor
>
> In its current state python-phoenixdv does not support support kerberos
> authentication. Using a modern python http library such as requests or
> urllib it would be simple (if not trivial) to add this support.
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)