CodeDrivenMitch / axon-open-admin

Axon Open Admin
MIT License
22 stars 6 forks source link

DLQ details view does not load #44

Closed stefanzilske closed 1 year ago

stefanzilske commented 1 year ago

Hi @Morlack

meanwhile I am using axon-admin:0.2.5 but the DLQ detail view is still not working properly. In the overview on /axon-admin I have a DQL which has entries. When I click it, I am redirected to /dlq/spring-application-name/myProcessingGroup. Backend is not called and the page remains empty.

Is this intended? From a security perspective it would be good to have everything under /axon-admin so that we don't have to define permissions for two or more paths.

Thanks for your support! Stefan

stefanzilske commented 1 year ago

@Morlack did you have the change to look into this? Feedback would be highly appreciated 😊

CodeDrivenMitch commented 1 year ago

Hello @stefanzilske! I'm sorry for not getting back to you sooner. I have just released version 0.2.7 with what should be the fix for the problem. Can you confirm whether this fixed the problem? Everything of axon-open-admin should be of the /axon-admin/ path for precisely the reason you describe!

stefanzilske commented 1 year ago

Thanks! I will upgrade some of our services and check.

stefanzilske commented 1 year ago

@Morlack this seems to be resolved for now. Thanks a lot!