duanasq opened a new issue #1272: URL: https://github.com/apache/camel-kafka-connector/issues/1272
Hi there. Any tips on how I could configure/extend the connector to use sts assumeRole credentials? The camel kinesis component says you can "pass in a different AWSCredentialsProvider when calling createClient(…)" (see [docs here](https://camel.apache.org/components/latest/aws2-kinesis-component.html#_providing_aws_credentials)) but I can't figure out how to do that. Another option looked like I could specify a custom awsKinesisClient with the config option `camel.sink.endpoint.amazonKinesisClient` but it's not clear how I can build one, as I need to use a builder, and I don't know how autowiring should work. I also tried the [instructions here](https://camel.apache.org/camel-kafka-connector/latest/user-guide/extending-connector/archetype-connector.html) to try to extend the connector somehow, but I think that is only if I wanted to add converters or transforms. Grateful for any recommendations, thank you. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
