oscerd commented on issue #1272:
URL: 
https://github.com/apache/camel-kafka-connector/issues/1272#issuecomment-950325437


   > > You can use the credential provider chain of all the AWS Client, by 
enabling the defaultCredentialProvider option and adding the correct jars in an 
extended connector.
   > 
   > Are you saying that I could maybe use an aws credential provider that 
supports assumeRole and package it using an extended connector?
   
   No, I'm saying that you can use one of the following credentials provider 
https://docs.aws.amazon.com/sdk-for-java/latest/developer-guide/credentials.html#credentials-chain
   
   You cannot invoke an AssumeRole operation, through STS client, directly in 
the connector configuration. It's not feasible.
   
   
   > 
   > > If you need to do assumeRole operation before doing anything else, my 
suggestion is using plain camel with Kafka, instead of using 
camel-kafka-connector.
   > 
   > In that case it might be easier for me to build a basic kafka consumer.
   > 
   > Thanks heaps for your replies!
   
   


-- 
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: commits-unsubscr...@camel.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


Reply via email to