-
Notifications
You must be signed in to change notification settings - Fork 104
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
Steampipe doesn't, but now can, support AWS SSO / Identity Center credentials #1855
Comments
Moving to aws plugin repository since it is relevant there |
This issue is stale because it has been open 60 days with no activity. Remove stale label or comment or this will be closed in 30 days. |
@neh, Sincere apology for the long silence on it. Is this still an issue for you, or were you able to resolve this? We can configure the SSO profile in Steampipe for multiple accounts and query the same. Did I miss interpreting any key points from the provided info? Can you please elaborate more? Please share your sample |
Thanks for checking in, @rajlearner17. This doesn't look to be resolved yet, no. It will require an AWS SDK update, as mentioned in my original message. Once updated, this will allow usage of |
Hey @neh, I was not able to reproduce the above; I have followed the below steps -
Please let me know if I missed anything. |
Interesting. I haven't had a chance to retest again yet, but I had assumed that it wouldn't work without AWS SDK version 1.44.298, and didn't work for me at the time of my last update (after updating steampipe and the plugins, of course). I'll test again as soon as I can though. |
@neh, We are closing this issue as we have not heard from you. Please feel free to reopen the issue if you want to share or discuss anything. |
Describe the bug
Steampipe doesn't support sso-session settings in AWS config files. AWS Docs here, More background: aws/aws-cli#7364
Steampipe version (
steampipe -v
)v0.20.9
To reproduce
Configure aws cli as documented above. Steampipe will have an error like:
Expected behavior
Steampipe should be able to access AWS APIs and return data.
Additional context
The support was recently added to the SDK in version 1.44.298: aws/aws-sdk-go#4904
The text was updated successfully, but these errors were encountered: