Aaron Turner
Aaron Turner
For this to work, need to build a map of friendly names "IAM" to console service names "iamv2".
Mind trying the latest v2.0 beta available in the downloads section here on github?
Nope, not trying to launch a browser yet. My guess is your system can't talk to the AWS Identity Center OIDC endpoint when it makes the [RegisterClient](https://pkg.go.dev/github.com/aws/aws-sdk-go-v2/service/ssooidc#Client.RegisterClient) API call. Made...
Well, this is definitely a bug. Just to confirm, this is a native Ubuntu box and not running under Windows WSL?
Sadly, I can not replicate this issue at all. Even updated my Ubuntu system to 24.04.1 in an attempt to replicate. I'm using a very basic config: ```yaml SSOConfig: Default:...
that would explain it. On remote systems I suggest using `print` or `printurl`: https://synfinatic.github.io/aws-sso-cli/latest/config/#authurlaction-browser-urlaction-urlexeccommand Depending on your use case and how fancy, ECS Server mode may also be useful (tbh,...
Not sure this is actually a good idea? If we require using the credential process (which is necessary) and we want to cache credentials, then we need one of: 1....
Tested with the Go SDK v2 and doesn't work there either. :(
@fggrtech Can you give more info about your containerized ENV / workflow? What is the use case? How long are these containers running? Do they run locally? Can they talk...