[
https://issues.apache.org/jira/browse/DRILL-5425?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16300615#comment-16300615
]
ASF GitHub Bot commented on DRILL-5425:
---------------------------------------
Github user sohami commented on a diff in the pull request:
https://github.com/apache/drill/pull/1040#discussion_r158100823
--- Diff:
exec/java-exec/src/main/java/org/apache/drill/exec/server/rest/WebServer.java
---
@@ -183,17 +180,19 @@ public void start() throws Exception {
}
}
- private ServletContextHandler createServletContextHandler(final boolean
authEnabled) {
+ private ServletContextHandler createServletContextHandler(final boolean
authEnabled) throws Exception {
--- End diff --
Done
> Support HTTP Kerberos auth using SPNEGO
> ---------------------------------------
>
> Key: DRILL-5425
> URL: https://issues.apache.org/jira/browse/DRILL-5425
> Project: Apache Drill
> Issue Type: New Feature
> Components: Web Server
> Affects Versions: 1.12.0
> Reporter: Sudheesh Katkam
> Assignee: Sorabh Hamirwasia
> Fix For: 1.13.0
>
>
> DRILL-4280 supports Kerberos through JDBC and ODBC API. This ticket requests
> to add Kerberos (using [SPENGO|https://en.wikipedia.org/wiki/SPNEGO]) for
> HTTP connections.
> This requires creating "direct" web sessions; currently web sessions are
> sessions over Java client sessions.
--
This message was sent by Atlassian JIRA
(v6.4.14#64029)