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

Terraform Vault provider

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

[//]: # (dependabot-start) ⚠️ **Dependabot is rebasing this PR** ⚠️ Rebasing might not happen immediately, so don't worry if this takes some time. Note: if you make any changes to...

dependencies
go

Bumps [github.com/aws/aws-sdk-go](https://github.com/aws/aws-sdk-go) from 1.50.13 to 1.55.5. Release notes Sourced from github.com/aws/aws-sdk-go's releases. Release v1.55.5 (2024-07-30) Service Client Updates service/appstream: Updates service API and documentation Added support for Red Hat Enterprise...

dependencies
go

### Description This request further expands on https://github.com/hashicorp/terraform-provider-vault/pull/2244 Currently the support for credential_type and credential_config configuration in `vault_database_secret_backend_static_role` and `vault_database_secret_backend_role` is patchy and challenging. In a multi-namespace setting when you...

enhancement

### Terraform Core Version 1.9.3 ### Terraform Vault Provider Version 4.3.0 ### Vault Server Version 1.17.2 ### Affected Resource(s) auth_login_userpass ignores the password_file parameter, regardless of if it is set...

bug

### Terraform Core Version 1.9.2 ### Terraform Vault Provider Version 3.23.0, 4.3.0 ### Vault Server Version 1.17.0 ### Affected Resource(s) * vault_identity_oidc_provider ### Expected Behavior An import should work (see...

bug

### Description Added the `persist_apps` field to the `vault_azure_secret_backend_role` resource. Closes #2297 ### Checklist - [ ] Added [CHANGELOG](https://github.com/hashicorp/terraform-provider-vault/blob/master/CHANGELOG.md) entry (only for user-facing changes) - [ ] Acceptance tests where...

### Terraform Core Version 1.10.0 ### Terraform Vault Provider Version 4.3.0 ### Vault Server Version 1.17.2 ### Affected Resource(s) * vault_raft_snapshot_agent_config ### Expected Behavior Not entirely sure since this code...

bug

### Description The persist_app field is missing from the vault_azure_secret_backend_role resource. As per https://developer.hashicorp.com/vault/api-docs/v1.16.x/secret/azure#persist_app, there is now an API parameter that allows generated SPNs to persist for the lifetime of...

enhancement

Hi All, I'm trying to configure an Auth Kubernetes Backend. The [Docs](https://registry.terraform.io/providers/hashicorp/vault/latest/docs/resources/kubernetes_auth_backend_config) clearly state, that an `kubernetes_ca_cert` ist optional. But I'm getting an Error that indicates the exact opposite. ###...

For Vault Enterprise users, `subscribe` is a valid capability [(ref)](https://developer.hashicorp.com/vault/docs/concepts/events#policies) and should be included in the list of allowed capabilities.