You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Fix bug: default credential provider hides sub credential provider's fetching
credentials error.
The default credential provider will try to rescue sub provider's
MissingCredentialsError for looking up the right credential provider.
However, the way using 'rescue' keyword is not correct, and it
actually rescued all the StandardError raised from sub provider's
credentials method.
0 commit comments