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

Bumps [github.com/go-jose/go-jose/v3](https://github.com/go-jose/go-jose) from 3.0.3 to 3.0.4. Release notes Sourced from github.com/go-jose/go-jose/v3's releases. v3.0.4 What's Changed Backport fix for GHSA-c6gw-w398-hv78 CVE-2025-27144 go-jose/go-jose#174 Full Changelog: https://github.com/go-jose/go-jose/compare/v3.0.3...v3.0.4 Commits 5253038 Backport fix 167 to...

dependencies
go

Bumps [github.com/go-jose/go-jose/v4](https://github.com/go-jose/go-jose) from 4.0.4 to 4.0.5. Release notes Sourced from github.com/go-jose/go-jose/v4's releases. v4.0.5 What's Changed Don't allow unbounded amounts of splits by @​mcpherrinm in go-jose/go-jose#167 Fixes https://github.com/go-jose/go-jose/security/advisories/GHSA-c6gw-w398-hv78 Various other dependency...

dependencies
go

Bumps [github.com/golang-jwt/jwt/v5](https://github.com/golang-jwt/jwt) from 5.2.1 to 5.2.2. Release notes Sourced from github.com/golang-jwt/jwt/v5's releases. v5.2.2 What's Changed Fixed https://github.com/golang-jwt/jwt/security/advisories/GHSA-mh63-6h87-95cp by @​mfridman Fixed some typos by @​Ashikpaul in golang-jwt/jwt#382 build: add go1.22 to...

dependencies
go

Bumps [github.com/cloudflare/circl](https://github.com/cloudflare/circl) from 1.3.7 to 1.6.1. Release notes Sourced from github.com/cloudflare/circl's releases. CIRCL v1.6.1 Fixes some point checks on the FourQ curve. Hybrid KEM fails on low-order points. What's Changed...

dependencies
go

### Description Running list of all the requested enhancements for provider ephemerality. If one is missing, please comment below and ill add to the list. Thank you for kicking this...

### Description need write-only for: - `oidc_client_id` - `oidc_client_secret` ### Affected Resource(s) and/or Data Source(s) _No response_ ### Potential Terraform Configuration ```terraform ``` ### References _No response_ ### Would you...

enhancement

### Description Relates OR Closes https://github.com/hashicorp/terraform-provider-vault/issues/2453 ### 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 supported Vault Versions ### Output...

### Description I'd like to be able to specify a JWT file rather than the JWT content when I'm configuring Vault. ### Affected Resource(s) and/or Data Source(s) n/a ### Potential...

enhancement

### Description This PR updates the test for key_usage to be testing a key_usage that is acceptable on a CA (Certificate Authority) certificate. In general, CA Certificates should not have...

### Terraform Core Version 1.9.7 ### Terraform Vault Provider Version 4.4.0 ### Vault Server Version 1.16.6+ent ### Affected Resource(s) - vault_auth_backend ### Expected Behavior Importing existing auth backends should perform...

bug