-
Feature Request
-
Resolution: Unresolved
-
Major
-
None
-
13.0.0.Final
-
None
In case that I have secured JDG server through this [1] and authorization of caches like this [2], it will be nice that I am able to authenticate HotRod client to be able to access secured remote caches.
The infinispan RemoteStore has support for configure both SSL and Authentication (class org.infinispan.persistence.remote.configuration.SecurityConfiguration has 2 fields "authentication" and "ssl" ). However Wildfly subsystem doesn't seem to allow configure this.
In file jboss-as-infinispan_6_0.xsd there is "remote-cache-container", which has just "security" element, but that element has just "ssl-context" attribute. Is it possible to support authentication too?
Type "remote-store" also doesn't have a way to configure authentication.