[
https://issues.apache.org/jira/browse/PHOENIX-4688?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16631265#comment-16631265
]
Lev Bronshtein edited comment on PHOENIX-4688 at 9/28/18 2:23 AM:
------------------------------------------------------------------
[~elserj] the Heimdal parts if for MAC OS X users. On Mac OS X standard
kerberos environment is provided by Heimdal depending on version of Mac OS X
and the Heimdal utilities the krb5.conf file needs a small modification.
Specifically it wants
kdc = tcp/localhost:port to convince it to use TCP. As the miniKDC apperently
listens on TCP only. MIT utilities will try both TCP and UDP where as older
version of Heimdal need to be convinced to do so
I suppose for Mac OS X we can generate two KDC lines one
kdc = tcp/localhost:port
and one kdc = localhost:port
Do you want to give it a shot and let me know if that works? I will do the
same on my Mac
Also [~elserj] I have no idea how and why you got MIT to work on a Mac, but we
can try to run the test on Linux as well. We did float an idea of a docker
test before but there are quite a few moving parts.
was (Author: lbronshtein):
[~elserj] the Heimdal parts if for MAC OS X users. On Mac OS X standard
kerberos environment is provided by Heimdal depending on version of Mac OS X
and the Heimdal utilities the krb5.conf file needs a small modification.
Specifically it wants
kdc = tcp/localhost:port to convince it to use TCP.
I suppose for Mac OS X we can generate two KDC lines one
kdc = tcp/localhost:port
and one kdc = localhost:port
Do you want to give it a shot and let me know if that works? I will do the
same on my Mac
Also [~elserj] I have no idea how and why you got MIT to work on a Mac, but we
can try to run the test on Linux as well. We did float an idea of a docker
test before but there are quite a few moving parts.
> 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)