Github user zentol commented on a diff in the pull request:
https://github.com/apache/flink/pull/3769#discussion_r113241231
--- 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. */
+ public static final ConfigOption<String>
JOB_MANAGER_WEB_ACCESS_CONTROL_ALLOW_ORIGIN =
+
key("jobmanager.web.access-control-allow-origin").defaultValue("*");
--- End diff --
please move `.defaultValue("*")` into a new line.
---
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.
---