FLink WEB 怎么加登录验证?

classic Classic list List threaded Threaded
3 messages Options
Reply | Threaded
Open this post in threaded view
|

FLink WEB 怎么加登录验证?

wanghongquan.sh
FLink WEB 控制台中,没有找到登录验证的配置,请问这个WEB怎么加登录验证?
Reply | Threaded
Open this post in threaded view
|

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

Wesley Peng-2
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.

Reply | Threaded
Open this post in threaded view
|

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

Bruce Bian
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 <[hidden email]> 于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.
>
>