Github user mxm commented on a diff in the pull request:
https://github.com/apache/flink/pull/2425#discussion_r84024718
--- Diff: flink-dist/src/main/resources/flink-conf.yaml ---
@@ -172,4 +173,14 @@ jobmanager.web.port: 8081
# Override below configuration to provide custom ZK service name if
configured
#
-# zookeeper.sasl.service-name: zookeeper
\ No newline at end of file
+# zookeeper.sasl.service-name: zookeeper
+
+#==============================================================================
+# Service Authorization Configuration (optional configuration)
+#==============================================================================
+
+# Flag to enable/disable service level authorization (disabled by default)
+#security.enabled: false
+
+#secure random cookie to be used (auto-generated or static if value
supplied)
+#security.cookie: foo
--- End diff --
Could we change `foo` to something like `notsecure` or `changeme`?
---
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.
---