gyfora commented on code in PR #202: URL: https://github.com/apache/flink-kubernetes-operator/pull/202#discussion_r869906352
########## flink-kubernetes-operator/src/main/java/org/apache/flink/kubernetes/operator/config/KubernetesOperatorSessionJobConfigOptions.java: ########## @@ -0,0 +1,44 @@ +package org.apache.flink.kubernetes.operator.config; + +import java.util.Arrays; +import java.util.HashMap; +import java.util.Map; + +/** List supported session job specific configurations */ +public enum KubernetesOperatorSessionJobConfigOptions { + + SESSION_JOB_HTTP_JAR_HEADERS("kubernetes.operator.user.artifacts.http.header"); Review Comment: But I would allow users to put the header conf in the default Flink conf yaml to have some default value applied in case the session job doesn’t want to ovverride it -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: issues-unsubscr...@flink.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org