Bureaublad Fixes

Changes made to fix bureaublad OIDC login (authentication_failed error)

Root Causes

  1. Missing REDIS_URL env var in backend — the OIDC callback handler stores auth sessions in Redis but the backend had no Redis connection configured
  2. Missing Redis egress rule in backend network policy — port 6379 blocked
  3. Missing Keycloak egress rule in backend network policy — port 8080 blocked (token exchange, userinfo, etc.)

helmfile/apps/bureaublad/values.yaml.gotmpl

Backend env vars

Backend network policy extraEgress

Live cluster patches