Closed vmdude closed 1 year ago
Thanks @vmdude for raising the bug 👍.
We will take a look at it and post our feedback on this thread 👍.
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.
Describe the bug Querying the
alicloud_cs_kubernetes_cluster
table require the AliyunCSDefaultRole RAM system role to exist, which is created upon first ACK cluster creation. When you query on an account that doesn't have this role, the query fail with the following error:Alicloud steampipe plugin does not seems to support the
ignore_code_errors
settings in connections like AWS/GCP plugin, thus query will alwaysexit 1
making it difficult to properly execute it automatically.Steampipe version (
steampipe -v
)Plugin version (
steampipe plugin list
)To reproduce Configure an Alicloud profile to an account where no ACK cluster has ever been configured. Run the following query:
Expected behavior Check if needed role is available before using the API call, or having the possibility to ignore these errors like in GCP plugin.