[
https://issues.apache.org/jira/browse/FLINK-9988?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16559924#comment-16559924
]
ASF GitHub Bot commented on FLINK-9988:
---------------------------------------
zentol opened a new pull request #6441: [FLINK-9988][rest] Add deprecated keys
for server bind address
URL: https://github.com/apache/flink/pull/6441
## What is the purpose of the change
This PR adds missing deprecated keys for `rest.bind-address`. This setting
controls on which address the REST API server (and thus the Web UI) is started
on. In the past this was controlled via ` WebOptions#ADDRESS`, which is now
added as a deprecated key, along with `"jobmanager.web.address"` that was used
before that.
----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
For queries about this service, please contact Infrastructure at:
[email protected]
> job manager does not respect property jobmanager.web.address
> --------------------------------------------------------------
>
> Key: FLINK-9988
> URL: https://issues.apache.org/jira/browse/FLINK-9988
> Project: Flink
> Issue Type: Bug
> Affects Versions: 1.5.0, 1.6.0
> Reporter: Pavlo Petrychenko
> Assignee: Chesnay Schepler
> Priority: Major
> Labels: pull-request-available
> Fix For: 1.5.3, 1.6.0
>
>
> As flink does not have any built in authentication mechanism, we used to
> setup nginx in front of it and start jobmanager on 127.0.0.1.
> but starting from version 1.5.0 - it does not work anymore.
> distespecting on jobmanager.web.address it always start on 0.0.0.0
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)