flink connector用户密码

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

flink connector用户密码

guoyb
比如jdbc connector MySQL


create table xxx
()
with(
" user name"=" root"
," password"="123456"
)
;
用户密码可以怎么配置,可以不用明文这种方式。
Reply | Threaded
Open this post in threaded view
|

Re:flink connector用户密码

Michael Ran
好像并不能- -,想支持的话,你在密码那里加个参数,支持一个加密解密的参数就行。<br/>重新打包
在 2021-04-02 16:58:30,"guoyb" <[hidden email]> 写道:

>比如jdbc connector MySQL
>
>
>create table xxx
>()
>with(
>" user name"=" root"
>," password"="123456"
>)
>;
>用户密码可以怎么配置,可以不用明文这种方式。