-
Notifications
You must be signed in to change notification settings - Fork 2.7k
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
Make aws credentials file uniformly named #10866
Make aws credentials file uniformly named #10866
Conversation
/lgtm |
LGTM label has been added. Git tree hash: 7270a60f644ff4d0c078fe1108247c90a1890f9d
|
FYI - This will allow using different testing accounts for kops/eks tests (by just varying the preset). I'll send a follow-up PR soon. |
@@ -30,8 +30,8 @@ const ( | |||
CloudSDKEnv string = "CLOUDSDK_CONFIG" | |||
GCEPrivKeyEnv string = "JENKINS_GCE_SSH_PRIVATE_KEY_FILE" | |||
GCEPubKeyEnv string = "JENKINS_GCE_SSH_PUBLIC_KEY_FILE" | |||
AWSPrivKeyEnv string = "JENKINS_AWS_SSH_PRIVATE_KEY_FILE" | |||
AWSPubKeyEnv string = "JENKINS_AWS_SSH_PUBLIC_KEY_FILE" | |||
AWSPrivKeyEnv string = "AWS_SSH_PRIVATE_KEY_FILE" |
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.
heh reminder to myself delete this experiment. we're definitely not going this route
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
/hold
mind if we merge this tomorrow when more people are around to keep an eye on any breakage?
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: BenTheElder, shyamjvs The full list of commands accepted by this bot can be found here. The pull request process is described here
Needs approval from an approver in each of these files:
Approvers can indicate their approval by writing |
Sure. |
Ummm, who's consuming these envs downstream? Seems not in test-infra? cc @justinsb who might know? |
@krzyzacy AWS SDK uses it (see vendor). |
@BenTheElder Can we cancel hold now? |
/hold cancel
…On Tue, Jan 22, 2019 at 11:29 AM Shyam JVS ***@***.***> wrote:
@BenTheElder <https://github.com/BenTheElder> Can we cancel hold now?
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub
<#10866 (comment)>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/AA4Bq0VlyLEz7Y5irqJn350zirstUJRKks5vF2Z-gaJpZM4aLkCN>
.
|
@shyamjvs: Updated the
In response to this:
Instructions 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/test-infra repository. |
This is the name also used by the aws-sdk.
/cc @gyuho @krzyzacy