Github user StephanEwen commented on a diff in the pull request:
https://github.com/apache/flink/pull/2425#discussion_r86549853
--- Diff:
flink-core/src/main/java/org/apache/flink/configuration/ConfigConstants.java ---
@@ -715,6 +715,15 @@
/** Flag to enable/disable hostname verification for the ssl
connections */
public static final String SECURITY_SSL_VERIFY_HOSTNAME =
"security.ssl.verify-hostname";
+ // ---------------------------- Secure Cookie Authentication
-----------------------------------
+
+ /** Flag that specify whether service authentication is enabled or not
**/
+ public static final String SECURITY_ENABLED = "security.enabled";
--- End diff --
Can we add these options directly via `ConfogOptions` similar to that:
https://github.com/apache/flink/blob/master/flink-core/src/main/java/org/apache/flink/configuration/HighAvailabilityOptions.java
Maybe start a new class, `SecurityOptions`.
---
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.
---