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
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
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
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