You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The Prometheus service type doesn't include the Authorization header when making API requests, even when basic_auth is configured. This differs from the Traefik service type which correctly applies basic_auth.
Description
The Prometheus service type doesn't include the Authorization header when making API requests, even when
basic_authis configured. This differs from the Traefik service type which correctly appliesbasic_auth.Homer version
v25.11.1
Configuration
Observed behavior
Network requests show:
Expected behavior
Both service types should include the Authorization header when
basic_authis configured.Additional context
Access-Control-Allow-Origin,Access-Control-Allow-Credentials: true)