You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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:
Which authentication mode are you using to query the tables?
Could you share the content of your ~/.steampipe/config/oci.spc file? (Please ensure any sensitive information is removed before sharing.)
If the issue occurs with a specific profile authentication, would it be possible to try using a different profile authentication mode to see if the problem persists?
Have you tested the query with and without the rate-limiter configuration? Does the issue occur in both cases?
Looking forward to your response so we can troubleshoot this further. 😊
If the issue occurs with a specific profile authentication, would it be possible to try using a different profile authentication mode to see if the problem persists?
If I only use AKSK mode, it will only query one account, and the STS issues will not happen
But if I use AKSK mode to query some resources needing to get attributes by get func like getEcsDiskAutoSnapshotPolicy, it will also have the user flow control issue, and the throttled API will be from ECS. Example: select * from ali_sandbox.alicloud_ecs_disk(The Rate Limiting doesn't work)
Have you tested the query with and without the rate-limiter configuration? Does the issue occur in both cases?
Yes, the issue happens both
I checked the audit log, It has far more queries than the limit value I set
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: