]
RH Bugzilla Integration commented on WFLY-2139:
-----------------------------------------------
Jakub Cechacek <jcechace(a)redhat.com> made a comment on [bug
]
Verified for 6.2.0.ER4
Tests previously failing due to this issue passed. After looking at threads through visual
vm I consider this fixed.
ProxyStepHandler/Controller need to check access before attempting to
read information
--------------------------------------------------------------------------------------
Key: WFLY-2139
URL:
https://issues.jboss.org/browse/WFLY-2139
Project: WildFly
Issue Type: Sub-task
Components: Domain Management, Security
Reporter: Kabir Khan
Assignee: Kabir Khan
Fix For: 8.0.0.Beta1
This affects things like recursive :read-resource(-description) :read-children-resources
and so on. The problem as it stands is that if you have, say, a host scoped role scoped to
host=master, and there is also a slave host controller, and you try to
:read-resource(recursive=true,proxies=true), the master will list the slave host
controller in its list of child addresses. It will then execute
/host=slave:read-resource(recursive=true,proxies=true), which will fail and roll back the
tx since the master host scoped role does not have access to that resource.
--
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: