github Yeraze/meshmonitor v2.5.0-debug.oidc-tracing
v2.5.0-debug.oidc-tracing - OIDC Redirect URI Debug Logging

latest releases: v2.21.5, v2.21.4, v2.21.3...
pre-release2 months ago

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

Don't miss a new meshmonitor release

NewReleases is sending notifications on new releases.