Skip to content

[v16] [gcp] support project discovery#47568

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

[v16] [gcp] support project discovery#47568
tigrato merged 1 commit intobranch/v16from
tigrato/gke-project-ids-discovery-v16

Conversation

@tigrato
Copy link
Copy Markdown
Contributor

@tigrato tigrato commented Oct 15, 2024

Backport of #47434 to branch/v16

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
@github-actions
Copy link
Copy Markdown
Contributor

🤖 Vercel preview here: https://docs-57all7nge-goteleport.vercel.app/docs/ver/preview

@tigrato tigrato enabled auto-merge October 16, 2024 08:50
@tigrato tigrato added this pull request to the merge queue Oct 16, 2024
Merged via the queue into branch/v16 with commit 5a9a769 Oct 16, 2024
@tigrato tigrato deleted the tigrato/gke-project-ids-discovery-v16 branch October 16, 2024 09:23
@tigrato tigrato mentioned this pull request Oct 16, 2024
@fheinecke fheinecke mentioned this pull request Apr 9, 2025
@fheinecke fheinecke mentioned this pull request Jan 8, 2026
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