… but you should use JB’s answer of using a separate JAAS realm for Jetty vs
the 5.x-era approach.
> On Nov 15, 2023, at 8:46 AM, Matt Pavlovich wrote:
>
> Hi Simon-
>
> Yes! The examples/conf folder in 6.0.0 contains the 5.x era configs for
> jetty to revert back to dedicated JAAS for jetty
Hi Simon-
Yes! The examples/conf folder in 6.0.0 contains the 5.x era configs for jetty
to revert back to dedicated JAAS for jetty-layer.
Thanks,
Matt Pavlovich
> On Nov 14, 2023, at 10:41 PM, Simon Lundström wrote:
>
> Morning Matt,
>
> Is it possible to still separate auth[NZ] for web and
Hi Fabrice,
Here's the steps to use LDAP for the ActiveMQ WebConsole (on ActiveMQ 5.x):
1. You have to add jetty-jaas jar in the lib/web folder, using the same
version as the Jetty artifacts already there (for instance
https://repo1.maven.org/maven2/org/eclipse/jetty/jetty-jaas/9.4.19.v20190610/j
Morning Matt,
Is it possible to still separate auth[NZ] for web and messaging layer in
6.x?
People tend to connect to the web console and machines are using the
messaging layer.
BR,
- Simon
On Tue, 2023-11-14 at 20:20:42 +0100, Matt Pavlovich wrote:
> Hi Fabrice-
>
> For ActiveMQ 5.x, the web
Hi Fabrice-
For ActiveMQ 5.x, the web console access is managed by Jetty in a separate
password store. Following Jetty instructions for configuring LDAP and group
permissions.
Ref:
https://eclipse.dev/jetty/javadoc/jetty-9/org/eclipse/jetty/jaas/spi/LdapLoginModule.html
Note: For ActiveMQ 6.x