sso_session
in AWS config doesn't work
#954
Labels
impact/usability
Something that impacts users' ability to use the product easily and intuitively
kind/bug
Some behavior is incorrect or out of spec
resolution/fixed
This issue was fixed
What happened?
The following example config in
.aws/config
works with@pulumi/aws
but does not work with@pulumi/aws-native
.The error is:
could not load AWS config: profile "test" is configured to use SSO but is missing required configuration: sso_region, sso_start_url
Expected Behavior
The
sso_session
in the config file should be recognised, but it is not.Steps to reproduce
See above. The following issue looks very similar and suggests that a dependency upgrade may fix the problem:
hashicorp/terraform-provider-aws#28263
Output of
pulumi about
CLI
Version 3.74.0
Go Version go1.20.5
Go Compiler gc
Plugins
NAME VERSION
nodejs unknown
Host
OS darwin
Version 13.4.1
Arch arm64
This project is written in nodejs: executable='/opt/homebrew/bin/node' version='v16.20.1'
Additional context
No response
Contributing
Vote on this issue by adding a 👍 reaction.
To contribute a fix for this issue, leave a comment (and link to your pull request, if you've opened one already).
The text was updated successfully, but these errors were encountered: