From dev-return-52713-archive-asf-public=cust-asf.ponee.io@phoenix.apache.org Thu Jun 28 20:48:05 2018 Return-Path: X-Original-To: archive-asf-public@cust-asf.ponee.io Delivered-To: archive-asf-public@cust-asf.ponee.io Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by mx-eu-01.ponee.io (Postfix) with SMTP id 8BA80180662 for ; Thu, 28 Jun 2018 20:48:04 +0200 (CEST) Received: (qmail 24296 invoked by uid 500); 28 Jun 2018 18:48:03 -0000 Mailing-List: contact dev-help@phoenix.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@phoenix.apache.org Delivered-To: mailing list dev@phoenix.apache.org Received: (qmail 24283 invoked by uid 99); 28 Jun 2018 18:48:03 -0000 Received: from pnap-us-west-generic-nat.apache.org (HELO spamd4-us-west.apache.org) (209.188.14.142) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 28 Jun 2018 18:48:03 +0000 Received: from localhost (localhost [127.0.0.1]) by spamd4-us-west.apache.org (ASF Mail Server at spamd4-us-west.apache.org) with ESMTP id 0CE1DC057F for ; Thu, 28 Jun 2018 18:48:03 +0000 (UTC) X-Virus-Scanned: Debian amavisd-new at spamd4-us-west.apache.org X-Spam-Flag: NO X-Spam-Score: -109.501 X-Spam-Level: X-Spam-Status: No, score=-109.501 tagged_above=-999 required=6.31 tests=[ENV_AND_HDR_SPF_MATCH=-0.5, KAM_ASCII_DIVIDERS=0.8, RCVD_IN_DNSWL_MED=-2.3, SPF_PASS=-0.001, USER_IN_DEF_SPF_WL=-7.5, USER_IN_WHITELIST=-100] autolearn=disabled Received: from mx1-lw-eu.apache.org ([10.40.0.8]) by localhost (spamd4-us-west.apache.org [10.40.0.11]) (amavisd-new, port 10024) with ESMTP id CSO0P8CeVnl8 for ; Thu, 28 Jun 2018 18:48:02 +0000 (UTC) Received: from mailrelay1-us-west.apache.org (mailrelay1-us-west.apache.org [209.188.14.139]) by mx1-lw-eu.apache.org (ASF Mail Server at mx1-lw-eu.apache.org) with ESMTP id 955475F51F for ; Thu, 28 Jun 2018 18:48:01 +0000 (UTC) Received: from jira-lw-us.apache.org (unknown [207.244.88.139]) by mailrelay1-us-west.apache.org (ASF Mail Server at mailrelay1-us-west.apache.org) with ESMTP id D3DC9E0D84 for ; Thu, 28 Jun 2018 18:48:00 +0000 (UTC) Received: from jira-lw-us.apache.org (localhost [127.0.0.1]) by jira-lw-us.apache.org (ASF Mail Server at jira-lw-us.apache.org) with ESMTP id 1692B23F97 for ; Thu, 28 Jun 2018 18:48:00 +0000 (UTC) Date: Thu, 28 Jun 2018 18:48:00 +0000 (UTC) From: "Lev Bronshtein (JIRA)" To: dev@phoenix.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Comment Edited] (PHOENIX-4688) Add kerberos authentication to python-phoenixdb MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 [ https://issues.apache.org/jira/browse/PHOENIX-4688?page=3Dcom.atlassi= an.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=3D16= 525303#comment-16525303 ]=20 Lev Bronshtein edited comment on PHOENIX-4688 at 6/28/18 6:47 PM: ------------------------------------------------------------------ Test is working=C2=A0 2018-06-27 12:52:15,048 INFO [main] end2end.SecureQueryServerPhoenixDBIT(31= 0): CREATING PQS CONNECTION 2018-06-27 12:52:15,048 INFO [main] end2end.SecureQueryServerPhoenixDBIT(3= 10): [[1, u'admin'], [2, u'user']] now just need to clean it up.=C2=A0 * -How do I pass down proxy settings?=C2=A0 Or should I assume no proxy?- = Inherited from callers shell * -The heimdal kerberos utilities apple ships does not support krb5.conf f= ormat miniKDC ships (minor variations)- Render a custom krb5.conf if MAC * Currently a shell script is needed to launch.=C2=A0 I tried taking out a= s much as possible but I still need to kinit, also it needs to source activ= ate script * -Do we care if it only works on Linux?-=C2=A0 It will work on MAC OS too * currently only works with Anaconda, would rather see it with virtualenv =C2=A0 =C2=A0 was (Author: lbronshtein): Test is working=C2=A0 2018-06-27 12:52:15,048 INFO [main] end2end.SecureQueryServerPhoenixDBIT(31= 0): CREATING PQS CONNECTION 2018-06-27 12:52:15,048 INFO [main] end2end.SecureQueryServerPhoenixDBIT(3= 10): [[1, u'admin'], [2, u'user']] now just need to clean it up.=C2=A0 * -How do I pass down proxy settings?=C2=A0 Or should I assume no proxy?- = Inherited from callers shell * -The heimdal kerberos utilities apple ships does not support krb5.conf f= ormat miniKDC ships (minor variations)- Render a custom krb5.conf if MAC * Currently a shell script is needed to launch.=C2=A0 I tried taking out a= s much as possible but I still need to kinit * -Do we care if it only works on Linux?-=C2=A0 It will work on MAC OS too * currently only works with Anaconda, would rather see it with virtualenv =C2=A0 =C2=A0 > 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=C2=A0python-phoenixdv does not support support kerbe= ros authentication.=C2=A0 Using a modern python http library such as reques= ts or urllib it would be simple (if not trivial) to add this support. -- This message was sent by Atlassian JIRA (v7.6.3#76005)