updated configmap with api key and PW

This commit is contained in:
2026-02-16 14:03:03 +01:00
parent ab05609038
commit 17b1d36bf9
+2 -2
View File
@@ -69,12 +69,12 @@ data:
auth: auth:
# Bcrypt hash for dashboard login (Viktor only) # Bcrypt hash for dashboard login (Viktor only)
# Generate: htpasswd -nbBC 10 "" "your-password" | cut -d: -f2 # Generate: htpasswd -nbBC 10 "" "your-password" | cut -d: -f2
password_hash: "" password_hash: "$2y$10$N5.O9jBnc.1tIlJT/irx3OlVjJQemlCHRnfqIJg/EyZofnzXSCpeG"
api: api:
# Shared secret for controller → hub report push # Shared secret for controller → hub report push
# Generate: openssl rand -hex 32 # Generate: openssl rand -hex 32
# Must match hub.api_key in each customer's controller.yaml # Must match hub.api_key in each customer's controller.yaml
report_api_key: "" report_api_key: "094091de545ce28795c47ac2158fc30750db5c24a621c49329b001ee8db57fb8"
retention: retention:
max_days: 90 max_days: 90
prune_schedule: "04:30" prune_schedule: "04:30"