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
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
The text was updated successfully, but these errors were encountered:
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
The text was updated successfully, but these errors were encountered: