Currently, @EnableSsl does not support setting the Apache Geode (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)
Srikanth Manvi opened DATAGEODE-190 and commented
Currently,
@EnableSsl
does not support setting the Apache Geode (GemFire) properties forssl-use-default-context
andssl-endpoint-identification-enabled
.This improvement will add the below 2 new annotation attributes to
@EnableSsl
annotation.-
useDefaultContext
(along with thespring.data.gemfire.security.ssl.use-default-context
property)-
enableEndpointIdentification
(along with thespring.data.gemfire.security.ssl.enable-endpoint-identification
)Referenced from: pull request https://github.com/spring-projects/spring-data-geode/pull/21, and commits https://github.com/spring-projects/spring-data-geode/commit/7adf99d78826cb11ae28fabb6f3d9605847be25a, https://github.com/spring-projects/spring-data-geode/commit/ad4030215713504c8cc1e7f1a62dc77a1f7051d1, https://github.com/spring-projects/spring-data-geode/commit/7ed589dbb01d41fadb715bd43bffb5a35e582dd7, https://github.com/spring-projects/spring-data-geode/commit/7d9f90fef030b3cc1a2c0a4811f3b1e301020828