chore(official-bots): debug logging for JWT verify on staging
Delete PR Branch On Close / delete-branch (pull_request) Successful in 6s
Delete PR Branch On Close / delete-branch (pull_request) Successful in 6s
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 <noreply@anthropic.com>
This commit is contained in:
@@ -93,6 +93,21 @@ patches:
|
|||||||
name: nowchess-core
|
name: nowchess-core
|
||||||
spec:
|
spec:
|
||||||
replicas: 1
|
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:
|
images:
|
||||||
- name: ghcr.io/now-chess/now-chess-systems/account
|
- name: ghcr.io/now-chess/now-chess-systems/account
|
||||||
newTag: 0.24.0
|
newTag: 0.24.0
|
||||||
|
|||||||
Reference in New Issue
Block a user