spring-cloud / spring-cloud-vault

Configuration Integration with HashiCorp Vault
http://cloud.spring.io/spring-cloud-vault/
Apache License 2.0
274 stars 152 forks source link

Add possibility to set SSL keystore/truststore type #545

Closed cfredri4 closed 3 years ago

cfredri4 commented 3 years ago

Is your feature request related to a problem? Please describe.

I'm missing the possibility to set key/trust store type. Currently only the platform default can be used.

Describe the solution you'd like Extend org.springframework.cloud.vault.config.VaultProperties.Ssl with:

keyStoreType
trustStoreType

(and handle in org.springframework.cloud.vault.config.VaultConfigurationUtil)

mp911de commented 3 years ago

That's a duplicate of #387.