This is an automated email from the ASF dual-hosted git repository.
gtully pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/activemq-artemis.git
The following commit(s) were added to refs/heads/main by this push:
new 4d6fc39560 ARTEMIS-4582 doc update to make need to remove auth section
of management.xml more clear
4d6fc39560 is described below
commit 4d6fc39560d0d26fdbecea14de74eee35f2941f9
Author: Gary Tully <[email protected]>
AuthorDate: Mon Apr 8 12:13:54 2024 +0100
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.