Some checks failed
Build & Deploy to K8s / build-and-deploy (push) Failing after 10m14s
Login was failing because: 1. IdentityServer Config.cs had no 'bff-client' client definition (pos-web uses bff-client for BFF authentication pattern) 2. pos-web had no IdentityServer__ClientSecret env var configured 3. Network policy blocked pos-web → iam-service egress Fixes: - Add bff-client to Config.Clients (ResourceOwnerPassword grant, 8h access token, 7d refresh token for POS sessions) - Add IdentityServer client credentials to pos-web.yaml from secrets - Add pos-web to allow-inter-service-egress network policy Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>