Details
-
Type:
Improvement
-
Status: Closed
-
Priority:
Minor
-
Resolution: Complete
-
Affects Version/s: None
-
Fix Version/s: 2.2 RC1 (Moore)
-
Environment:Spring Data Moore for Pivotal GemFire 9.x
-
Sprint:Moore RC1
Description
Currently, @EnableSsl does not support setting the Pivotal GemFire properties for ssl-use-default-context and ssl-endpoint-identification-enabled.
This improvement will add the below 2 new annotation attributes to @EnableSsl annotation.
- useDefaultContext (along with the spring.data.gemfire.security.ssl.use-default-context property)
- enableEndpointIdentification (along with the spring.data.gemfire.security.ssl.enable-endpoint-identification).