Uploaded image for project: 'RH-SSO'
  1. RH-SSO
  2. RHSSO-2812

Create one-off patch for possibility to specify Storage Provider Timeout property in the server subsystem

    XMLWordPrintable

Details

    • Task
    • Resolution: Done
    • Major
    • None
    • RH-SSO-7.6.6
    • Server
    • None
    • False
    • None
    • False
    • Release Notes
    • Hide
      This fix creates a possibility to specify arbitrary property to any storage provider (default or custom).

      Example for "storageProviderTimeout" property:
      XML:
      <spi name="user">
          <properties>
              <property name="storageProviderTimeout" value="10000"/>
          </properties>
      </spi>

      CLI:
      - add the property: **/spi=mySPI/:map-put(name=properties, key=storageProviderTimeout, value=10000)
      - remove the property: **/spi=mySPI/:map-remove(name=properties, key=storageProviderTimeout)

      Instructions for applying patch to RH-SSO 7.6.z container: https://github.com/jboss-container-images/redhat-sso-container-patch
      Show
      This fix creates a possibility to specify arbitrary property to any storage provider (default or custom). Example for "storageProviderTimeout" property: XML: <spi name="user">     <properties>         <property name="storageProviderTimeout" value="10000"/>     </properties> </spi> CLI: - add the property: **/spi=mySPI/:map-put(name=properties, key=storageProviderTimeout, value=10000) - remove the property: **/spi=mySPI/:map-remove(name=properties, key=storageProviderTimeout) Instructions for applying patch to RH-SSO 7.6.z container: https://github.com/jboss-container-images/redhat-sso-container-patch

    Description

      Create one-off patch for possibility to specify Storage Provider Timeout property in the server subsystem.

      Note: For brief information see "Release Notes Text" field in this issue.

      Attachments

        Issue Links

          Activity

            People

              pskopek@redhat.com Peter Skopek
              pskopek@redhat.com Peter Skopek
              Votes:
              0 Vote for this issue
              Watchers:
              6 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved: