You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@knox.apache.org by "Sumit Gupta (JIRA)" <ji...@apache.org> on 2016/12/20 22:07:58 UTC

[jira] [Resolved] (KNOX-802) Inconsistent gateway.xml deployment descriptors when topology contains application

     [ https://issues.apache.org/jira/browse/KNOX-802?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Sumit Gupta resolved KNOX-802.
------------------------------
    Resolution: Fixed

Closing this issue as the root cause is because of [KNOX-824]

> Inconsistent gateway.xml deployment descriptors when topology contains application
> ----------------------------------------------------------------------------------
>
>                 Key: KNOX-802
>                 URL: https://issues.apache.org/jira/browse/KNOX-802
>             Project: Apache Knox
>          Issue Type: Bug
>            Reporter: Sumit Gupta
>             Fix For: 0.12.0
>
>
> Topologies with applications don't get gateway.xml updates on redeployment.
> To reproduce, add an application to the admin.xml topology. For example
> <application>
>     <name>admin-ui</name>
> </application>
> Then add a new provider, for example:
>   <provider>
>             <role>webappsec</role>
>             <name>WebAppSec</name>
>             <enabled>true</enabled>
>             <param>
>                 <name>xframe.options.enabled</name>
>                 <value>true</value>
>             </param>
>             <param>
>                 <name>cors.enabled</name>
>                 <value>true</value>
>             </param>     
>         </provider>
> The deployment now contains two gateway.xml files and only the gateway.xml file contains the WebAppSec related filters.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)