You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@knox.apache.org by "Zachary Blanco (JIRA)" <ji...@apache.org> on 2015/06/04 13:36:38 UTC

[jira] [Updated] (KNOX-554) Cannot access topologies through admin API if gateway.path is modified

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

Zachary Blanco updated KNOX-554:
--------------------------------
    Description: 
If a user edits the gateway.path property to any value other than "gateway" in gateway-site.xml, the calls to the admin API for topologies fail.

Specifically any GET request to: 

https://{gateway-host}:{gateway-port}/{gateway.path}/admin/api/v1/topologies
OR
https://{gateway-host}:{gateway-port}/{gateway.path}/admin/api/v1/topologies/{topology-id}

Will fail if the gateway.path is not set to "gateway"

  was:
If a user edits the gateway.path property to any value other than "gateway" in gateway-site.xml, the calls to the admin API for topologies fail.

Specifically any GET request to: 

https://{gateway-host}:{gateway-port}/{gateway.path}/admin/api/v1/toplogies
OR
https://{gateway-host}:{gateway-port}/{gateway.path}/admin/api/v1/toplogies/{topology-id}

Will fail if the gateway.path is not set to "gateway"


> Cannot access topologies through admin API if gateway.path is modified
> ----------------------------------------------------------------------
>
>                 Key: KNOX-554
>                 URL: https://issues.apache.org/jira/browse/KNOX-554
>             Project: Apache Knox
>          Issue Type: Bug
>            Reporter: Zachary Blanco
>
> If a user edits the gateway.path property to any value other than "gateway" in gateway-site.xml, the calls to the admin API for topologies fail.
> Specifically any GET request to: 
> https://{gateway-host}:{gateway-port}/{gateway.path}/admin/api/v1/topologies
> OR
> https://{gateway-host}:{gateway-port}/{gateway.path}/admin/api/v1/topologies/{topology-id}
> Will fail if the gateway.path is not set to "gateway"



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