terraform-provider-vault icon indicating copy to clipboard operation
terraform-provider-vault copied to clipboard

Terraform Vault provider

Results 388 terraform-provider-vault issues
Sort by recently updated
recently updated
newest added
trafficstars

### Terraform Core Version v1.6.2, v1.7.3 ### Terraform Vault Provider Version v3.25.0 ### Vault Server Version v1.15.5 (on HCP) ### Affected Resource(s) `vault_kv_secret` ### Expected Behavior Expected the change to...

bug

Hi there, Thank you for opening an issue. Please note that we try to keep the Terraform issue tracker reserved for bug reports and feature requests. For general usage questions,...

### Description Support `inheritable` parameter for the `vault_quota_rate_limit` and `vault_quota_lease_count` resources. ### Checklist - [x] Added [CHANGELOG](https://github.com/hashicorp/terraform-provider-vault/blob/master/CHANGELOG.md) entry (only for user-facing changes) - [x] Acceptance tests where run against all...

documentation
size/L

### Description Initially raised by(on behalf of) ent customer via Zendesk in an enterprise support engagement. Update jwtAuthBackendRoleDataToWrite function to set the bound_claims values as a map of string:string instead...

bug
size/XS
resource/jwt_auth

### Description It's a little strange that you can't just copy-paste an existing Vault policy HCL file into the body of a `vault_policy_document`? Why [this](https://registry.terraform.io/providers/hashicorp/vault/latest/docs/data-sources/policy_document): ``` data "vault_policy_document" "example" {...

enhancement

### Description To be able to login to vault we have an option to pass env `VAULT_ADDR` and `VAULT_TOKEN`. but in our organization, we have the github authentication enabled and...

enhancement

### Description When creating a SSH CA key with `generate_signing_key` it is not possible to specify the `key_type` and `key_bits` parameters. The Vault documentation says that these parameters are supported:...

enhancement

Add `vault_namespace` data source for fetching information of specified or the current namespace. Closes #1748 Relates #1766 Relates #1756 Output from acceptance testing ``` $ make testacc-ent TESTARGS='-run=TestAccDataSourceNamespace' make testacc...

documentation
size/XL

Lists paths of all direct child namespaces. Closes #995 Relates #1768 Output from acceptance testing ``` $ make testacc-ent TESTARGS='-run=TestAccDataSourceNamespace' make testacc TF_ACC_ENTERPRISE=1 ==> Checking that code complies with gofmt...

documentation
size/L

Hi, in the docs of the latest version (3.15.2 as of today), we can read the following statement about the [`client_auth`](https://registry.terraform.io/providers/hashicorp/vault/latest/docs#client_auth) argument: > At present there is little reason to...

question