Details
-
Bug
-
Resolution: Done
-
Major
-
None
-
None
Description
The elytron-domain attribute in ActiveMQ server configuration must reference capability "org.wildfly.security.security-domain" to allow value validation and enable auto-completion support in CLI. It's just a STRING value now without validation.
Currently it's possible to do following:
[standalone@embedded /] /subsystem=messaging-activemq/server=default:write-attribute(name=elytron-domain, value=NoSuchDomain) {"outcome" => "success"}
The behavior should be aligned to Batch subsystem for instance:
[standalone@embedded /] /subsystem=batch-jberet:write-attribute(name=security-domain,value=NoSuchDomain) { "outcome" => "failed", "failure-description" => "WFLYCTL0369: Required capabilities are not available: org.wildfly.security.security-domain.NoSuchDomain; There are no known registration points which can provide this capability.", "rolled-back" => true }
Attachments
Issue Links
- clones
-
JBEAP-8469 The elytron-domain attribute in messaging subsystem doesn't reference capability
-
- Verified
-