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

[GSS](7.3.z) WFCORE-4516 - Documentation says server-identities expressions should resolve to Base64 values, but only resolving to plain text works.

    XMLWordPrintable

Details

    Description

      The expression for secret value under server-identities in test-security-realm does not work , even though it shows "expressions-allowed" to true like below .

      ----------------------------
      [standalone@localhost:9990 /] /core-service=management/security-realm=test-security-realm/server-identity=secret:read-resource-description()

      { "outcome" => "success", . . "attributes" => {. . . . . }

      ,
      "value" =>

      { "type" => STRING, "description" => "The secret / password - Base64 Encoded.", "expressions-allowed" => true, "required" => true, "nillable" => true, "alternatives" => ["credential-reference"], "min-length" => 1L, "max-length" => 2147483647L, "access-type" => "read-write", "storage" => "configuration", "restart-required" => "no-services" }

      },
      "operations" => undefined,
      "notifications" => undefined,
      "children" => {}
      }
      }
      ----------------------------

      • So we need to set "expressions-allowed" to false as it does not work .

      Attachments

        Issue Links

          Activity

            People

              rhn-support-ivassile Ilia Vassilev
              rhn-support-iingawal Indrajit Ingawale
              Votes:
              0 Vote for this issue
              Watchers:
              6 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved: