-
Notifications
You must be signed in to change notification settings - Fork 6
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
SignatureDoesNotMatch
error in RamRoleArn
mode
#454
Comments
Hello @QiXingchuan, Sorry to hear that you're encountering this issue. After reviewing it, I’d like to share a few key points for your consideration: The ALI Cloud SDK previously did not support CLI authentication. We added Recently, they added support for The changes in the PR are still in progress, but it would be helpful if you could test it with the PR branch ( Thanks! |
Hi @ParthaI. Is there any plan to merge the PR and release it? |
Apologies for the delay in the review process, @snigdhasambitak. @misraved, could you please review this PR when you get a chance and proceed accordingly? Thank you! |
@ParthaI we did verify your change and it works. Can you please merge the fixed PR now? |
Describe the bug
The query will have errors like this after the steampipe service runs for some time.
Steampipe version (
steampipe -v
)Steampipe v0.23.2
Plugin version (
steampipe plugin list
)hub.steampipe.io/plugins/turbot/alicloud@latest | 0.23.0
To reproduce
steampipe service start
steampipe query
select * from alicloud_sandbox.alicloud_ecs_instance
select * from alicloud_sandbox.alicloud_ecs_instance
after one hourExpected behavior
The error should not happen.
Additional context
It seems that the credential is expired when this issue happens. This should be renewed internally, rather than throwing an error.
The text was updated successfully, but these errors were encountered: