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
Which part of our software stack is concerned by the feature ?
Chutney
Description
Spring Boot 3.1 introduces the concept of SSL bundles for configuring and consuming custom SSL trust material, such as keystores, certificates, and private keys. Once configured, a bundle can be applied to one or more connections using configuration properties or APIs
I suggest to make it possible to declare a SslBundles configuration bloc that can be referenced from the targets such as HTTP or Kafka
Bundles are more concise, can handle PEM format (simplier than packaging in jks everytime)
Which part of our software stack is concerned by the feature ?
Chutney
Description
Spring Boot 3.1 introduces the concept of SSL bundles for configuring and consuming custom SSL trust material, such as keystores, certificates, and private keys. Once configured, a bundle can be applied to one or more connections using configuration properties or APIs
I suggest to make it possible to declare a SslBundles configuration bloc that can be referenced from the targets such as HTTP or Kafka
Bundles are more concise, can handle PEM format (simplier than packaging in jks everytime)
Solution
Making:
looks more like
where "my-http-service-bundle" is declared in a specific bloc like (yaml format but can be json)
The text was updated successfully, but these errors were encountered: