Skip to content
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

Merged
merged 13 commits into from
Sep 9, 2021
Merged

V2: Enables more authentication #69

merged 13 commits into from
Sep 9, 2021

Conversation

gdavison
Copy link
Contributor

@gdavison gdavison commented Sep 2, 2021

Enables additional authentication configurations

@gdavison gdavison requested a review from a team as a code owner September 2, 2021 20:58
@gdavison gdavison added this to the v2.0.0 milestone Sep 8, 2021
@ewbankkit
Copy link
Contributor

Does this depend on #71 to eliminate the golangci-lint errors?

@ewbankkit ewbankkit self-assigned this Sep 8, 2021
Comment on lines +81 to +84
// FIXME: This should only be set for retrieving Creds
config.WithRetryer(func() aws.Retryer {
return aws.NopRetryer{}
}),
Copy link
Contributor

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?

Copy link
Contributor Author

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

@ewbankkit ewbankkit removed their assignment Sep 8, 2021
@gdavison
Copy link
Contributor Author

gdavison commented Sep 8, 2021

Does this depend on #71 to eliminate the golangci-lint errors?

Yes

@hashicorp-cla
Copy link

hashicorp-cla commented Sep 8, 2021

CLA assistant check
All committers have signed the CLA.

Copy link
Contributor

@ewbankkit ewbankkit left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM 🚀.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants