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

[question] The vault_gcp_secret_static_account_key resource for Vault Provider #229

Open
korniichuk opened this issue Oct 17, 2024 · 0 comments

Comments

@korniichuk
Copy link

Hi Team,

I am looking for Terraform resource in Vault Provider for GCP service account key managed by Vault static account.

I use vault_gcp_secret_static_account resource [src] to create Vault static account. To create GCP service account key with this static account, I use:

$ vault read gcp/static-account/<STATIC_ACCOUNT_NAME>/key

or Terraform Data Sources:

data "vault_generic_secret" "example" {
  path = "gcp/static-account/<STATIC_ACCOUNT_NAME>/key"
}

It would be great to manage GCP service account keys by Vault static account with Vault Provider, but not with Google Cloud Provider (e.g., google_service_account_key resource [src]).

Does such Terraform resource (vault_gcp_secret_static_account_key) already exist? Are there plans for creation?

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

No branches or pull requests

1 participant