[
https://issues.apache.org/jira/browse/FLINK-6367?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15983054#comment-15983054
]
ASF GitHub Bot commented on FLINK-6367:
---------------------------------------
Github user shijinkui commented on a diff in the pull request:
https://github.com/apache/flink/pull/3769#discussion_r113226235
--- Diff:
flink-core/src/main/java/org/apache/flink/configuration/ConfigConstants.java ---
@@ -701,6 +701,9 @@
@Deprecated
public static final String JOB_MANAGER_WEB_BACK_PRESSURE_DELAY =
"jobmanager.web.backpressure.delay-between-samples";
+ /** Web response header of Access-Control-Allow-Origin */
+ public static final String JOB_MANAGER_WEB_ACCESS_CONTROL_ALLOW_ORIGIN
= "jobmanager.web.access-control-allow-origin";
--- End diff --
Done.
> 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)