spring-projects / spring-vault

Provides familiar Spring abstractions for HashiCorp Vault
https://spring.io/projects/spring-vault
Apache License 2.0
283 stars 186 forks source link

Missing "private_key_type" property in VaultCertificateResponse #676

Closed abremora closed 2 years ago

abremora commented 2 years ago

Description

The VaultCertificateResponse doesn't contain private_key_type property.

See: https://www.vaultproject.io/api-docs/secret/pki#generate-certificate

Solution

Extend CertificateBundle

Environment

spring-vault v2.3.2

abremora commented 2 years ago

Thank you for your help. Planned for v2.4, right? Can you please update the milestone tag.