-
Bug
-
Resolution: Done
-
Major
-
11.0.0.Final
-
None
-
-
Workaround Exists
-
Broken 'domain.xml' after migration of <host-scoped-roles> leading to 'Boostrap error' in HAL.
A broken domain configuration
<host-scoped-roles> <role name="custom-role-name" base-role="Administrator"> </role> </host-scoped-roles>
This broken configuration doesn't bother the old HAL, so user only see the issue from HAL after the migration.
The correct one should be:
<host-scoped-roles> <role name="dbaish" base-role="Administrator"> <host name="master"/> </role> </host-scoped-roles>
https://github.com/wildfly/wildfly-core/blob/11.0.0.Final/server/src/main/resources/schema/wildfly-config_9_0.xsd#L4567 show minOccurs="1", which is incorrect, the minOccurs should be 0 here.
- clones
-
JBEAP-17564 [GSS](7.2.z) HAL-1677 - Broken 'domain.xml' after migration of <host-scoped-roles> leading to 'Boostrap error' in HAL
- Closed
- relates to
-
HAL-1677 Broken console if host list is empty in <host-scoped-roles>
- Resolved