Hi,
I have a standalone Flink cluster which I have started using the jobmanager.sh 
and taskmanager.sh scripts.
For security reasons, I wanted to disable the submit and cancel jar features 
from the web ui but keep them enabled from the REST API so that my application 
can submit jars. 
But when I set web.submit.enable: false, my /jars API doesnt work over REST as 
well. Not sure if /jars/upload will work too, but I have seen that other /jobs, 
/overview etc are still working.
The documentation says that in session mode REST API will continue to work. Is 
my understanding correct?
Thanks,Chirag

Reply via email to