Skip to content

Conversation

@abhinavdahiya
Copy link
Contributor

users like openshift installer configure AWS clients with properties like

  • configure the max retires for the client to wait longer for throttle errors.
  • configure the service endpoint resolver in larger ecosystem of other AWS APIs
  • configure and control the user agent sent with AWS requests.

The existing method doesn't allow the freedom mentioned above and is too restrictive to use as lib.

users like openshift installer configure AWS clients with properties like
- configure the max retires for the client to wait longer for throttle errors.
- configure the service endpoint resolver in larger ecosystem of other AWS APIs
- configure and control the user agent sent with AWS requests.

The existing method doesn't allow the freedom mentioned above and is too restrictive to use as lib.
Copy link
Contributor

@joelddiaz joelddiaz left a comment

Choose a reason for hiding this comment

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

/lgtm

@openshift-ci-robot openshift-ci-robot added the lgtm Indicates that a PR is ready to be merged. label Mar 16, 2020
@openshift-ci-robot
Copy link
Contributor

[APPROVALNOTIFIER] This PR is APPROVED

This pull-request has been approved by: abhinavdahiya, joelddiaz

The full list of commands accepted by this bot can be found here.

The pull request process is described here

Details Needs approval from an approver in each of these files:

Approvers can indicate their approval by writing /approve in a comment
Approvers can cancel approval by writing /approve cancel in a comment

@openshift-ci-robot openshift-ci-robot added the approved Indicates a PR has been approved by an approver from all required OWNERS files. label Mar 16, 2020
@openshift-bot
Copy link
Contributor

/retest

Please review the full test history for this PR and help us cut down flakes.

@openshift-merge-robot openshift-merge-robot merged commit d10080b into openshift:master Mar 16, 2020
abhinavdahiya added a commit to abhinavdahiya/installer that referenced this pull request Mar 16, 2020
```
$ go version
go version go1.14 linux/amd64

$ go mod edit -require github.com/openshift/cloud-credential-operator@master
$ go mod tidy
warning: ignoring symlink /home/adahiya/go/src/github.com/openshift/installer/pkg/asset/store/data
go: downloading github.com/openshift/cloud-credential-operator v0.0.0-20200316201045-d10080b52c9e
$ go mod vendor
```

brings in changes from openshift/cloud-credential-operator#167
ming1013 pushed a commit to ming1013/cloud-credential-operator that referenced this pull request Dec 15, 2025
pkg/aws: allow users to create a client from IAM client
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

approved Indicates a PR has been approved by an approver from all required OWNERS files. lgtm Indicates that a PR is ready to be merged.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

5 participants