This is an automated email from the ASF dual-hosted git repository.
brusdev 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 cfecb1d3fd ARTEMIS-5439 Allow to use ROLE_NAME key type in broker.xml
cfecb1d3fd is described below
commit cfecb1d3fddbc770859863988d3aadcacb3f2045
Author: Vilius Ĺ umskas <[email protected]>
AuthorDate: Fri Apr 18 14:41:21 2025 +0300
ARTEMIS-5439 Allow to use ROLE_NAME key type in broker.xml
---
artemis-server/src/main/resources/schema/artemis-configuration.xsd | 1 +
1 file changed, 1 insertion(+)
diff --git a/artemis-server/src/main/resources/schema/artemis-configuration.xsd
b/artemis-server/src/main/resources/schema/artemis-configuration.xsd
index 5bfb1df2b6..e3c114bce9 100644
--- a/artemis-server/src/main/resources/schema/artemis-configuration.xsd
+++ b/artemis-server/src/main/resources/schema/artemis-configuration.xsd
@@ -2040,6 +2040,7 @@
<xsd:enumeration value="SNI_HOST"/>
<xsd:enumeration value="SOURCE_IP"/>
<xsd:enumeration value="USER_NAME"/>
+ <xsd:enumeration value="ROLE_NAME"/>
</xsd:restriction>
</xsd:simpleType>
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]
For further information, visit: https://activemq.apache.org/contact