Skip to content

feat(gcp): Add organization_ids spec config and possibly organizations_filter #7935

@erezrokah

Description

@erezrokah

The GCP source plugin has a project_ids config (defaults to all) and a folder_ids config (defaults to none).
It also has project_filter which defaults to empty (meaning no filter).

A user requested to add organization_ids and organizations_filter as we currently multiplex over all organizations:

if err := service.Organizations.Search(&crmv1.SearchOrganizationsRequest{}).Context(ctx).Pages(ctx, func(page *crmv1.SearchOrganizationsResponse) error {

Metadata

Metadata

Assignees

Labels

No labels
No labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions