turbot / steampipe-plugin-gcp

Use SQL to instantly query GCP resources across regions, projects and organizations. Open source CLI. No DB required.
https://hub.steampipe.io/plugins/turbot/gcp
Apache License 2.0
39 stars 24 forks source link

Add iam_policy in table gcp_cloud_run_service #529

Closed khushboo9024 closed 8 months ago

khushboo9024 commented 8 months ago

Is your feature request related to a problem? Please describe.

Add IAM policy in table gcp_cloud_run_service

https://pkg.go.dev/google.golang.org/api@v0.139.0/run/v2#GoogleIamV1Binding

Note: This is required to check if cloud run service is public.

Describe the solution you'd like A clear and concise description of what you want to happen.

Describe alternatives you've considered A clear and concise description of any alternative solutions or features you've considered.

Additional context Add any other context or screenshots about the feature request here.