From 4d6fc39560d0d26fdbecea14de74eee35f2941f9 Mon Sep 17 00:00:00 2001 From: Gary Tully Date: Mon, 8 Apr 2024 12:13:54 +0100 Subject: [PATCH] ARTEMIS-4582 doc update to make need to remove auth section of management.xml more clear --- docs/user-manual/management.adoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/user-manual/management.adoc b/docs/user-manual/management.adoc index 2b6568f1db..c38b2bb486 100644 --- a/docs/user-manual/management.adoc +++ b/docs/user-manual/management.adoc @@ -381,7 +381,7 @@ This is configured via a system property as follows: ---- java -Djavax.management.builder.initial=org.apache.activemq.artemis.core.server.management.ArtemisRbacMBeanServerBuilder ---- -IMPORTANT: When this property is provided, the authorization section of management.xml should be omitted as that depends on an alternative MBeanServer interceptor. +IMPORTANT: When this property is provided, the authorization section of management.xml *_MUST_* be omitted/removed as that depends on an alternative MBeanServer interceptor and builder. The security-settings match addresses used for JMX RBAC use the `mops.` (shorthand for management operations) xref:configuration-index.adoc#management-rbac-prefix[prefix]. This allows independent RBAC between messaging operations and management operations.