GitHub user benchristel opened a pull request:

    https://github.com/apache/incubator-hawq/pull/1382

    Relogin from keytab when security is enabled instead of using the TOKEN

    - We are now supporting Kerberos login with GPDB, which unlike HAWQ does
      not pass the TOKEN parameter. Thus, we re-login from the local keytab
      to authenticate the user.
    
    Co-authored-by: Lav Jain <lj...@pivotal.io>
    Co-authored-by: Ben Christel <bchris...@pivotal.io>
    Co-authored-by: Shivram Mani <sm...@pivotal.io>

You can merge this pull request into a Git repository by running:

    $ git pull https://github.com/lavjain/incubator-hawq kerberize_pxf

Alternatively you can review and apply these changes as the patch at:

    https://github.com/apache/incubator-hawq/pull/1382.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 #1382
    
----
commit ea87935819ac7952181869caab0e5fd82842fa05
Author: Lav Jain <ljain@...>
Date:   2018-07-25T21:06:37Z

    Relogin from keytab when security is enabled instead of using the TOKEN
    
    - We are now supporting Kerberos login with GPDB, which unlike HAWQ does
      not pass the TOKEN parameter. Thus, we re-login from the local keytab
      to authenticate the user.
    
    Co-authored-by: Lav Jain <lj...@pivotal.io>
    Co-authored-by: Ben Christel <bchris...@pivotal.io>
    Co-authored-by: Shivram Mani <sm...@pivotal.io>

----


---

Reply via email to