You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@knox.apache.org by "ASF subversion and git services (Jira)" <ji...@apache.org> on 2022/08/10 18:25:00 UTC

[jira] [Commented] (KNOX-2779) support multiple hosts for gateway.host config

    [ https://issues.apache.org/jira/browse/KNOX-2779?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17578104#comment-17578104 ] 

ASF subversion and git services commented on KNOX-2779:
-------------------------------------------------------

Commit d51173a83e364d6eacf19d9ac8823ea2afb807f5 in knox's branch refs/heads/master from 南慧荣
[ https://gitbox.apache.org/repos/asf?p=knox.git;h=d51173a83 ]

KNOX-2779 - support multiple hosts for gateway.host config (#613)



> support multiple hosts for gateway.host config
> ----------------------------------------------
>
>                 Key: KNOX-2779
>                 URL: https://issues.apache.org/jira/browse/KNOX-2779
>             Project: Apache Knox
>          Issue Type: Improvement
>            Reporter: nanhuirong
>            Priority: Major
>          Time Spent: 40m
>  Remaining Estimate: 0h
>
> Knox may dispatch requests from multiple services and must listen on 0.0.0.0 if the request is not on the same plane. For example, host A has three network adapters and only two adapters receive requests, we must config 0.0.0.0 for gateway.host, Thus, the knox servive may has security issues.
>  
> I think that we can expose multiple hosts for gateway.host as follows:
> <property>
> <name>gateway.host</name>
> <value>ip1,ip2...</value>
> </property>
>  



--
This message was sent by Atlassian Jira
(v8.20.10#820010)