Re: Connection router for filtering certificate based users

2025-05-07 Thread Domenico Francesco Bruscino
Hi Shiv, I confirm the connection router processes the incoming secure connections after the SSL handshake. You could use the trust store to reject incoming secure connections during the SSL handshake. I mean your trust store could include only the certificates to trust the allowed-ssl-users. Reg

RE: Connection router for filtering certificate based users

2025-05-07 Thread Shiv Kumar Dixit
Hi Domenico, Thanks for information and raising JIRA. I tried using ROLE_NAME (of authenticated cert-based users) with latest artemis 2.41.0 and it works fine. It was not working earlier with 2.237.0 due to bug which got fixed in 2.41.0. One quick question regarding USRE_NAME/ROLE_NAME - both k

Re: Connection router for filtering certificate based users

2025-05-07 Thread Domenico Francesco Bruscino
Hi Shiv, the connection router doesn't resolve the USER_NAME key when the connection is authenticated with the TextFileCertificateLoginModule, this is a bug, I created the following issue: https://issues.apache.org/jira/browse/ARTEMIS-5465 Regards, Domenico On Tue, 6 May 2025 at 16:22, Shiv Kuma