[
https://issues.apache.org/jira/browse/FLINK-6367?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15983132#comment-15983132
]
ASF GitHub Bot commented on FLINK-6367:
---------------------------------------
Github user zentol commented on a diff in the pull request:
https://github.com/apache/flink/pull/3769#discussion_r113241708
--- Diff:
flink-core/src/main/java/org/apache/flink/configuration/ConfigConstants.java ---
@@ -1333,6 +1333,11 @@
key("jobmanager.web.address")
.noDefaultValue();
+ /** Web response header of Access-Control-Allow-Origin's key and
default value. */
--- End diff --
Please replace this with "The config parameter defining the
Access-Control-Allow-Origin header for all responses from the web-frontend".
> support custom header settings of allow origin
> ----------------------------------------------
>
> Key: FLINK-6367
> URL: https://issues.apache.org/jira/browse/FLINK-6367
> Project: Flink
> Issue Type: Sub-task
> Components: Webfrontend
> Reporter: shijinkui
> Assignee: shijinkui
>
> `jobmanager.web.access-control-allow-origin`: Enable custom access control
> parameter for allow origin header, default is `*`.
--
This message was sent by Atlassian JIRA
(v6.3.15#6346)