You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Being successfully logged in, I run tests and get:
TestNetworkFirewall 2024-11-01T21:03:29+02:00 region.go:109: Looking up all AWS regions available in this account
--- FAIL: TestNetworkFirewall (0.00s)
region.go:66: profile "default" is configured to use SSO but is missing required configuration: sso_region, sso_start_url
FAIL
FAIL github.com/gruntwork-io/terraform-aws-vpc/test/vpc-app-natgw-eips 0.061s
FAIL
@ZachGoldberg alas I am not able to do it myself as it requires better Go understanding and Terratest structure. So I created this ticket to request assistance. Is it possible to re-assign it to someone who is good with Go and Terratest?
On the master branch, it fails, but it works fine in my fork with SDK v2.
Could I ask you to try run a test with the AWS SDK v2 branch?
We are currently working on merging and upgrading the AWS SDK to v2 in this PR #1451
You can point to my fork for now.
go mod init github.com/your-org/new-project
go mod edit -replace github.com/gruntwork-io/[email protected]=github.com/wakeful/[email protected]
go get github.com/gruntwork-io/terratest/modules/[email protected]
Describe the solution you'd like
In order to run tests in CLI, I need to be logged in first. I use IAM Identity Center (SSO, not Legacy):
Being successfully logged in, I run tests and get:
Basically, I'd wanted to ask to implement support for new implementation of IAM Identity Center (SSO) login: https://docs.aws.amazon.com/cli/latest/userguide/cli-configure-sso.html
Describe alternatives you've considered
With using Legacy IAM Identity Center, everything works fine:
Additional context
None
The text was updated successfully, but these errors were encountered: