amzn / smoke-aws-credentials

A library to obtain and assume automatically rotating AWS IAM roles written in the Swift programming language.
Apache License 2.0
19 stars 14 forks source link

Credentials rotation stops forever if refresh fails #7

Closed tachyonics closed 5 years ago

tachyonics commented 5 years ago

Currently each credential refresh schedules the next refresh. If refreshing the credentials fails, currently the code logs an error without scheduling any follow-up refreshes, leaving the credentials to eventually expiry and all future calls fail.

tachyonics commented 5 years ago

This has been released as part of 1.1.0