Tabular Kafka Iceberg Sink Connector

Kafka Iceberg Sink Connector is picking default aws credentials and is not picking up the access key and secret key passed in the sink config. Can some one let me know what are the config parameters to pass aws access key and secret key for the iceberg sink connector, as well do i need to pass any credential provider config to ensure credentials from the configs are used rather than from aws profile.

Have you tried iceberg.catalog.s3.access-key-id and iceberg.catalog.s3.secret-access-key? If that doesn’t work, could you please share the complete connector config that you are attempting? You might also crosspost here to get eyes from the connector authors on the question.