Remove name prefix in apikeys (#1167)

This commit is contained in:
2025-11-19 23:29:31 +01:00
committed by GitHub
parent a115c83cba
commit 18b2ae2c5f
11 changed files with 46 additions and 51 deletions

View File

@@ -121,7 +121,7 @@ services:
# Use this env var once we use mTLS for auth
# - KYOO_URL=${KYOO_URL:-http://api:3567/api}
- KYOO_URL=${KYOO_URL:-http://traefik:8901/api}
- KYOO_APIKEY=scanner-$KEIBI_APIKEY_SCANNER
- KYOO_APIKEY=$KEIBI_APIKEY_SCANNER
- JWKS_URL=http://auth:4568/.well-known/jwks.json
- JWT_ISSUER=${PUBLIC_URL}
volumes: