You are viewing a plain text version of this content. The canonical link for it is here.
Posted to user-zh@flink.apache.org by "wanghongquan.sh" <wa...@chinaccs.cn> on 2019/09/05 02:46:02 UTC

FLink WEB 怎么加登录验证?

FLink WEB 控制台中,没有找到登录验证的配置,请问这个WEB怎么加登录验证?

Re: FLink WEB 怎么加登录验证?

Posted by Bruce Bian <xi...@gmail.com>.
Good morning !
+1.
if you use nginx dynamic(redirect) proxy to Flink web ui ,
you can use Nginx bash_aush module implement simple username and password
authentication;

Thanks.



Wesley Peng <we...@googlemail.com> 于2019年9月5日周四 上午10:48写道:

> Hi
>
> on 2019/9/5 10:46, wanghongquan.sh wrote:
> > FLink WEB 控制台中,没有找到登录验证的配置,请问这个WEB怎么加登录验证?
>
> Flink does not directly support authenticating access to the web UI, but
> you can always put something like Apache's basic_auth in front of it.
>
>

Re: FLink WEB 怎么加登录验证?

Posted by Wesley Peng <we...@googlemail.com>.
Hi

on 2019/9/5 10:46, wanghongquan.sh wrote:
> FLink WEB 控制台中,没有找到登录验证的配置,请问这个WEB怎么加登录验证?

Flink does not directly support authenticating access to the web UI, but 
you can always put something like Apache's basic_auth in front of it.