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

Richard Ding updated ATLAS-2087:
--------------------------------
    Attachment: ATLAS-2087.patch

> Allow Atlas server to bind on a specific address
> ------------------------------------------------
>
>                 Key: ATLAS-2087
>                 URL: https://issues.apache.org/jira/browse/ATLAS-2087
>             Project: Atlas
>          Issue Type: Improvement
>          Components:  atlas-core
>    Affects Versions: 0.8-incubating
>            Reporter: Richard Ding
>            Assignee: Richard Ding
>             Fix For: 0.9-incubating
>
>         Attachments: ATLAS-2087.patch
>
>
> Atlas server always bind to address "0.0.0.0":
> {code}
> connector.setHost("0.0.0.0");
> {code}
> But in many cases, user want to only run Atlas on a specified IP address 
> (e.g. private network).
> The existing property "_atlas.server.bind.address_" should be used:
> {code}
> final String addr = conf.get("atlas.server.bind.address", "0.0.0.0");
> connector.setHost(addr);
> {code}



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)

Reply via email to