I have a system with lots of JMX Endpoints for various tasks. Some of them don't require a parameter to be executed but trigger delicate jobs (e.g. Deleting all deactivated accounts). Is there a way to protect them from accidental activation via the Spring Boot Admin? Maybe something like requiring a 'security parameter' or similar?
I have been looking into this topic for some time now but I can't find any satisfying solution.