feat: manage frontend auth from YAML source
Pipelines as Code CI / hwlab-web-probe-sentinel-nc01- Success
Pipelines as Code CI / hwlab-web-probe-sentinel-nc01- Success
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user