[
https://issues.jboss.org/browse/WFCORE-4195?page=com.atlassian.jira.plugi...
]
Brian Stansberry commented on WFCORE-4195:
------------------------------------------
Thanks, [~soul2zimate]. :)
Both ServerGroupScopedRoleWriteAttributeHandler and HostScopedRoleWriteAttributeHandler
should override requiresRuntime to just return 'true'. Not doing so is a bug.
There's no reason for write-attribute to be inconsistent with how 'add' and
'remove' are handled. Both ServerGroupScopedRoleAdd and HostScropeRoleAdd both
override requiresRuntime to always return true. The 'remove' handlers are custom
handler impls with no 'requiresRuntime' method, but their behavior is also to
always apply the change to the runtime.
The RBAC settings that are in effect in the runtime are meant to be kept consistent across
a managed domain, so if we ever see something that results in different behavior on
different processes, that's a sign of a likely bug!
CLI/Admin Console does not prompt for a reload after adding a new
server-group to server-scoped-roles.
------------------------------------------------------------------------------------------------------
Key: WFCORE-4195
URL:
https://issues.jboss.org/browse/WFCORE-4195
Project: WildFly Core
Issue Type: Bug
Components: Management
Affects Versions: 7.0.0.Alpha4
Reporter: Chao Wang
Assignee: Chao Wang
Priority: Minor
CLI/Admin Console does not prompt for a reload after adding a new server-group to
server-scoped-roles.
--
This message was sent by Atlassian Jira
(v7.12.1#712002)