mirror of
https://github.com/coder/coder.git
synced 2026-06-03 04:58:23 +00:00
1cd5f38cb0
Implements a Tailscale-like debug server for our in-memory coordinator. This should provide some visibility into why connections could be failing. Resolves: https://github.com/coder/coder/issues/5845 
612 B
612 B
Debug
Debug Info Wireguard Coordinator
Code samples
# Example request using curl
curl -X GET http://coder-server:8080/api/v2/debug/coordinator \
-H 'Coder-Session-Token: API_KEY'
GET /debug/coordinator
Responses
| Status | Meaning | Description | Schema |
|---|---|---|---|
| 200 | OK | OK |
To perform this operation, you must be authenticated. Learn more.