secret-provider
secret-provider copied to clipboard
AWS IAM authentication - Header signed
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 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.