feat: manage frontend auth from YAML source
Pipelines as Code CI / hwlab-web-probe-sentinel-nc01- Success

This commit is contained in:
Codex
2026-07-09 15:20:54 +02:00
parent 61d05dccf9
commit 44b716538e
5 changed files with 591 additions and 4 deletions
+15 -1
View File
@@ -73,10 +73,24 @@ runtimeConfig:
taskPendingTimeoutMs: "600000"
databasePoolMax: "4"
sessionTtlSeconds: "28800"
authUsername: admin
sshClientRouteAllowlist: "*"
microservicesJson: "[]"
runtimeAuth:
sourceRef:
path: .env/unidesk.auth
format: linePair
usernameLine: 1
passwordLine: 2
target:
route: NC01:k3s
namespace: unidesk
configMapName: unidesk-runtime-config
usernameKey: AUTH_USERNAME
secretName: unidesk-runtime-secrets
passwordKey: AUTH_PASSWORD
rolloutDeployment: frontend
runtimeSecrets:
sourceRef:
path: .state/secrets/unidesk-host-k8s.env