Tristan Tarrant created ISPN-12617:
--------------------------------------
Summary: Transport security
Key: ISPN-12617
URL:
https://issues.redhat.com/browse/ISPN-12617
Project: Infinispan
Issue Type: Feature Request
Components: Security, Server
Reporter: Tristan Tarrant
Assignee: Tristan Tarrant
Fix For: 13.0.0.Final
Extend the {{infinispan/cache-container/transport}} schema so that a {{security-realm}}
may be specified in server configurations:
{code:xml}
<cache-container name="default">
<transport cluster="${infinispan.cluster.name:cluster}"
stack="${infinispan.cluster.stack:tcp}"
node-name="${infinispan.node.name:}"
server:security-realm="default"/>
</cache-container>
{code}
If the security realm has an SSL server identity, JGroups will be configured to use a
{{SSLSocketFactory}}.
If the security realm has a backing realm, JGroups will be configured to enable
authentication.
--
This message was sent by Atlassian Jira
(v8.13.1#813001)