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

Initial GCP integration (Buckets, Compute Engine VM Instances) #646

Merged
merged 6 commits into from
Mar 22, 2023

Conversation

eneskaya
Copy link
Contributor

@eneskaya eneskaya commented Mar 21, 2023

This PR adds a new GCP integration, and implements two new fetchers, which fetch Buckets and VM Instances for now. You can test this with a service account json file and following config.toml addition:

[[gcp]]
  name="Sandbox"
  serviceAccountKeyPath="/path/to/serviceAccount/sa.json"

Be sure that your service account has the appropriate permissions (storage.buckets.list, compute.licenses.list)

@eneskaya eneskaya added the gcp label Mar 21, 2023
@eneskaya eneskaya added this to the v3.0.8 milestone Mar 21, 2023
@eneskaya eneskaya changed the title GCP client initialization Initial GCP integration (Buckets, Compute Engine VM Instances) Mar 22, 2023
@eneskaya eneskaya requested a review from mlabouardy March 22, 2023 13:50
@eneskaya eneskaya marked this pull request as ready for review March 22, 2023 13:50
@mlabouardy mlabouardy merged commit 19f5acb into develop Mar 22, 2023
@mlabouardy mlabouardy deleted the feature/tech-997 branch March 22, 2023 17:16
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants