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

### Description We use this terraform provider with auth method userpass and manage several vault_kv_secret_v2 ressources. Our Vault logs indicates that the provider logs into vault, lookup the token, get...

enhancement

### Terraform Version ``` Terraform v0.11.11 + provider.aws v2.4.0 + provider.vault v1.6.0 ``` ### Affected Resource(s) - vault_aws_auth_backend_role ### Terraform Configuration Files ```hcl provider "aws" { region = "us-east-1" }...

bug
resource/aws_auth

### Description When the vault provider fails to implement a change/fetch a data source, I get an error like this:- ```bash │ Error: error reading from Vault: Error making API...

enhancement

### Description Currently, there's no way to enumerate all entities / entity aliases under an auth mount + groups. This makes things like creating OIDC assignment for entities that have...

enhancement

Hello, I noticed that in the docs of `vault_kubernetes_auth_backend_config` it is mentioned that if no issuer is defined it will default to `kubernetes.io/serviceaccount`. To my understanding the default value is...

documentation

### Terraform Version `v1.3.2` ### Affected Resource(s) - `vault_generic_endpoint` to path `sys/plugins/catalog/secret/some-custom-plugin` ### Terraform Configuration Files ```hcl locals { plugin_config = { name = "some-custom-plugin" command = "some-custom-plugin-${var.config.tag}" sha256 =...

### Terraform Core Version 1.5.4 ### Terraform Vault Provider Version 3.20.0 ### Vault Server Version 1.14.0 ### Affected Resource(s) * resource vault_auth_backend * resource vault_mount * (potentially all other resources...

bug

### Terraform Core Version 1.5.0 ### Terraform Vault Provider Version 3.18.0 ### Vault Server Version Vault 1.14.1+ent ### Affected Resource(s) The following resource is the issue vault_azure_secret_backend_role. We are currently...

bug

Remove default empty vector for bound_audience cuz is necessary nil to avoid aud check if a jwt don't contain it wich is the gitlab jwt case. ### Community Note Hi...

size/XS

### Terraform Core Version 1.5.6 ### Terraform Vault Provider Version 3.19.0 ### Vault Server Version 1.12.3+ent ### Affected Resource(s) `vault_kv_secret_v2` resources that specifies `data_json`, but the secret's key-value pairs have...

bug