Uploaded image for project: 'JBoss Enterprise Application Platform'
  1. JBoss Enterprise Application Platform
  2. JBEAP-11921

default-policy attribute value of Elytron policy resource is reverted to original value after reload

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Done
    • Icon: Major Major
    • 7.1.0.ER3
    • 7.1.0.ER1
    • Security
    • None
    • User Experience
    • Hide
      [standalone@localhost:9990 /] /subsystem=elytron/policy=jacc:add(jacc-policy=[{name=jacc}]
      {
          "outcome" => "success",
          "response-headers" => {
              "operation-requires-reload" => true,
          }
      }
      [standalone@localhost:9990 /] /subsystem=elytron/policy=jacc:read-attribute(name=default-policy)
      {
          "outcome" => "success",
          "result" => "jacc",
          "response-headers" => {"process-state" => "reload-required"}
      }
      [standalone@localhost:9990 /] reload
      [standalone@localhost:9990 /] /subsystem=elytron/policy=jacc:read-attribute(name=default-policy)
      {
          "outcome" => "success",
          "result" => "policy"
      }
      
      Show
      [standalone@localhost:9990 /] /subsystem=elytron/policy=jacc:add(jacc-policy=[{name=jacc}] { "outcome" => "success" , "response-headers" => { "operation-requires-reload" => true , } } [standalone@localhost:9990 /] /subsystem=elytron/policy=jacc:read-attribute(name= default -policy) { "outcome" => "success" , "result" => "jacc" , "response-headers" => { "process-state" => "reload-required" } } [standalone@localhost:9990 /] reload [standalone@localhost:9990 /] /subsystem=elytron/policy=jacc:read-attribute(name= default -policy) { "outcome" => "success" , "result" => "policy" }

      When setting default-policy attribute to a new value, it reverts back to default value 'policy' after reload is performed on server.

            fjuma1@redhat.com Farah Juma
            jkasik@redhat.com Jan Kašík
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

              Created:
              Updated:
              Resolved: