Skip to content

How does the AWS provider make API calls with the auto rotation feature enabled? #116

@davidkuhlke

Description

@davidkuhlke

I've enabled the auto rotation feature on my CSI driver, and everything is working as expected. I have the rotation poll interval set to 2 minutes. I haven't noticed any large uptick in cost for my AWS Secrets Manger. Right now I'm syncing about 15 secrets between AWS and K8s. My question is: Does the driver invoke one API call for all associated AWS secrets every 2 minutes, or does the driver invoke multiple API calls every 2 minutes (one call for each secret)?

The README file in the repo seems to suggest that there is a danger to having poll intervals set to less than 1 hour since high costs could incur. Is this still true? I'm wondering if something has changed in the way auto rotation poll intervals work since the alpha launch.

Metadata

Metadata

Assignees

No one assigned

    Labels

    discussionSomething that is general discussion

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions