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

Flink web ui authentication using nginx

2019-09-12 Thread Kumar Bolar, Harshith
Hi all, I'm trying to add authentication to the web dashboard using `nginx`. Flink's `rest.port` is set to `8081`, connection to this port is disabled by firewall. I'm using `nginx` to listen to requests on port 8080 and redirect to port 8081 them with username/password authentication (Port 808

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

Flink web UI authentication

2018-03-13 Thread Sampath Bhat
Hello I would like to know if flink supports any user level authentication like username/password for flink web ui. Regards Sampath S