You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@knox.apache.org by "Kevin Risden (JIRA)" <ji...@apache.org> on 2018/11/07 20:37:00 UTC

[jira] [Closed] (KNOX-1446) Websocket working even if gateway.websocket.feature.enabled is set to false

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

Kevin Risden closed KNOX-1446.
------------------------------

> Websocket working even if gateway.websocket.feature.enabled is set to false
> ---------------------------------------------------------------------------
>
>                 Key: KNOX-1446
>                 URL: https://issues.apache.org/jira/browse/KNOX-1446
>             Project: Apache Knox
>          Issue Type: Bug
>          Components: Server
>    Affects Versions: 0.14.0
>            Reporter: Abhishek Shukla
>            Assignee: Kevin Risden
>            Priority: Major
>
> AMBARI WS Operations are working fine even though "*gateway.websocket.feature.enabled*" property is set to *false* by default in gateway-site.xml.
> /etc/knox/conf/gateway-site.xml
> {code:xml}
> ...
> <property>
>       <name>gateway.websocket.feature.enabled</name>
>       <value>false</value>
>     </property>
> ...
> {code}
> /etc/knox/conf/topologies/ui_ns1.xml
> {code:xml}
> ...
> <service>
>         <role>AMBARIWS</role>
>         <url>wss://<AMBARI_HOST>:8443</url>
>     </service>
> ...
> {code}
> Do we need to set gateway.websocket.feature.enabled to true or Is it required only for Zeppelin UI ?? 



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)