-
Bug
-
Resolution: Done
-
Blocker
-
8.0.0.Beta, 8.0.0.GA-CR1
-
None
-
False
-
None
-
False
-
-
-
-
-
-
- start server with standalone-full.xml
- open jboss-cli
- /subsystem=iiop-openjdk:write-attribute(name=security,value=identity)
-
-
Based on https://docs.wildfly.org/27/wildscribe/subsystem/iiop-openjdk/index.html#attr-security the `identity` is still possible value to write to `security` attribute of `iiop-openjdk`subsystem.
But when I try to write it, the operation fails with:
{ "outcome" => "failed", "failure-description" => "WFLYCTL0158: Operation handler failed: java.lang.I llegalStateException: WFLYCTL0365: Capability 'org.wildfly.legacy-security' is u nknown in context 'global'.", "rolled-back" => true }
This scenario works fine with EAP 7.4.10
It's possible that this is not a bug. As this is not very well documented, could someone who has more knowledge on this matter provide some more information?
- is cloned by
-
WFLY-17886 Can't write `identity` to the security attribute of iiop-openjdk subsystem
- Closed
- relates to
-
JBEAP-24739 Legacy subsystem jacorb's migrate() op should migrate to elytron
- Closed
-
JBEAP-24741 [GSS](7.4.z) enable elytron example cli scripts not setting security=elytron on iiop subsystem
- Closed