You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@drill.apache.org by sindhurirayavaram <gi...@git.apache.org> on 2017/09/15 22:26:25 UTC

[GitHub] drill pull request #944: DRILL-5425: Support HTTP Kerberos auth using SPNEGO

GitHub user sindhurirayavaram opened a pull request:

    https://github.com/apache/drill/pull/944

    DRILL-5425: Support HTTP Kerberos auth using SPNEGO

    SPNEGO extends kerberos authentication to Drill WEB UI. 
    
    Things to be added 
    -Unit Tests
    -Showing the login option depending on the configured mechanisms


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

    $ git pull https://github.com/sindhurirayavaram/drill Spnego

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

    https://github.com/apache/drill/pull/944.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 #944
    
----
commit c770a2e7b0e75c4f18b954d8ada36469f00c8355
Author: mapr <ma...@mapr.local>
Date:   2017-09-11T23:56:22Z

    Added comments

commit 6015e98f08c1961bbbc9911946522f9a076e87e0
Author: mapr <ma...@mapr.local>
Date:   2017-09-13T19:48:28Z

    Added Test Cases

commit 5ff12ba1fe38fd728b0c33a686c665547dd21c50
Author: Sindhuri <ma...@mapr.local>
Date:   2017-09-15T22:21:53Z

    Formatted code

----


---

[GitHub] drill issue #944: DRILL-5425: Support HTTP Kerberos auth using SPNEGO

Posted by arina-ielchiieva <gi...@git.apache.org>.
Github user arina-ielchiieva commented on the issue:

    https://github.com/apache/drill/pull/944
  
    @sindhurirayavaram please close the pull request.


---

[GitHub] drill issue #944: DRILL-5425: Support HTTP Kerberos auth using SPNEGO

Posted by paul-rogers <gi...@git.apache.org>.
Github user paul-rogers commented on the issue:

    https://github.com/apache/drill/pull/944
  
    @sohami, can you review this one? 


---

[GitHub] drill pull request #944: DRILL-5425: Support HTTP Kerberos auth using SPNEGO

Posted by sindhurirayavaram <gi...@git.apache.org>.
Github user sindhurirayavaram closed the pull request at:

    https://github.com/apache/drill/pull/944


---

[GitHub] drill issue #944: DRILL-5425: Support HTTP Kerberos auth using SPNEGO

Posted by sohami <gi...@git.apache.org>.
Github user sohami commented on the issue:

    https://github.com/apache/drill/pull/944
  
    @sindhurirayavaram - Can you please resolve the merge conflict with master ?


---

[GitHub] drill issue #944: DRILL-5425: Support HTTP Kerberos auth using SPNEGO

Posted by sohami <gi...@git.apache.org>.
Github user sohami commented on the issue:

    https://github.com/apache/drill/pull/944
  
    Created a separate PR for this JIRA: https://github.com/apache/drill/pull/1040
    1) I have kept the initial commit with the new PR and added new changes as separate commit.
    2) Changes include refactoring of the code, added new tests and fixes done for the issues.


---