[
https://issues.apache.org/jira/browse/KNOX-1876?focusedWorklogId=259798&page=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-259798
]
ASF GitHub Bot logged work on KNOX-1876:
----------------------------------------
Author: ASF GitHub Bot
Created on: 13/Jun/19 17:54
Start Date: 13/Jun/19 17:54
Worklog Time Spent: 10m
Work Description: risdenk commented on pull request #100: KNOX-1876 -
Zeppelin should default to trusted proxy for service definition
URL: https://github.com/apache/knox/pull/100
## What changes were proposed in this pull request?
Make Zeppelin use default dispatch and remove hard coded policies from
service definition.
## How was this patch tested?
* `mvn -T.5C clean verify -Ppackage,release`
* Manually checked that service definitions work against Kerberized Zeppelin
----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
For queries about this service, please contact Infrastructure at:
[email protected]
Issue Time Tracking
-------------------
Worklog Id: (was: 259798)
Time Spent: 10m
Remaining Estimate: 0h
> Zeppelin should default to trusted proxy for service definition
> ---------------------------------------------------------------
>
> Key: KNOX-1876
> URL: https://issues.apache.org/jira/browse/KNOX-1876
> Project: Apache Knox
> Issue Type: Improvement
> Reporter: Kevin Risden
> Assignee: Kevin Risden
> Priority: Major
> Fix For: 1.3.0
>
> Time Spent: 10m
> Remaining Estimate: 0h
>
> Currently the following section is in Zeppelin service definition
> {code:java}
> <policies>
> <policy role="webappsec"/>
> <policy role="authentication" name="Anonymous"/>
> <policy role="rewrite"/>
> <policy role="authorization"/>
> </policies>
> {code}
> With the above, Zeppelin must authenticate the user. We should have Knox
> authenticate and not have the authentication type hardcoded into the service
> definition.
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)