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 2020/09/21 19:12:00 UTC

[jira] [Resolved] (GEODE-8378) Clean up SNI proxy tests usage of keystore, truststore files

     [ https://issues.apache.org/jira/browse/GEODE-8378?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Blake Bender resolved GEODE-8378.
---------------------------------
    Fix Version/s: 1.14.0
       Resolution: Fixed

There is still a `sni-test-config` folder, but it is at the top level of the tree, and is not copied to the output directory at build time.  Some of these files need to live in their own known location because the Docker image mounts a folder back to that path to pick up the keys.  At any rate, we're not duplicating anything, which should remain the steady state of things.

> Clean up SNI proxy tests usage of keystore, truststore files
> ------------------------------------------------------------
>
>                 Key: GEODE-8378
>                 URL: https://issues.apache.org/jira/browse/GEODE-8378
>             Project: Geode
>          Issue Type: Improvement
>          Components: native client
>            Reporter: Diane Hardman
>            Priority: Major
>             Fix For: 1.14.0
>
>
> Follow-up to GEODE-7508. New SNI proxy tests still contain local copies of keystore and truststore files which should be removed and these tests updated to reference the common files. This will prevent these tests from becoming brittle over time.
> Here's where I found the extraneous files:
> find . -name *.jks ./ssl_keys/server_keys/server_keystore.jks ./ssl_keys/server_keys/server_truststore.jks ./cppcache/integration/test/sni-test-config/geode-config/server-clementine-keystore.jks ./cppcache/integration/test/sni-test-config/geode-config/server-dolores-keystore.jks ./cppcache/integration/test/sni-test-config/geode-config/truststore.jks ./cppcache/integration/test/sni-test-config/geode-config/locator-maeve-keystore.jks



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