flink
flink copied to clipboard
[FLINK-34499] Configuration#toString hides sensitive values
Prevent developer mistakes where secrets are leaked when entire flink configurations are being logged.
CI report:
- 4bcf3b36ec474e9c49760d2225c8e1bb87324541 Azure: SUCCESS
Bot commands
The @flinkbot bot supports the following commands:@flinkbot run azurere-run the last Azure build
@flinkbot run azure
seems to fix the same issue but on a broader scale.
Somewhat. There's no good reason to the log the entire config in the first place because it's already logged on start-up, so it also creates a bunch of noise.
That's a fair point. I will mentioned that in FLINK-34498. :+1: