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.
---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at [email protected] or file a JIRA ticket
with INFRA.
---