You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@geode.apache.org by "Diane Hardman (Jira)" <ji...@apache.org> on 2020/07/22 19:04:00 UTC

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

Diane Hardman created GEODE-8378:
------------------------------------

             Summary: 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


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)