-
Bug
-
Resolution: Done
-
Blocker
-
7.1.0.ER1
-
Regression
-
-
-
-
-
-
-
Not Required
-
- proceed to security domain panel
- add some module, eg. one authorization module
- finish installation
With ER1 user is unable to configure security modules or JSSE via installer. Doing so result in failed installation.
The probable cause is change made by WFCORE-2849.
Eg.these CLI commands (genenerated by installer) have different outcomes in DR19 and ER1:
$ bin/jboss-cli.sh You are disconnected at the moment. Type 'connect' to connect to the server or 'help' for the list of supported commands. [disconnected /] embed-host-controller [domain@embedded /] /profile=default/subsystem=security/security-domain=mySecurityDomain:add() [domain@embedded /] /profile=default/subsystem=security/security-domain=mySecurityDomain/authentication=classic:add(login-modules=[{"code"=>"Client","flag"=>"Required","module-options"=>[("testName"=>"testValue"),]}])
with failure in ER1:
{ "outcome" => "failed", "failure-description" => {"domain-failure-description" => "WFLYCTL0158: Operation handler failed: java.lang.IllegalStateException: WFLYCTL0123: Stage RUNTIME is not valid for context process type EMBEDDED_HOST_CONTROLLER"}, "rolled-back" => true }
- is blocked by
-
WFCORE-2945 Code is using ProcessType.HOST_CONTROLLER to identify an HC, ignoring EMBEDDED_HOST_CONTROLLER
- Resolved
- is cloned by
-
WFLY-8923 Modifying security in installer fails for domain configuration
- Closed
- is incorporated by
-
JBEAP-11466 (7.1.0) Upgrade to WildFly Core to 3.0.0.Beta28
- Closed
- is related to
-
WFCORE-2849 Disallow addition of Stage.RUNTIME steps for /profile=*/subsystem=* resources
- Resolved