[
https://issues.jboss.org/browse/TEIID-4904?page=com.atlassian.jira.plugin...
]
Van Halbert commented on TEIID-4904:
------------------------------------
I've confirmed to work using the following:
Teiid server config:
{code}
<resource-adapter id="ispnStockMat">
<module slot="main"
id="org.jboss.teiid.resource-adapter.infinispan.hotrod"/>
<connection-definitions>
<connection-definition
class-name="org.teiid.resource.adapter.infinispan.hotrod.InfinispanManagedConnectionFactory"
jndi-name="java:/infinispanStockMat" enabled="true"
use-java-context="true" pool-name="infinispanPersonMat">
<config-property name="RemoteServerList">
127.0.0.1:11322
</config-property>
<config-property name="UserName">
teiidUser
</config-property>
<config-property name="Password">
redhat1!
</config-property>
<config-property name="SaslMechanism">
DIGEST-MD5
</config-property>
<config-property name="AuthenticationRealm">
ApplicationRealm
</config-property>
<config-property
name="AuthenticationServerName">
myhotrodserver
</config-property>
</connection-definition>
</connection-definitions>
</resource-adapter>
{code}
JDG config:
{code}
<hotrod-connector socket-binding="hotrod"
cache-container="local">
<topology-state-transfer lazy-retrieval="false"
lock-timeout="1000" replication-timeout="5000"/>
<authentication security-realm="ApplicationRealm">
<sasl server-name="myhotrodserver" mechanisms="DIGEST-MD5"
qop="auth" />
</authentication>
</hotrod-connector>
{code}
Add support for identify security to the infinispan connector
-------------------------------------------------------------
Key: TEIID-4904
URL:
https://issues.jboss.org/browse/TEIID-4904
Project: Teiid
Issue Type: Enhancement
Components: Infinispan
Reporter: Van Halbert
Assignee: Ramesh Reddy
Priority: Blocker
Fix For: 10.0, 8.12.x-6.4
Add support for identify secuirty to the new infinispan connector/translator. This is
needed for openshift.
--
This message was sent by Atlassian JIRA
(v7.2.3#72005)