Uploaded image for project: 'HAL'
  1. HAL
  2. HAL-1271

Not possible to create Elytron Properties Realm

    XMLWordPrintable

Details

    • Bug
    • Resolution: Done
    • Critical
    • 2.9.2.Final
    • 2.9.0.Final
    • None
    • None
    • Hide
      1. start EAP with enabled Elytron subsystem
      2. using web console navigate to Configuration: Subsystems > Subsystem: Security - Elytron > Settings: Security Realm > View > Security Realm > Properties Realm > Add
      3. Enter
        1. test for Name
        2. mgmt-users.properties for Users properties path
        3. jboss.server.config.dir for Users properties relative to
      Show
      start EAP with enabled Elytron subsystem using web console navigate to Configuration: Subsystems > Subsystem: Security - Elytron > Settings: Security Realm > View > Security Realm > Properties Realm > Add Enter test for Name mgmt-users.properties for Users properties path jboss.server.config.dir for Users properties relative to

    Description

      Unexpected HTTP response: 500
      
      Request
      {
          "users-properties" => {
              "path" => "mgmt-users.properties",
              "relative-to" => "jboss.server.config.dir"
          },
          "groups-properties" => {},
          "address" => [
              ("subsystem" => "elytron"),
              ("properties-realm" => "test")
          ],
          "operation" => "add"
      }
      
      Response
      
      Internal Server Error
      {
          "outcome" => "failed",
          "failure-description" => "WFLYCTL0155: 'path' may not be null",
          "rolled-back" => true
      }
      

      The problem is that HAL passes empty groups-properties argument. Please avoid this argument.

      Attachments

        Issue Links

          Activity

            People

              mpetrov@redhat.com Michal Petrov
              mpetrov@redhat.com Michal Petrov
              Pavel Jelinek Pavel Jelinek
              Votes:
              0 Vote for this issue
              Watchers:
              1 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved: