Indrajit Ingawale created WFCORE-4516:
-----------------------------------------
Summary: The expression for secret value under server-identities in
test-security-realm does not work .
Key: WFCORE-4516
URL:
https://issues.jboss.org/browse/WFCORE-4516
Project: WildFly Core
Issue Type: Bug
Components: Remoting, Security
Reporter: Indrajit Ingawale
Assignee: Flavia Rainone
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" => {}
}
}
----------------------------
--
This message was sent by Atlassian Jira
(v7.12.1#712002)