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

Add AssumeRole error cache #200

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Commits on Feb 26, 2019

  1. Add AssumeRole error cache

    When AssumeRole is successful, the success is cached for (by default) 15
    minutes.  On failure, there is no cache.  In cases of misconfiguration,
    this can result in a large number of AssumeRole calls against the AWS
    API, which, in extreme cases, can result in API rate limiting, causing
    other applications in the AWS account to experience failures.
    
    This adds a negative cache on AssumeRole to prevent error cases from
    spamming the API.
    schleyfox committed Feb 26, 2019
    Configuration menu
    Copy the full SHA
    46bce9d View commit details
    Browse the repository at this point in the history