-
Bug
-
Resolution: Done
-
Major
-
SSO72 1.0.0.GA
-
CLOUD Maintenance Sprint 14
RH-SSO 7.2 introduces some changes to standalone-ha.xml server configuration file from which our standalone-openshift.xml file comes out. RH-SSO 7.2 should catch up this changes unless there is a reason for not doing so.
List of changes in subsystems that should be caught up (image first, product second):
infinispan: While sso7.2 image added new caches, few of them differ in config:
<distributed-cache name="authorization" mode="SYNC" owners="1"/> <local-cache name="actionTokens"> <eviction max-entries="-1" strategy="NONE"/> <expiration max-idle="-1" interval="300000"/> </local-cache>
<local-cache name="authorization"> <eviction max-entries="10000" strategy="LRU"/> </local-cache> <distributed-cache name="actionTokens" mode="SYNC" owners="2"> <eviction max-entries="-1" strategy="NONE"/> <expiration max-idle="-1" interval="300000"/> </distributed-cache>
ejb:
<remote connector-ref="http-remoting-connector" thread-pool-name="default"/>
<remote connector-ref="http-remoting-connector" thread-pool-name="default"> <channel-creation-options> <option name="READ_TIMEOUT" value="${prop.remoting-connector.read.timeout:20}" type="xnio"/> <option name="MAX_OUTBOUND_MESSAGES" value="1234" type="remoting"/> </channel-creation-options> </remote>
jgroups:
<stack name="tcp"> <protocol type="FD"> </stack>
<stack name="tcp"> <protocol type="FD_ALL"> </stack>
undertow:
keycloak-server:
Following spi elements dissapeared: realm, user, userFederatedStorage, authorizationPersister
Following element dissapeared from eventStore spi:
<default-provider>jpa</default-provider>
Other:
- jsf and jdr subsystems have been removed
- elytron sybsystem has been added