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

Implement Credential Cache for AWS Roles to reduce AWS API calls #5297

Closed
ThaSami opened this issue Dec 17, 2023 · 0 comments · Fixed by #5061
Closed

Implement Credential Cache for AWS Roles to reduce AWS API calls #5297

ThaSami opened this issue Dec 17, 2023 · 0 comments · Fixed by #5061
Labels
feature-request All issues for new features that have not been committed to needs-discussion

Comments

@ThaSami
Copy link
Contributor

ThaSami commented Dec 17, 2023

Proposal

In the current KEDA versions, each use of the AWS_ROLE_ARN in triggerAuthentication results in a new request for credentials, even if multiple ScaledObjects use the same AWS role or the same TriggerAuth. To enhance efficiency and reduce redundant AWS calls, I propose implementing a credential cache mechanism. This cache would store credentials for AWS roles, allowing subsequent requests by different ScaledObjects to access these cached credentials instead of repeatedly querying AWS.

Use-Case

No response

Is this a feature you are interested in implementing yourself?

Yes

Anything else?

No response

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feature-request All issues for new features that have not been committed to needs-discussion
Projects
Archived in project
1 participant