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

### Community Note * Please vote on this pull request by adding a 👍 [reaction](https://blog.github.com/2016-03-10-add-reactions-to-pull-requests-issues-and-comments/) to the original pull request comment to help the community and maintainers prioritize this request...

size/XS

### Community Note * Please vote on this pull request by adding a 👍 [reaction](https://blog.github.com/2016-03-10-add-reactions-to-pull-requests-issues-and-comments/) to the original pull request comment to help the community and maintainers prioritize this request...

documentation
size/M

The latest version of this provider, v2.23.0, doesn't support IAM role (for Kubernetes service account) authentication in AWS auth method. However, it works in the latest version of the Vault...

feature-request
ecosystem
auth-login

### Community Note * Please vote on this pull request by adding a 👍 [reaction](https://blog.github.com/2016-03-10-add-reactions-to-pull-requests-issues-and-comments/) to the original pull request comment to help the community and maintainers prioritize this request...

documentation
size/XS

Add support for the new (1.10) [Login MFA](https://www.vaultproject.io/docs/auth/login-mfa#login-mfa) feature.

enhancement
auth-login

* added the azure auth method ```hcl provider vault { address = "https://vault.acme.corp" auth_login { path = "auth/azure/login" method = "azure" parameters = { role = "some-vault-role" resource = "https://management.azure.com"...

documentation
dependencies
size/M
auth-login

### Community Note * Please vote on this pull request by adding a 👍 [reaction](https://blog.github.com/2016-03-10-add-reactions-to-pull-requests-issues-and-comments/) to the original pull request comment to help the community and maintainers prioritize this request...

documentation
size/M

### Terraform Version Terraform v1.1.6 on darwin_amd64 Vault provider 3.3.1 ### Affected Resource(s) Please list the resources as a list, for example: - vault_kubernetes_auth_backend_config - probably all resources that read-after-write...

## Description I tried to create a `jwt_auth_backend` with the jwt type, but it failed. After the failure, the state was not updated, but the backend was partially created in...

Using Transit BYOK is kind of weird with Terraform, and I'm not sure if this an approach we like. I tried to create a separate resource, but it doesn't quite...

size/M
transit