Skip to content
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

Add iam_policy in table gcp_cloud_run_service Closes #529 #531

Merged
merged 1 commit into from Jan 3, 2024

Conversation

ParthaI
Copy link
Contributor

@ParthaI ParthaI commented Dec 28, 2023

Note: The result that we steampipe is returning is the same as the Gcloud CLI command(gcloud run services get-iam-policy --region=us-central1 hello) response.

Integration test logs

Logs
N/A

Example query results

Results
> select name, iam_policy from gcp_cloud_run_service
+-------+-----------------+
| name  | iam_policy      |
+-------+-----------------+
| hello | {"etag":"ACAB"} |
+-------+-----------------+

@ParthaI ParthaI self-assigned this Dec 28, 2023
@ParthaI ParthaI linked an issue Dec 28, 2023 that may be closed by this pull request
@madhushreeray30 madhushreeray30 merged commit 233743d into main Jan 3, 2024
1 check passed
@madhushreeray30 madhushreeray30 deleted the issue-529 branch January 3, 2024 12:10
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Add iam_policy in table gcp_cloud_run_service
2 participants