Danny Cranmer created FLINK-29205: ------------------------------------- Summary: FlinkKinesisConsumer not respecting Credential Provider configuration for EFO Key: FLINK-29205 URL: https://issues.apache.org/jira/browse/FLINK-29205 Project: Flink Issue Type: Bug Components: Connectors / Kinesis Affects Versions: 1.15.2 Reporter: Danny Cranmer Fix For: 1.16.0, 1.15.3
Reported in [https://lists.apache.org/thread/xgpk0n59z5wq7kg6j8m8pgy5mcjzvvw5] FlinkKinesisConsumer is not respecting the credential provider configuration. It appears as though the legacy property transform is discarding valid config, this results in the AUTO credential provider being used - https://github.com/apache/flink/blob/master/flink-connectors/flink-connector-kinesis/src/main/java/org/apache/flink/streaming/connectors/kinesis/proxy/KinesisProxyV2Factory.java#L65 -- This message was sent by Atlassian Jira (v8.20.10#820010)