Artemis' Rest Interface Authentication

2017-11-01 Thread Archibald
Hi, I've the Artemis (2.3) running with the embedded Jetty server. The server is using JAAS authentication. I've also deployed a rest.war as described in the documentation. I understand that security must be handled by the war itself (e.g. ServletFilter) as no credentials passed with a request a

Artemis' Rest Interface Authentication

2017-11-01 Thread Archibald
Hi, I've troubles getting the rest interface to work (version 2.3.0). I've deployed a rest.war (as described in the documentation) within the embedded Jetty server and the server is secured using JAAS. Rest is configured to connect using InVM connector. I understand, that I need to protected the