[jboss-jira] [JBoss JIRA] (WFCORE-4195) CLI/Admin Console does not prompt for a reload after adding a new server-group to server-scoped-roles.
Brian Stansberry (Jira)
issues at jboss.org
Fri Nov 2 11:46:00 EDT 2018
[ https://issues.jboss.org/browse/WFCORE-4195?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13656135#comment-13656135 ]
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)
More information about the jboss-jira
mailing list