-
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
STS Request was denied due to user flow control #483
Comments
Hello, @QiXingchuan, I’m sorry to hear that you’re encountering this issue. Let me ask a few follow-up questions to better understand and assist you:
Looking forward to your response so we can troubleshoot this further. 😊 |
Hi @ParthaI,
|
Hello @QiXingchuan, Apologies for the delay. Could you please try it with our latest plugin version and let us know if the issue still persists? We have updated the authentication module to leverage the SDK’s native profile authentication and removed manual profile handling. |
Describe the bug
The query may have errors like this
Steampipe version (
steampipe -v
)Steampipe v1.0.0
Plugin version (
steampipe plugin list
)hub.steampipe.io/plugins/turbot/alicloud@latest | 1.1.0
To reproduce
select * from alicloud_sandbox.alicloud_ecs_instance
Expected behavior
The error should not happen and should show the resource info
Additional context
It seems that the plugin will call
GetCallerIdentity
frequently. Will the cache not work in some cases?I set the limit, but it seems not to work.
The text was updated successfully, but these errors were encountered: