]
Heiko Braun commented on WFLY-1980:
-----------------------------------
Maybe 'readable=false' is the right priviledge setup
Revisit priviledges for
/core-service=management/access=authorization
---------------------------------------------------------------------
Key: WFLY-1980
URL:
https://issues.jboss.org/browse/WFLY-1980
Project: WildFly
Issue Type: Bug
Components: Domain Management
Reporter: Heiko Braun
Assignee: Brian Stansberry
It seems the access control resources (/core-service=management/access=authorization) are
addressable by the monitor role:
{noformat}
[standalone@localhost:9990 /]
/core-service=management/access=authorization:read-resource(){roles=monitor}
{
"outcome" => "success",
"result" => {
"provider" => "simple",
"use-realm-roles" => false,
"constraint" => {
"application-classification" => undefined,
"sensitivity-classification" => undefined,
"vault-expression" => undefined
},
"role-mapping" => {"SuperUser" => undefined}
}
}
{noformat}
I think it should be 'addressable=false' for anybody except SuperUser and
Administrator
--
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: