-
Notifications
You must be signed in to change notification settings - Fork 116
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
Use GCP ADC for auth in Terraform Deployer #662
Closed
Closed
+4,259
−12
Commits on Feb 11, 2022
-
use GCP ADC for auth in Terraform Deployer
Terraform Google Provider allow to pass credentials file content in GOOGLE_CREDENTIALS env var. More about this in the Terraform docs: https://registry.terraform.io/providers/hashicorp/google/latest/docs/guides/provider_reference#full-reference Unfortunately this does not seem to work other GCP Cloud SDK components, as I've not been able to find references to that environment variable. As Terraform provider and components support ADC (Application Defatul Credentials) this commit changes how Terraform Deployer setup credentials to use ADC instead of Terraform dedicated variable.
Configuration menu - View commit details
-
Copy full SHA for eba5f51 - Browse repository at this point
Copy the full SHA eba5f51View commit details -
Configuration menu - View commit details
-
Copy full SHA for a726836 - Browse repository at this point
Copy the full SHA a726836View commit details -
Configuration menu - View commit details
-
Copy full SHA for d65cae2 - Browse repository at this point
Copy the full SHA d65cae2View commit details -
Configuration menu - View commit details
-
Copy full SHA for 1834d21 - Browse repository at this point
Copy the full SHA 1834d21View commit details -
Configuration menu - View commit details
-
Copy full SHA for 73d2317 - Browse repository at this point
Copy the full SHA 73d2317View commit details -
Configuration menu - View commit details
-
Copy full SHA for cfb8674 - Browse repository at this point
Copy the full SHA cfb8674View commit details -
Configuration menu - View commit details
-
Copy full SHA for e1e3f4d - Browse repository at this point
Copy the full SHA e1e3f4dView commit details -
With the addition of the `gcp_auth` function the logic flow was split into multiple pieces. This commit introduce a main like area where all logic is handled.
Configuration menu - View commit details
-
Copy full SHA for a14abb0 - Browse repository at this point
Copy the full SHA a14abb0View commit details -
Configuration menu - View commit details
-
Copy full SHA for 2860bce - Browse repository at this point
Copy the full SHA 2860bceView commit details -
Configuration menu - View commit details
-
Copy full SHA for 8bc1d37 - Browse repository at this point
Copy the full SHA 8bc1d37View commit details -
Configuration menu - View commit details
-
Copy full SHA for d908897 - Browse repository at this point
Copy the full SHA d908897View commit details -
Configuration menu - View commit details
-
Copy full SHA for e670cce - Browse repository at this point
Copy the full SHA e670cceView commit details -
.gitignore is not currently supported in package-spec, so package validation fails. See elastic/package-spec#273
Configuration menu - View commit details
-
Copy full SHA for cf19a6c - Browse repository at this point
Copy the full SHA cf19a6cView commit details
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.