Uploaded image for project: 'WildFly Elytron'
  1. WildFly Elytron
  2. ELY-1100

Configured set-protocol in Elytron Client configuration file is not used

    XMLWordPrintable

Details

    • Bug
    • Resolution: Won't Do
    • Blocker
    • None
    • 1.1.0.Beta34
    • Authentication Client
    • None

    Description

      When some configuration in Elytron Client configuration file uses set-protocol then value of this element is not used for outgoing connection. Elements set-host and set-port are used correctly.

      Following authentication configuration part of wildfly-config.xml should use URL remote+http://localhost:9990 for outgoing connection, but protocol remote+http from set-protocol is not used:

      <authentication-configurations>
          <configuration name="auth-config">
              <set-user-name name="user"/>
              <set-protocol name="remote+http"/>
              <set-host name="localhost"/>
              <set-port number="9990"/>
              <credentials>
                  <clear-password password="password"/>
              </credentials>
          </configuration>
      </authentication-configurations>
      

      Attachments

        Issue Links

          Activity

            People

              dlloyd@redhat.com David Lloyd
              olukas Ondrej Lukas (Inactive)
              Votes:
              0 Vote for this issue
              Watchers:
              3 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved: