Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

AWS IAM authentication - Header signed #58

Open
dinegri opened this issue Sep 15, 2023 · 1 comment
Open

AWS IAM authentication - Header signed #58

dinegri opened this issue Sep 15, 2023 · 1 comment
Labels

Comments

@dinegri
Copy link

dinegri commented Sep 15, 2023

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

@andrewstevenson
Copy link
Contributor

@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.

@davidsloan davidsloan added the aws label Nov 3, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

3 participants