secret-provider icon indicating copy to clipboard operation
secret-provider copied to clipboard

AWS IAM authentication - Header signed

Open dinegri opened this issue 1 year ago • 1 comments

Hi, any tips about how to use AWS IAM authentication type with aws.request.headers dinamically?

I am able to use, but sts session last only 15 minutes...The parameter aws.request.headers has to be signed I am only able to generate once in the Kafka Connect's bootstrap, after 10 minutes (token.renewal.ms) due to my aws.request.headers be static, it starts to fail because my session has expired

Thank you all in advance

dinegri avatar Sep 15 '23 13:09 dinegri

@dinegri The plugins operate in the workers, if the connector fails you can tell the work to reload the configuration with config.action.reload=restart, but this won't stop the connector from failing.

andrewstevenson avatar Oct 30 '23 08:10 andrewstevenson