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

Elytron dir-context not updatable

    XMLWordPrintable

Details

    • Bug
    • Resolution: Done
    • Major
    • 11.0.0.Alpha1
    • None
    • Security
    • None

    Description

      All attributes of dir-context resource are read-only.

      Attempt to update:

      [standalone@localhost:9990 /] /subsystem=elytron/dir-context=dc:write-attribute(name=url, value=ldap://localhost:10389)
      {
          "outcome" => "failed",
          "failure-description" => "WFLYCTL0048: Attribute url is not writable",
          "rolled-back" => true
      }
      

      Model description:

      "url" => {
          "type" => STRING,
          "description" => "The connection url.",
          "expressions-allowed" => true,
          "nillable" => true,
          "min-length" => 1L,
          "max-length" => 2147483647L,
          "access-type" => "read-only",
          "storage" => "configuration"
      }
      

      Make dir-context updatable.

      Attachments

        Issue Links

          Activity

            People

              rhn-support-ivassile Ilia Vassilev
              mchoma@redhat.com Martin Choma
              Votes:
              0 Vote for this issue
              Watchers:
              2 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved: