Hello, is it possible to create a user with readonly permissions for activemq admin webconsole at http://ip:8161/admin?
We manage our users in ${activemq-home}/conf/jetty-realm.properties. I tried to use roles like "guest", "viewer", or "user". But none of these roles seem to work. Either I have full access to the admin console and can delete qeues or I don't get access at all because of my role. $ curl -I --noproxy '*' http://guest:guest@<ip>:8161/admin/ HTTP/1.1 403 !role Date: Thu, 15 Jun 2023 13:45:06 GMT Cache-Control: must-revalidate,no-cache,no-store Content-Type: text/html; charset=ISO-8859-1 Content-Length: 280 Server: Jetty(9.2.13.v20150730) We are using ActiveMQ 5.14.1. Thanks in advance. Regards Björn