spring-projects / spring-data-geode

Spring Data support for Apache Geode
Apache License 2.0
52 stars 39 forks source link

Add support to EnableSsl for ssl-use-default-context and ssl-endpoint-identification-enabled [DATAGEODE-190] #234

Closed spring-projects-issues closed 5 years ago

spring-projects-issues commented 5 years ago

Srikanth Manvi opened DATAGEODE-190 and commented

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)


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

spring-projects-issues commented 5 years ago

Srikanth Manvi commented

John BlumI have started work on this. Can you please this JIRA to me. I don't have permissions.