Re: Rate limit on jolokia

2025-05-26 Thread Stephen Baker
Thanks! On Mon, May 26, 2025 at 5:19 AM Domenico Francesco Bruscino < bruscin...@gmail.com> wrote: > Hi Stephen, > > the new hawtio version throttle authentication to protect Hawtio from brute > force attacks causing the error 429 in case of login failures. You can > disable it by using the syste

Re: Rate limit on jolokia

2025-05-26 Thread Domenico Francesco Bruscino
Hi Stephen, the new hawtio version throttle authentication to protect Hawtio from brute force attacks causing the error 429 in case of login failures. You can disable it by using the system property hawtio.authenticationThrottled. For further details see https://hawt.io/docs/security.html Regards