Add tokenUrl, clientId to ConfigMap and clientSecret to SOPS-encrypted Secret. Gateway reads these at startup for /auth/token, /auth/refresh, and /auth/exchange endpoints.
Blocking a user prevents them from interacting with repositories, such as opening or commenting on pull requests or issues. Learn more about blocking a user.
Summary
Add
tokenUrl,clientIdto ConfigMap andclientSecretto SOPS-encrypted Secret. Gateway reads these at startup for/auth/token,/auth/refresh, and/auth/exchangeendpoints.Changes
k8s/configmap.yaml(plaintext)k8s/gateway-config-secret.enc.yaml(SOPS-encrypted)k8s/deployment.yamlinternal/config/config.goAcceptance Criteria
Review checklist