fix: Ensure that all currently supported GCP services allow querygcpTag#4
fix: Ensure that all currently supported GCP services allow querygcpTag#4
Conversation
Release Github Actions pipelines to Beta
chore: release pipelines to main
|
@m-pizarro cool thanks for getting to this! Tags on gcp are a bit odd so this work was skipped initially, from what I can tell you can add tags at the org level. The tag bindings can be added to various supported services (initially we should scope to org,folder,project). It should be possible to list tags attached to resources in question |
@csbrandt , thanks for taking the time to review this. Yes, I had a chance to review that documentation, as you mention the tags can be attached in addition on projects and folders, I was able to make that configuration. But the API unfortunately does not return these TAGs, I have tried to get them in the same way that is done for Organizations (which does return them) and I had no luck, I looked for another way but it is not possible or at least I didn't find it. Also in the Ticket comments I left some details about this. Also, I tried to see if somehow we could get that information from the TAG side, i.e., if we could get the information to which resources they were attached, but it was not possible either. |
Review and notes:
Services that currently support tags:
Issue tracker links
Add links to any relevant tasks/stories/bugs/pagerduty/etc
Example - dummy TODO project
TODO-123
Changes/solution
How does this change address the problem?
Testing
Describe how the testing was done, plus evidence, if not covered by automated tests
Notes and considerations
Add any additional notes and/or considerations
Dependencies
_Add dependencies on any other PRs, if applicable