-
Notifications
You must be signed in to change notification settings - Fork 37
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
V2: Enables more authentication #69
Conversation
Does this depend on #71 to eliminate the |
// FIXME: This should only be set for retrieving Creds | ||
config.WithRetryer(func() aws.Retryer { | ||
return aws.NopRetryer{} | ||
}), |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Does this mean that no retries are attempted for any service?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
For now, though it will be only when retrieving credentials. I'm currently doing some refactoring to resolve that
Yes |
9c6c8ca
to
bedc838
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM 🚀.
Enables additional authentication configurations