Uploaded image for project: 'WildFly Core'
  1. WildFly Core
  2. WFCORE-6058

host-secondary.xml missing example to specify password for connection to primary

    XMLWordPrintable

Details

    • Bug
    • Resolution: Done
    • Critical
    • 19.0.0.Final
    • None
    • Security
    • None

    Description

      The remote domain controller connection would become:

          <domain-controller>
              <remote authentication-context="primary">
                  <discovery-options>
                      <static-discovery name="primary" protocol="${jboss.domain.primary.protocol:remote+http}" host="${jboss.domain.primary.address:127.0.0.2}" port="${jboss.domain.primary.port:9990}"/>
                  </discovery-options>
              </remote>
          </domain-controller>
      

      The following authentication-client element in the elytron subsystem of the host controller would become:

                  <authentication-client>
                      <authentication-configuration name="primary" authentication-name="secondary">
                          <credential-reference clear-text="password1!"/>
                      </authentication-configuration>
                      <authentication-context name="primary">
                          <match-rule authentication-configuration="primary"/>
                      </authentication-context>
                  </authentication-client>
      

      Attachments

        Activity

          People

            darran.lofthouse@redhat.com Darran Lofthouse
            darran.lofthouse@redhat.com Darran Lofthouse
            Votes:
            0 Vote for this issue
            Watchers:
            4 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: