feat: add debug endpoint for single tailnet (#10485)

This commit is contained in:
Colin Adler
2023-11-13 17:14:12 -06:00
committed by GitHub
parent f4de2b64ec
commit e0afee1b85
9 changed files with 88 additions and 1 deletions

22
coderd/apidoc/docs.go generated
View File

@ -422,6 +422,28 @@ const docTemplate = `{
}
}
},
"/debug/tailnet": {
"get": {
"security": [
{
"CoderSessionToken": []
}
],
"produces": [
"text/html"
],
"tags": [
"Debug"
],
"summary": "Debug Info Tailnet",
"operationId": "debug-info-tailnet",
"responses": {
"200": {
"description": "OK"
}
}
}
},
"/debug/ws": {
"get": {
"security": [