]
Tristan Tarrant updated ISPN-8794:
----------------------------------
Status: Open (was: New)
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
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.