From f0dc9fd145f74c8d0753b0e96763b8c112455618 Mon Sep 17 00:00:00 2001 From: Janis Date: Wed, 17 Jun 2026 09:50:04 +0200 Subject: [PATCH] chore(official-bots): debug logging for JWT verify on staging Enable DEBUG for io.smallrye.jwt and io.quarkus.security on the official-bots rollout in staging only (container env, not the shared ConfigMap) to diagnose the persistent 401. Remove after root cause. Co-Authored-By: Claude Opus 4.8 --- nowchess/eu-central-1-staging/kustomization.yaml | 15 +++++++++++++++ 1 file changed, 15 insertions(+) diff --git a/nowchess/eu-central-1-staging/kustomization.yaml b/nowchess/eu-central-1-staging/kustomization.yaml index 7718332..c316358 100755 --- a/nowchess/eu-central-1-staging/kustomization.yaml +++ b/nowchess/eu-central-1-staging/kustomization.yaml @@ -93,6 +93,21 @@ patches: name: nowchess-core spec: replicas: 1 +- patch: |- + apiVersion: argoproj.io/v1alpha1 + kind: Rollout + metadata: + name: nowchess-official-bots + spec: + template: + spec: + containers: + - name: nowchess-official-bots + env: + - name: QUARKUS_LOG_CATEGORY__IO_SMALLRYE_JWT__LEVEL + value: DEBUG + - name: QUARKUS_LOG_CATEGORY__IO_QUARKUS_SECURITY__LEVEL + value: DEBUG images: - name: ghcr.io/now-chess/now-chess-systems/account newTag: 0.24.0