Uploaded image for project: 'Cloud Enablement'
  1. Cloud Enablement
  2. CLOUD-2323

[SSO72] standalone-openshift.xml diversions from product default standalone-ha.xml

    XMLWordPrintable

Details

    • CLOUD Maintenance Sprint 14

    Description

      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:

      • filters disappeared - first, second
      • http(s)-listeners now contain 'enable-http2="true"'

      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

      Attachments

        Activity

          People

            rhn-jlieskov Ján Lieskovský
            pdrobek@redhat.com Pavel Drobek
            Pavel Drobek Pavel Drobek
            Votes:
            0 Vote for this issue
            Watchers:
            5 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: