You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
@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.
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
The text was updated successfully, but these errors were encountered: