-
Notifications
You must be signed in to change notification settings - Fork 27
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
feat: add gcp_organization_project
table
#663
Conversation
gcp_organization_project
table
78200ad
to
23dc86f
Compare
23dc86f
to
0a3d182
Compare
49ff495
to
700c183
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thank you @pdecat for adding the new table 👍!!
Left a minor suggestion 😄.
Makefile
Outdated
install: | ||
go build -o $(STEAMPIPE_INSTALL_DIR)/plugins/hub.steampipe.io/plugins/turbot/gcp@latest/steampipe-plugin-gcp.plugin -tags "${BUILD_TAGS}" *.go | ||
go build -o $(STEAMPIPE_INSTALL_DIR)/plugins/hub.steampipe.io/plugins/turbot/gcp@$(STEAMPIPE_PLUGIN_VERSION)/steampipe-plugin-gcp.plugin -tags "${BUILD_TAGS}" *.go |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Do we need this change?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I use this locally to install custom builds to specific versions of the plugin, but can remove it.
700c183
to
1b2f13a
Compare
This PR adds a
gcp_organization_project
table that is identical to thegcp_project
, except that it does not filter on the project attached to the connection.This allows to discover all projects accessible with some credentials.
Slack thread: https://turbot-community.slack.com/archives/C044P668806/p1727786122009859
Integration test logs
Logs
Example query results
Results