Re: Flink web ui authentication using nginx

2019-09-13 Thread Till Rohrmann
Hi Harshith, I'm not an expert of how to setup nginx with authentication for Flink but I could shed some light on the redirection problem. I assume that Flink's redirection response might not be properly understood by nginx. The good news is that with Flink 1.8, we no longer rely on client side re

Re: Flink web UI authentication

2018-03-19 Thread Sampath Bhat
Hi Nico Flink does not support username/password authentication as of now. we can do something like this: Here you got a guide from the guys of DigitalOcean about protecting an url with basic authentication: https://www.digitalocean.com/community/tutorials/how-to-set-up-password-authentication-wit

Re: Flink web UI authentication

2018-03-19 Thread Nico Kruber
Hi Sampath, aside from allowing only certain origins via the configuration parameter "web.access-control-allow-origin", I am not aware of anything like username/password authentication. Chesnay (cc'd) may know more about future plans. You can, however, wrap a proxy like squid around the web UI if y