[jboss-jira] [JBoss JIRA] (WFCORE-4516) The expression for secret value under server-identities in test-security-realm does not work .
Indrajit Ingawale (Jira)
issues at jboss.org
Wed Jun 12 07:46:01 EDT 2019
[ https://issues.jboss.org/browse/WFCORE-4516?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Indrajit Ingawale updated WFCORE-4516:
--------------------------------------
Git Pull Request: https://github.com/wildfly/wildfly-core/pull/3814
> 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: Management, Security
> Reporter: Indrajit Ingawale
> Assignee: Darran Lofthouse
> Priority: Major
>
> 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 at 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)
More information about the jboss-jira
mailing list