How to delete $local user from SuperUser role with CLI command when RBAC is activated ?
Issue
- By default there is
$localuser is present forSuperUserrole.
<role-mapping>
<role name="SuperUser">
<include>
<user name="$local"/>
</include>
</role>
</role-mapping>
- As it advisable that to remove the
$localaccount but I am not able to remove it throughclicommand whenrbacis enabled.
Environment
- Red Hat JBoss Enterprise Application Platform (EAP)
- 7.0.0
Subscriber exclusive content
A Red Hat subscription provides unlimited access to our knowledgebase, tools, and much more.