Debug release to trace OIDC redirect_uri through the authentication flow.
Purpose
This is a debug release to help diagnose OIDC redirect URI issues. It adds comprehensive logging to track:
- Environment variable values
- Redirect URI construction
- Request details from reverse proxies
- Authorization URL generation
Usage
services:
meshmonitor:
image: ghcr.io/yeraze/meshmonitor:v2.5.0-debug.oidc-tracing
...Then check logs with:
docker logs meshmonitor 2>&1 | grep '🔍'DO NOT USE IN PRODUCTION
This is a debug build with verbose logging. Use only for troubleshooting.
🤖 Generated with Claude Code