]
Gustavo Fernandes updated ISPN-6922:
------------------------------------
Git Pull Request:
Support for loading keystores from classpath in the Hot Rod client
------------------------------------------------------------------
Key: ISPN-6922
URL:
https://issues.jboss.org/browse/ISPN-6922
Project: Infinispan
Issue Type: Enhancement
Affects Versions: 9.0.0.Alpha3, 8.2.3.Final
Reporter: Gustavo Fernandes
Assignee: Gustavo Fernandes
Fix For: 9.0.0.Alpha4, 8.2.4.Final
Configuration of truststores and keystores in the Hot Rod client only work with files, In
certain situation the application is packaged together with the hotrod client in a single
jar and thus cannot load the keystores.
Suggestion of supporting classpath resources:
{code:title=hotrod-client.properties}
infinispan.client.hotrod.trust_store_file_name=classpath:/some/loc/truststore.jks
{code}