Re: Using sensitive configuration/credentials

2018-08-09 Thread vino yang
Hi Chesnay, Oh, I did not know this feature. Any more description in Flink official documentation? Thanks, vino. Chesnay Schepler 于2018年8月9日周四 下午4:29写道: > If you change the name of your configuration key ti include "secret" or > "password" it should be hidden from the logs and UI. > > On 09.08

Re: Using sensitive configuration/credentials

2018-08-09 Thread Chesnay Schepler
If you change the name of your configuration key ti include "secret" or "password" it should be hidden from the logs and UI. On 09.08.2018 04:28, vino yang wrote: Hi Matt, Flink is currently enhancing its security, such as the current data transmission can be configured with SSL mode[1]. Howe

Re: Using sensitive configuration/credentials

2018-08-08 Thread vino yang
Hi Matt, Flink is currently enhancing its security, such as the current data transmission can be configured with SSL mode[1]. However, some problems involving configuration and web ui display do exist, and they are still displayed in plain text. I think a temporary way to do this is to keep your s

Using sensitive configuration/credentials

2018-08-08 Thread Matt Moore
I'm wondering what the best practice is for using secrets in a Flink program, and I can't find any info in the docs or posted anywhere else. I need to store an access token to one of my APIs for flink to use to dump results into, and right now I'm passing it through as a configuration parameter