Support new aws partition in credential provider#1284
Support new aws partition in credential provider#1284k8s-ci-robot merged 1 commit intokubernetes:masterfrom
Conversation
|
|
|
This issue is currently awaiting triage. If cloud-provider-aws contributors determine this is a relevant issue, they will accept it by applying the The DetailsInstructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes-sigs/prow repository. |
|
Welcome @sam-berning! |
|
Hi @sam-berning. Thanks for your PR. I'm waiting for a github.com member to verify that this patch is reasonable to test. If it is, they should reply with Once the patch is verified, the new status will be reflected by the I understand the commands that are listed here. DetailsInstructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes-sigs/prow repository. |
|
/ok-to-test |
|
@sam-berning you'll need to sign the CLA. |
cmd/ecr-credential-provider/main.go
Outdated
| func parseRegionFromECRPrivateHost(host string) string { | ||
| splitHost := ecrPrivateHostPattern.FindStringSubmatch(host) | ||
| if len(splitHost) != 5 { | ||
| if len(splitHost) != 6 { |
There was a problem hiding this comment.
Can we not change the pattern which needs this ?
There was a problem hiding this comment.
updated in new revision
d284d1e to
d105cb2
Compare
|
/lgtm |
|
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: kmala The full list of commands accepted by this bot can be found here. The pull request process is described here DetailsNeeds approval from an approver in each of these files:
Approvers can indicate their approval by writing |
|
@sam-berning: The following tests failed, say
Full PR test history. Your PR dashboard. Please help us cut down on flakes by linking to an open issue when you hit one in your PR. DetailsInstructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes-sigs/prow repository. I understand the commands that are listed here. |
…284-upstream-release-1.32 Automated cherry pick of #1284: support new aws partition in credential provider
…284-upstream-release-1.33 Automated cherry pick of #1284: support new aws partition in credential provider
…284-upstream-release-1.30 Automated cherry pick of #1284: support new aws partition in credential provider
…284-upstream-release-1.31 Automated cherry pick of #1284: support new aws partition in credential provider
…284-upstream-release-1.34 Automated cherry pick of #1284: support new aws partition in credential provider
…284-upstream-release-1.29 Automated cherry pick of #1284: support new aws partition in credential provider
What type of PR is this?
/kind feature
What this PR does / why we need it:
Allows credential provider to recognize a new AWS partition.
Which issue(s) this PR fixes:
Fixes #
Special notes for your reviewer:
Does this PR introduce a user-facing change?:
NONE