Uploaded image for project: 'WildFly'
  1. WildFly
  2. WFLY-7589

Wrong description for injecting the same realm to Elytron security-domain in CLI

    XMLWordPrintable

Details

    Description

      Adding the same realms to one Elytron security-domain is denied in CLI. However failure-description is wrong. See:

      /subsystem=elytron/security-domain=securityDomain:add(realms=[{realm=ApplicationRealm},{realm=ApplicationRealm}],default-realm=ApplicationRealm)
      {
          "outcome" => "failed",
          "failure-description" => "WFLYELY00002: Can not inject the same realm 'securityDomain' in a single security domain 'ApplicationRealm'.",
          "rolled-back" => true
      }
      

      It should says: "WFLYELY00002: Can not inject the same realm 'ApplicationRealm' in a single security domain 'securityDomain'.".

      Attachments

        Issue Links

          Activity

            People

              rhn-support-ivassile Ilia Vassilev
              olukas Ondrej Lukas (Inactive)
              Votes:
              0 Vote for this issue
              Watchers:
              2 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved: