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

Not possible to create mechanism-provider-filtering-sasl-server-factory in Elytron configuration

XMLWordPrintable

    • Hide
      1. start EAP with enabled Elytron subsystem
      2. using console navigate to Configuration: Subsystems > Subsystem: Security - Elytron > Settings: Factory
      3. create some SASL factory, e.g. Service Loader SASL Server 'test1'
      4. using New Mechanism Provider Filtering Sasl Server dialog try to create new factory with
      • Name: 'test2'
      • Sasl server factory: 'test1'
      Show
      start EAP with enabled Elytron subsystem using console navigate to Configuration: Subsystems > Subsystem: Security - Elytron > Settings: Factory create some SASL factory, e.g. Service Loader SASL Server 'test1' using New Mechanism Provider Filtering Sasl Server dialog try to create new factory with Name: 'test2' Sasl server factory: 'test1'

      Last action resulted in an error
      
      Unexpected HTTP response: 500
      
      Request
      {
          "name" => "test2",
          "sasl-server-factory" => "test1",
          "enabling" => false,
          "address" => [
              ("subsystem" => "elytron"),
              ("mechanism-provider-filtering-sasl-server-factory" => "test2")
          ],
          "operation" => "add"
      }
      
      Response
      
      Internal Server Error
      {
          "outcome" => "failed",
          "failure-description" => "WFLYCTL0158: Operation handler failed: java.lang.IllegalArgumentException",
          "rolled-back" => true
      }
      

      This is caused by missing required attribute filters. The dialog is missing any input fields for this list.

            cmiranda@redhat.com Claudio Miranda
            pjelinek@redhat.com Pavel Jelinek
            Pavel Jelinek Pavel Jelinek
            Votes:
            0 Vote for this issue
            Watchers:
            3 Start watching this issue

              Created:
              Updated:
              Resolved: