Skip to content

Refresh AWS credentials when receiving 401 or 403 responses #1504

@kmcginnes

Description

@kmcginnes

The proxy server caches the AWS credentials so it is not requesting them for every request. But if the credentials expire, the proxy server must be restarted.

Instead, we should watch for 401 or 403 responses. If encountered, we should ignore the cached credentials and retry. If we continue to get errors, then bubble those up.

Metadata

Metadata

Assignees

No one assigned

    Labels

    connectionIssues related to database connection management or optionsfundamentalinfrastructurereliabilityIssues relating to improvements in reliability

    Type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions