Ralph Blaise created FLINK-35901:
------------------------------------
Summary: Setting web.submit.enable to false prevents
FlinkSessionJobs from working
Key: FLINK-35901
URL: https://issues.apache.org/jira/browse/FLINK-35901
Project: Flink
Issue Type: Bug
Components: API / Core
Affects Versions: 1.19.1
Environment: Azure Kubernetes Service 1.28.5
Reporter: Ralph Blaise
Setting web.submit.enable to false in a flinkdeployment in kubernetes doesn't
allow flinksessionjobs for it to work. It instead results in the error below:
_{"type":"org.apache.flink.kubernetes.operator.exception.ReconciliationException","message":"java.util.concurrent.ExecutionException:_
_org.apache.flink.runtime.rest.util.RestClientException: [POST request not_
_allowed]"_
_I have to re-enable web.submit.enable in order for FlinkSessionJobs to work_
--
This message was sent by Atlassian Jira
(v8.20.10#820010)