Skip to content

[v14] [gcp] support project discovery#47566

Merged
tigrato merged 1 commit intobranch/v14from
tigrato/gke-project-ids-discovery-v14
Oct 16, 2024
Merged

[v14] [gcp] support project discovery#47566
tigrato merged 1 commit intobranch/v14from
tigrato/gke-project-ids-discovery-v14

Conversation

@tigrato
Copy link
Copy Markdown
Contributor

@tigrato tigrato commented Oct 15, 2024

Backport of #47434 to branch/v14

Changelog: Extended Teleport Discovery Service to support resource discovery across all projects accessible by the service account.

* [gcp] support project discovery

This PR extends Teleport discovery service to be able to support find all GKE and VM servers in every project a user has access to.

```
discovery_service:
  enabled: true
  discovery_group: "test"
  gcp:
  - types: ["gke"]
    locations: ["*"]
    project_ids: ["*"]
    tags:
     '*': '*'
```

* simplify docs by adding examples
@tigrato tigrato force-pushed the tigrato/gke-project-ids-discovery-v14 branch from 49a9451 to ca0e724 Compare October 16, 2024 08:53
@tigrato tigrato added this pull request to the merge queue Oct 16, 2024
Merged via the queue into branch/v14 with commit 97dc48e Oct 16, 2024
@tigrato tigrato deleted the tigrato/gke-project-ids-discovery-v14 branch October 16, 2024 18:32
@camscale camscale mentioned this pull request Oct 30, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants