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
Currently, there's /dump-config, /dump-incidents and /dump-schedules. I suggest moving all of them so that they share a common /debug/ prefix, making their purpose and relation to the debug-password a bit more clear. Also, this should allow registering a handler for /debug/ that performs the authentication and then routes the request (using another http.ServeMux) to the correct debug endpoint.
The text was updated successfully, but these errors were encountered:
Currently, there's
/dump-config
,/dump-incidents
and/dump-schedules
. I suggest moving all of them so that they share a common/debug/
prefix, making their purpose and relation to thedebug-password
a bit more clear. Also, this should allow registering a handler for/debug/
that performs the authentication and then routes the request (using anotherhttp.ServeMux
) to the correct debug endpoint.The text was updated successfully, but these errors were encountered: