You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@geode.apache.org by "Blake Bender (Jira)" <ji...@apache.org> on 2019/12/05 16:22:00 UTC

[jira] [Commented] (GEODE-7302) security-client-kspath should not be a property a user can set

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

Blake Bender commented on GEODE-7302:
-------------------------------------

This property is actually still used by the securityProperties. We also have two tests for DiffieHelman that use it:
 * testThinClientSecurityDH
 * testThinClientSecurityDH_MU

Unfortunately, these tests no longer work and are marked OMITTED in the CI. We need to either:
 * mark DiffieHelman support and these two security properties as deprecated in the docs, and remove them altogether in the future
 * Port the two existing tests to the new framework

> security-client-kspath should not be a property a user can set
> --------------------------------------------------------------
>
>                 Key: GEODE-7302
>                 URL: https://issues.apache.org/jira/browse/GEODE-7302
>             Project: Geode
>          Issue Type: Task
>          Components: native client
>            Reporter: Michael Oleske
>            Priority: Major
>
> h3. Why
> With the usage of `ssl-truststore`, users should not use `security-client-kspath`.  `security-client-kspath` is not actually used by our code.
> *As a C++ developer*
> *I want* to not have properties that don't do anything
> *So that* I don't get confused
> h3. Acceptance Criteria
> *Given* that I have a C++ application
> *When* I set `security-client-kspath`
> *Then* I get an error saying that's not a property



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