Skip to content
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

[v16] [gcp] support project discovery #47568

Merged
merged 1 commit into from
Oct 16, 2024

Conversation

tigrato
Copy link
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
Copy link

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

@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
45 checks passed
@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
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