You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In spring-projects/spring-vault#635 support was added for configuring the enabled client TLS protocols and cipher suites to be configured via Spring application properties. It would be great if we could also configure these via Spring application properties for the Spring Cloud Vault client.
The org.springframework.vault.config.EnvironmentVaultConfiguration.sslConfiguration() was updated to set protocol and cipher suites on the org.springframework.vault.support.SslConfiguration instance returned. The org.springframework.cloud.config.server.environment.vault.SpringVaultClientConfiguration.sslConfiguration() method could be updated to do the same.
The text was updated successfully, but these errors were encountered:
In spring-projects/spring-vault#635 support was added for configuring the enabled client TLS protocols and cipher suites to be configured via Spring application properties. It would be great if we could also configure these via Spring application properties for the Spring Cloud Vault client.
The
org.springframework.vault.config.EnvironmentVaultConfiguration.sslConfiguration()
was updated to set protocol and cipher suites on theorg.springframework.vault.support.SslConfiguration
instance returned. Theorg.springframework.cloud.config.server.environment.vault.SpringVaultClientConfiguration.sslConfiguration()
method could be updated to do the same.The text was updated successfully, but these errors were encountered: