[
https://issues.apache.org/jira/browse/KNOX-1876?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Kevin Risden updated KNOX-1876:
-------------------------------
Description:
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.
was:
Currently the following section is in Zeppelin service definition
{code:java}
{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.
> 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
>
>
> 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)