[
https://issues.jboss.org/browse/WFCORE-4041?page=com.atlassian.jira.plugi...
]
Brian Stansberry updated WFCORE-4041:
-------------------------------------
Description:
Currently running /subsystem=elytron/properties-realm=ManagementRealm:read-resource()
results in the output:
{code}
{
"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"
}
}
}
{code}
which is missing the plain-text attribute
was:
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
ManagementRealm does now show plain-text attribute in default
read-resource output
----------------------------------------------------------------------------------
Key: WFCORE-4041
URL:
https://issues.jboss.org/browse/WFCORE-4041
Project: WildFly Core
Issue Type: Bug
Components: Security
Reporter: Justin Cook
Assignee: Justin Cook
Currently running /subsystem=elytron/properties-realm=ManagementRealm:read-resource()
results in the output:
{code}
{
"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"
}
}
}
{code}
which is missing the plain-text attribute
--
This message was sent by Atlassian JIRA
(v7.5.0#75005)