Feat: Hash metrics password (#1778)

hash the metrics password

if it is not already hashed
This commit is contained in:
Bernd Storath
2025-03-31 09:58:02 +02:00
committed by GitHub
parent 940edb2b0c
commit 6e0d758e36
6 changed files with 52 additions and 11 deletions
+1 -1
View File
@@ -135,7 +135,7 @@
"sessionTimeoutDesc": "Session duration for Remember Me (seconds)",
"metrics": "Metrics",
"metricsPassword": "Password",
"metricsPasswordDesc": "Bearer Password for the metrics endpoint (argon2 hash)",
"metricsPasswordDesc": "Bearer Password for the metrics endpoint (password or argon2 hash)",
"json": "JSON",
"jsonDesc": "Route for metrics in JSON format",
"prometheus": "Prometheus",