Activemq Artemis 控制台证书认证

Activemq Artemis Console Certificate Authentication

我正在尝试设置内置 hawt.io 控制台以根据证书而不是用户名和密码对用户进行身份验证。我环顾四周,找不到太多关于如何去做的信息。我找到的最好的是这个人 asking the same question 这几乎让我得到了他们所在的相同位置。

重申一下,我不是要为队列设置证书身份验证(我已经在使用),而是要与代理一起运行的管理控制台。

任何有关如何执行此操作的建议都将不胜感激!

管理控制台由 Jetty. Therefore, if you want to configure the management console for certificate based authentication you'll need to find out if Jetty itself supports this functionality. I tend to doubt that Jetty supports certificate based authentication because I have looked for this myself and I've not found anything. Looking at their JAAS code 的嵌入式实例提供服务,我没有看到任何证据表明他们甚至试图处理这个用例。 Google 搜索只找到 SSL/TLS 配置信息,而不是实际的 JAAS 身份验证详细信息。

据佐藤忠义所说。尚不支持,但有一个开放的工单:

https://github.com/hawtio/hawtio/issues/2469