]
Ryan Emerson resolved ISPN-8794.
--------------------------------
Fix Version/s: 9.2.0.CR3
Resolution: Done
Simplify Hot Rod client security configuration
----------------------------------------------
Key: ISPN-8794
URL:
https://issues.jboss.org/browse/ISPN-8794
Project: Infinispan
Issue Type: Feature Request
Components: Configuration, Hot Rod
Reporter: Tristan Tarrant
Assignee: Tristan Tarrant
Fix For: 9.2.0.CR3
Configuring a Hot Rod client for authentication can be greatly simplified:
* default to DIGEST-MD5 mech
* use ApplicationRealm as default realm name
* implicitly enable security when setting one of the properties instead of invoking
enable()
* add a way to specify a trust cert chain stored in a single PEM file without requiring a
full-blown java KeyStore.