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

[v14] [gcp] support project discovery #47566

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/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
39 checks passed
@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