-
Notifications
You must be signed in to change notification settings - Fork 2.1k
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
sso-session config file section doen't work. #5153
Comments
Hi @steffakasid , I know we did some work regarding sso session in #4917 #4885 #4875 Thanks, |
This issue has not received a response in 1 week. If you want to keep this issue open, please just leave a comment below and auto-close will be canceled. |
I'll try to take a look today. Regards |
HI, I just had a look with Regards |
Hi @steffakasid , Sounds like it was working with v2 but you ran into an issue there? If you are still having trouble using this in our v2 SDK, please open a separate issue on the v2 repository. Thanks, |
Comments on closed issues are hard for our team to see. |
Describe the bug
I want to use the following config but it doesn't work with aws-sdk-go (even when it works fine with aws cli).
I receive the following error:
code: InvalidRequestException, message: RoleName must be supplied in the queryString params, fault: client
Tested with:
Expected Behavior
aws-sdk-go should work with
sso-session
.Current Behavior
I receive the following error:
code: InvalidRequestException, message: RoleName must be supplied in the queryString params, fault: client
Reproduction Steps
~/.aws/config
like describedaws sso login
awsclean ami --dry-run --older-then 1d
Possible Solution
No response
Additional Information/Context
No response
SDK version used
v1.21.1
Environment details (Version of Go (
go version
)? OS name and version, etc.)go version 1.19
,uname -r 5.15.145-95.156.amzn2.x86_64
The text was updated successfully, but these errors were encountered: