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
Add explicit option for using iam profile for authentication
* Add 'use_iam_profile' config option, default to false
* Have #iam_creds return an empty hash unless use_iam_profile is true
* Call iam_creds as driver.iam_creds in `default_config` blocks
* Rescue fron NoMethodError in iam_creds
`Fog::AWS::CredentialFetcher::ServiceMethods::fetch_credentials`
will call super when it fails. Because there is no superclass method
this will throw a NoMethodError
* Write unit tests for #iam_creds
0 commit comments