-
Bug
-
Resolution: Done
-
Critical
-
7.1.0.DR13
Elytron subsystem allows to add the same realm more times into a single security domain. Nevertheless in such case domain stops to work with following error message:
16:14:17,411 ERROR [org.jboss.as.controller.management-operation] (ServerService Thread Pool -- 54) WFLYCTL0013: Operation ("add") failed - address: ([ ("subsystem" => "elytron"), ("security-domain" => "ManagementDomain") ]) - failure description: "WFLYELY00002: Can not inject the same realm 'local' in a single security domain."
If such the changed domain is ManagementDomain, then the server stops to start at all.
Suggested fix
- either allow to have the same realm in a security domain more times
- or check for duplicate realms already when adding/changing the domain
- is cloned by
-
WFCORE-2614 Elytron SecurityRealm included more times in a SecurityDomain breaks the domain service
- Resolved
- is incorporated by
-
JBEAP-10119 (7.1.0) Upgrade to WildFly Core to 3.0.0.Beta16
- Closed