From 17b1d36bf9aa78a9a751e5a102de0f94464f659b Mon Sep 17 00:00:00 2001 From: kisfenyo Date: Mon, 16 Feb 2026 14:03:03 +0100 Subject: [PATCH] updated configmap with api key and PW --- manifests/hub.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/manifests/hub.yaml b/manifests/hub.yaml index 8f974b5..61e3394 100644 --- a/manifests/hub.yaml +++ b/manifests/hub.yaml @@ -69,12 +69,12 @@ data: auth: # Bcrypt hash for dashboard login (Viktor only) # Generate: htpasswd -nbBC 10 "" "your-password" | cut -d: -f2 - password_hash: "" + password_hash: "$2y$10$N5.O9jBnc.1tIlJT/irx3OlVjJQemlCHRnfqIJg/EyZofnzXSCpeG" api: # Shared secret for controller → hub report push # Generate: openssl rand -hex 32 # Must match hub.api_key in each customer's controller.yaml - report_api_key: "" + report_api_key: "094091de545ce28795c47ac2158fc30750db5c24a621c49329b001ee8db57fb8" retention: max_days: 90 prune_schedule: "04:30"