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
Protect telemetry with BasicAuth
Wrap the /system/telemetry handler with the same BasicAuth middleware
as the other /system endpoints. This prevents unauthenticated access
to provider telemetry when basic_auth is enabled.
Credit to @geo-chan for flagging this - but next time follow the
disclosure process - which is not opening a public issue. See
SECURITY.md which points to CONTRIBUTING.md.
Signed-off-by: Alex Ellis (OpenFaaS Ltd) <alex@openfaas.com>