-
Bug
-
Resolution: Done
-
Critical
-
None
-
None
-
- 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 }
- clones
-
JBEAP-11489 Modifying security in installer fails for domain configuration
- Closed