chore: upgrade Node.js runtime to v24 across codebase #419

Merged
jason.woltje merged 438 commits from fix/auth-frontend-remediation into main 2026-02-17 01:04:47 +00:00
2 changed files with 2 additions and 0 deletions
Showing only changes of commit 4b3eecf05a - Show all commits

View File

@@ -364,6 +364,7 @@ services:
# Cache
VALKEY_URL: redis://valkey:6379
# Authentication
OIDC_ENABLED: ${OIDC_ENABLED:-false}
OIDC_ISSUER: ${OIDC_ISSUER}
OIDC_CLIENT_ID: ${OIDC_CLIENT_ID}
OIDC_CLIENT_SECRET: ${OIDC_CLIENT_SECRET}

View File

@@ -374,6 +374,7 @@ services:
# Cache
VALKEY_URL: redis://valkey:6379
# Authentication
OIDC_ENABLED: ${OIDC_ENABLED:-false}
OIDC_ISSUER: ${OIDC_ISSUER}
OIDC_CLIENT_ID: ${OIDC_CLIENT_ID}
OIDC_CLIENT_SECRET: ${OIDC_CLIENT_SECRET}