-
Bug
-
Resolution: Done
-
Major
-
None
-
None
:read-children-resources() doesn't contain the access control meta data. Please compare the response of these two operation, which should be equivalent:
/subsystem=datasources:read-children-resources(child-type=data-source){roles=monitor} /subsystem=datasources/data-source=ExampleDS:read-resource(){roles=monitor}
The later returns:
"response-headers" => {"access-control" => [{ "absolute-address" => [ ("subsystem" => "datasources"), ("data-source" => "ExampleDS") ], "relative-address" => [], "filtered-attributes" => [ "user-name", "security-domain", "password" ] }]}
which is missing from the response of the :read-children-resources() operation
- blocks
-
HAL-129 Provide the facilities to deal with sensitive data
- Resolved