mcpjungle/MCPJungle

`/metrics` endpoint should only be accessible by admin in production mode

Open

#92 opened on Sep 9, 2025

View on GitHub
 (2 comments) (0 reactions) (0 assignees)Go (146 forks)auto 404
good first issuesecurity

Repository metrics

Stars
 (1,162 stars)
PR merge metrics
 (PR metrics pending)

Description

What it says in the title should be pretty simple - you just have to add the requireAdminAccess() middleware in the /metrics route, before the prometheus middleware

Contributor guide