awsaml
awsaml copied to clipboard
AWS errors when assuming roles aren't visible to users
If there's an error when calling into AWS to assume a role, the error is swallowed by Awsaml and never shown to the user. We should check to see if the returned error object has a retryable: true flag, and only retry (redirect) if it does. Either way, we should bubble the error up to the user in the UI.