-
Bug
-
Resolution: Done
-
Major
-
7.4.10.CR1
-
False
-
None
-
False
-
-
-
-
-
-
-
-
There has been a bug introduced into the enable-elytron-se17.cli script in the latest change:
if (outcome == success && result.application-security-domain.other == undefined) of /profile=$profile/subsystem=ejb3:read-resource(recursive) echo INFO: Adding application-security-domain=other to ejb3 /profile=$profile/subsystem=ejb3/application-security-domain=other:add(security-domain=ApplicationDomain) end-if
Above condition never evaluates as true. Correctly, there should be "result.application-security-domain == undefined" without the ".other" segment.
The same applies to the enable-elytron-se17-domain.cli script.
- is caused by
-
JBEAP-24254 JDK17, CLI script to update security doesn't apply to microprofile
- Closed