[jboss-jira] [JBoss JIRA] (WFLY-1700) RBAC: Differences between :read-resource() and :read-children-resource(child-type=fooBar)

Brian Stansberry (JIRA) jira-events at lists.jboss.org
Tue Jul 16 08:46:28 EDT 2013


     [ https://issues.jboss.org/browse/WFLY-1700?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Brian Stansberry updated WFLY-1700:
-----------------------------------

    Issue Type: Bug  (was: Feature Request)

    
> RBAC: Differences between :read-resource() and :read-children-resource(child-type=fooBar)
> -----------------------------------------------------------------------------------------
>
>                 Key: WFLY-1700
>                 URL: https://issues.jboss.org/browse/WFLY-1700
>             Project: WildFly
>          Issue Type: Bug
>          Components: Domain Management
>            Reporter: Heiko Braun
>            Assignee: Brian Stansberry
>
> :read-children-resources() doesn't contain the access control meta data. Please compare the response of these two operation, which should be equivalent:
> {noformat}
> /subsystem=datasources:read-children-resources(child-type=data-source){roles=monitor}
> /subsystem=datasources/data-source=ExampleDS:read-resource(){roles=monitor}
> {noformat}
> The later returns:
> {noformat}
> "response-headers" => {"access-control" => [{
>         "absolute-address" => [
>             ("subsystem" => "datasources"),
>             ("data-source" => "ExampleDS")
>         ],
>         "relative-address" => [],
>         "filtered-attributes" => [
>             "user-name",
>             "security-domain",
>             "password"
>         ]
>     }]}
> {noformat}
> which is missing from the response of the :read-children-resources() operation

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira


More information about the jboss-jira mailing list