Chesnay Schepler created FLINK-34498:
----------------------------------------
Summary: GSFileSystemFactory logs full Flink config
Key: FLINK-34498
URL: https://issues.apache.org/jira/browse/FLINK-34498
Project: Flink
Issue Type: Bug
Components: Connectors / FileSystem
Affects Versions: 1.18.1
Reporter: Chesnay Schepler
Fix For: 1.19.0, 1.18.2, 1.20.0
This can cause secrets from the config to be logged.
{code}
@Override
public void configure(Configuration flinkConfig) {
LOGGER.info("Configuring GSFileSystemFactory with Flink configuration
{}", flinkConfig);
{code}
--
This message was sent by Atlassian Jira
(v8.20.10#820010)