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

ManagementRealm does now show plain-text attribute in default read-resource output

    XMLWordPrintable

Details

    • Bug
    • Resolution: Unresolved
    • Major
    • None
    • None
    • Management
    • None

    Description

      Currently running /subsystem=elytron/properties-realm=ManagementRealm:read-resource() results in the output:

      {
          "outcome" => "success",
          "result" => {
              "groups-attribute" => "groups",
              "groups-properties" => {
                  "path" => "mgmt-groups.properties",
                  "relative-to" => "jboss.server.config.dir"
              },
              "users-properties" => {
                  "path" => "mgmt-users.properties",
                  "relative-to" => "jboss.server.config.dir",
                  "digest-realm-name" => "ManagementRealm"
              }
          }
      }
      

      which is missing the plain-text attribute

      Attachments

        Issue Links

          Activity

            People

              mpetrov@redhat.com Michal Petrov
              jucook Justin Cook (Inactive)
              Votes:
              0 Vote for this issue
              Watchers:
              5 Start watching this issue

              Dates

                Created:
                Updated: