hawtio/hawtio-operator

Disabled routes aren't disabled

mmuzikar opened this issue · 3 comments

When specifying disabledRoutes to ['camel', 'Camel', 'Quartz'] the respective routes are still accessible in UI and served by Hawtio.

@mmuzikar That's weird, but the config doesn't look a bit right. They should match the exact root path name for each plugin, so it should look something like ['camel', 'quartz'] (no capital letters).

That's why I have both capital and lowercase camel. Neither of them disable the route.

The syntax is the path of the route not the identifier. So it is /camel and /quartz

Screenshot_20240305_125720