From 0828004fcf339b41a1e8b6238df86b84962f624b Mon Sep 17 00:00:00 2001 From: Tadayoshi Sato Date: Wed, 23 Oct 2024 15:25:39 +0900 Subject: [PATCH] docs: add undocumented hawtio system property --- modules/ROOT/pages/security.adoc | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/modules/ROOT/pages/security.adoc b/modules/ROOT/pages/security.adoc index 7bedac3..d93a07f 100644 --- a/modules/ROOT/pages/security.adoc +++ b/modules/ROOT/pages/security.adoc @@ -23,6 +23,10 @@ The following table lists the Security-related configuration properties for the |`true` |Whether or not security is enabled. +|`hawtio.authenticationThrottled` +|`true` +|Whether to throttle authentication to protect Hawtio from brute force attacks. + |`hawtio.keycloakClientConfig` |`classpath:keycloak.json` |Keycloak configuration file used for frontend. It is mandatory if Keycloak integration is enabled.