[jboss-jira] [JBoss JIRA] (WFCORE-4041) ManagementRealm does now show plain-text attribute in default read-resource output
Michal Petrov (Jira)
issues at jboss.org
Mon Mar 30 06:47:48 EDT 2020
[ https://issues.redhat.com/browse/WFCORE-4041?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14013538#comment-14013538 ]
Michal Petrov commented on WFCORE-4041:
---------------------------------------
[~brian.stansberry], seems like this can be simply solved by letting the RAH check the nested attributes and add the defaults if they're not present (similar to WFCORE-2317). Though I suppose this might interfere with alternatives, I will have to check.
> ManagementRealm does now show plain-text attribute in default read-resource output
> ----------------------------------------------------------------------------------
>
> Key: WFCORE-4041
> URL: https://issues.redhat.com/browse/WFCORE-4041
> Project: WildFly Core
> Issue Type: Bug
> Components: Management
> Reporter: Justin Cook
> Assignee: Michal Petrov
> Priority: Major
>
> 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.13.8#713008)
More information about the jboss-jira
mailing list