turbot / steampipe-mod-gcp-compliance

Run individual configuration, compliance and security controls or full compliance benchmarks for CIS across all of your GCP projects using Powerpipe and Steampipe.
https://hub.powerpipe.io/mods/turbot/gcp_compliance
Apache License 2.0
34 stars 9 forks source link

The query 'kms_key_users_limited_to_3' fails due to hardcoded connection `gcp_parker` #169

Closed ParthaI closed 1 month ago

ParthaI commented 2 months ago

Describe the bug While running the control Ensure KMS encryption keys has three or less thab three number of users Encounter the error ERROR: relation "gcp_parker.gcp_kms_key" does not exist (SQLSTATE 42P01)

Powerpipe version (powerpipe -v) Example: v0.3.0-alpha.202405082209

Steampipe version (steampipe -v) Example: v0.23.2

Plugin version (steampipe plugin list) Example: latest

To reproduce Steps to reproduce the behavior (please include relevant code and/or commands).

Expected behavior A clear and concise description of what you expected to happen.

Additional context Add any other context about the problem here.

khushboo9024 commented 1 month ago

Fixed in https://github.com/turbot/steampipe-mod-gcp-compliance/pull/170