[
https://issues.apache.org/jira/browse/KNOX-979?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16080360#comment-16080360
]
Sandeep More commented on KNOX-979:
-----------------------------------
Hello [~nixonrodrigues],
Sorry for the delay in getting to this patch, it looks good, few things though.
In your example you have Anonymous authentication in the topology definition
and you also have identity-assertion provider turned off.
I think you have already handled that in your Service definition files, do you
still need to turn it off in the topology ?
{code}
<provider>
<role>authentication</role>
<name>Anonymous</name>
<enabled>true</enabled>
</provider>
<provider>
<role>identity-assertion</role>
<name>Default</name>
<enabled>false</enabled>
</provider>
{code}
> Documentation for Atlas UI & Atlas Rest Api via Knox Proxy
> ----------------------------------------------------------
>
> Key: KNOX-979
> URL: https://issues.apache.org/jira/browse/KNOX-979
> Project: Apache Knox
> Issue Type: Bug
> Reporter: Nixon Rodrigues
> Assignee: Nixon Rodrigues
> Fix For: 0.13.0
>
> Attachments: KNOX-979.patch
>
>
> Documentation for KNOX-788 and KNOX-789
--
This message was sent by Atlassian JIRA
(v6.4.14#64029)