You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@geode.apache.org by "ASF subversion and git services (Jira)" <ji...@apache.org> on 2021/09/14 15:46:00 UTC

[jira] [Commented] (GEODE-9542) Enable SSL Client Certificate Authorization for Redis

    [ https://issues.apache.org/jira/browse/GEODE-9542?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17415013#comment-17415013 ] 

ASF subversion and git services commented on GEODE-9542:
--------------------------------------------------------

Commit 81153cf6b1f4b99fc992ccceb06f287455b150d9 in geode's branch refs/heads/develop from Jens Deppe
[ https://gitbox.apache.org/repos/asf?p=geode.git;h=81153cf ]

GEODE-9542: Enable SSL client authentication for Radish (#6826)

- When Geode's ssl-require-authentication is enabled, Redis clients must
  authenticate with a valid certificate.
- This all wraps the trust and key store in a `FileWatching*Manager` to enable
  automatic cert rotation.


> Enable SSL Client Certificate Authorization for Redis
> -----------------------------------------------------
>
>                 Key: GEODE-9542
>                 URL: https://issues.apache.org/jira/browse/GEODE-9542
>             Project: Geode
>          Issue Type: New Feature
>          Components: redis
>            Reporter: Wayne
>            Priority: Major
>              Labels: pull-request-available, redis
>
> When the ssl-require-authentication Geode property is set to true, we should validate the Redis client's certificate against the configured ssl-truststore to ensure that the client certificate is issued by a trusted Certificate Authority.
>  
> _Acceptance Criteria_
> Client certificates issued by trusted Certificate Authorities are properly authenticated.  Client certificates issued by non-trusted Certificate Authorities are not authenticated.  When the Geode property ssl-require-authentication is set to false, no client certificate authentication is performed.
> Appropriate tests are developed to ensure this feature works as expected and does not regress.
>  



--
This message was sent by Atlassian Jira
(v8.3.4#803005)