Files
haven/infra
ivanch ce8270290d fix(eso): bw-serve startup actually authenticates + re-logins every cycle
The bitwarden-cli Deployment's startup script never set BW_SESSION when
running without API-key creds (empty password branch / bw unlock --check
only), so bw serve started unauthenticated and every ExternalSecret across
all namespaces failed with HTTP 400 / 'Not found'. Wrap login in a function,
export the session, warm the cache once, and re-login every 5m in the
background loop so the session token never lapses.
2026-07-14 06:59:33 -03:00
..
2026-01-03 12:55:28 -03:00
2026-01-03 12:55:28 -03:00
2026-07-03 13:27:31 -03:00
2025-10-04 21:05:48 -03:00
2026-05-26 20:15:04 -03:00

kubectl create secret generic beszel-key --from-literal=SECRET-KEY=<KEY> -n infra