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

feat: gcp integration support #59

Merged
merged 8 commits into from
Oct 3, 2024
Merged

Conversation

DanielHougaard
Copy link
Collaborator

Caution

This PR is dependent on Infisical/infisical#2522

This PR introduces an entirely new resource type, which is integrations. I've built it with the thought that we should at least be able to reuse our API call functions. The API call functions would work to create/update/delete any type of integration.

Please see the resource.tf file for an example of how to use this. Currently we do not support Google OAuth, but instead we support service account auth (must be in json format).

internal/client/integrations_auth.go Outdated Show resolved Hide resolved
internal/client/integrations.go Outdated Show resolved Hide resolved
@DanielHougaard DanielHougaard merged commit 739cccb into main Oct 3, 2024
15 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants