You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@atlas.apache.org by "Madhan Neethiraj (JIRA)" <ji...@apache.org> on 2017/08/30 00:51:00 UTC

[jira] [Resolved] (ATLAS-2087) Allow Atlas server to bind on a specific address

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

Madhan Neethiraj resolved ATLAS-2087.
-------------------------------------
    Resolution: Fixed

Patch committed to master: http://git-wip-us.apache.org/repos/asf/atlas/commit/42ccc44a

> 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.2.patch, 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)