Uploaded image for project: 'Infinispan'
  1. Infinispan
  2. ISPN-15443

TrustStoreRealmConfiguration is not serialized if explicitly configured with defaults by user

This issue belongs to an archived project. You can view it, but you can't modify it. Learn more

XMLWordPrintable

    • Icon: Enhancement Enhancement
    • Resolution: Obsolete
    • Icon: Major Major
    • None
    • 14.0.21.Final, 15.0.0.Final
    • Configuration, Security
    • None

      The following config will result in the `<truststore-realm name="trust" />` being omitted from the server debug logs when it should be included.

                  <security-realms>
                      <security-realm
          name="default">
                          <server-identities>
                              <ssl>
                                  <keystore
          path="/etc/encrypt/keystore/keystore.p12"  alias="server" >
                                      <credential-reference
          store="internal-credentials" alias="keystore"/>
                                  </keystore>
                                  <truststore path="/etc/encrypt/truststore/truststore.p12">
                                      <credential-reference store="internal-credentials"
          alias="truststore"/>
                                  </truststore>
                              </ssl>
                          </server-identities>
                          <truststore-realm name="trust"/>
                      </security-realm>
                  </security-realms>
      

              Unassigned Unassigned
              remerson@redhat.com Ryan Emerson
              Archiver:
              rhn-support-adongare Amol Dongare

                Created:
                Updated:
                Resolved:
                Archived: