updated configmap with api key and PW
This commit is contained in:
+2
-2
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user