-
Notifications
You must be signed in to change notification settings - Fork 159
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
Ensure we validate credentials correctly #2004
Conversation
Does the PR have any schema changes?Looking good! No breaking changes found. |
fe3ad62
to
59f20cf
Compare
Does the PR have any schema changes?Looking good! No breaking changes found. |
Fixes: #1995 Currently the creds validation is broken: [![asciicast](https://asciinema.org/a/AgIZGKgVnFEejf2wKIegTECrm.svg)](https://asciinema.org/a/AgIZGKgVnFEejf2wKIegTECrm) New code: With AWS_PROFILE: [![asciicast](https://asciinema.org/a/qSdDAZCtgnDWiCBH2MBG5cQ8I.svg)](https://asciinema.org/a/qSdDAZCtgnDWiCBH2MBG5cQ8I) With default creds: [![asciicast](https://asciinema.org/a/A4v7yF9VHq1Mr0hayfkabLNBm.svg)](https://asciinema.org/a/A4v7yF9VHq1Mr0hayfkabLNBm) With Environment Vars for AWS_ACCESS_KEY_ID && AWS_SECRET_ACCESS_KEY [![asciica
59f20cf
to
8d6e63b
Compare
Does the PR have any schema changes?Looking good! No breaking changes found. |
How do I run pulumi with the aws provider from an ec2 instance using an instance role? This no longer works now |
Hi @mdop-wh Please can you tell me a few things here:
Thanks! I want to ensure there is no regression here Paul |
Hi @stack72
I just found out that 5.9.1 does work when I set |
We're hitting the exact same thing as @mdop-wh is (literally word-for-word 😅) Reading the code in this PR, I'm surprised to see that the default value of |
This is in response to changes that entered into the [5.9.0 release of `pulumi-aws`](https://github.com/pulumi/pulumi-aws/releases/tag/v5.9.0), specifically in [this PR](pulumi/pulumi-aws#2004). Signed-off-by: Christopher Maier <[email protected]>
This is in response to changes that entered into the [5.9.0 release of `pulumi-aws`](https://github.com/pulumi/pulumi-aws/releases/tag/v5.9.0), specifically in [this PR](pulumi/pulumi-aws#2004). Signed-off-by: Christopher Maier <[email protected]>
Fixes: #1995
Currently the creds validation is broken:
New code:
With AWS_PROFILE:
With default creds:
With Environment Vars for AWS_ACCESS_KEY_ID && AWS_SECRET_ACCESS_KEY
Using an AWS AssumeRole: