Re: ActiveMQ and JAAS Authorization

2020-01-07 Thread ERP
Okay, so I found a work around(?) I literally cloned the actual project from the activemq github (https://github.com/apache/activemq/tree/master/activemq-jaas) and replaced the code for PropertiesLoginModule with my code. Then, I recreated the jar and, for some, reason that works. Is there a speci

Re: ActiveMQ and JAAS Authorization

2020-01-03 Thread ERP
Does authorization work with a custom JAAS Login Module? With the configuration I have, this seems to work with the SimpleAuthenticationPlugin and even (with the default LoginEntry), but just not despite it working for Authentication (with that same custom Login Module). -- Sent from: http://

ActiveMQ and JAAS Authorization

2020-01-02 Thread Emily Pascua
Hello, I have been working on a custom login module using JAAS for ActiveMQ. I got authentication to work, but when I add the authorizationPlugin, I get the following error: java.lang.SecurityException: User user is not authorized to create: > topic://ActiveMQ.Advisory.Connection > at > org.apach