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

role-mapping=x/include=y boot operation is generated with the wrong address

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Done
    • Icon: Major Major
    • 1.0.0.Alpha12
    • None
    • Management
    • None

      This is the request which is generated by the xml parser

      {"operation" => "add",
      "type" => "user",
      "name" => "$local",
      "address" => [
      ("core-service" => "management"),
      ("access" => "authorization"),
      ("role-mapping" => "SuperUser"),
      "include",
      "user-$local"
      ]

      include and user-$local are added separately, not as a pair.
      ManagementXml.parseRole(...) line 3345 adds include
      then parsePrincipal(...) line 3428 adds the alias.

            darran.lofthouse@redhat.com Darran Lofthouse
            olubyans@redhat.com Alexey Loubyansky
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

              Created:
              Updated:
              Resolved: