all: scrub stale gRPC references from comments and docs

Reword comments and docs that still named the removed gRPC stack, rename
the GRPCSortable test interface, and drop the dead gRPC port note from the
dev README.
This commit is contained in:
Kristoffer Dalby
2026-06-18 12:26:58 +00:00
parent 67e0f34527
commit f6aea642d3
14 changed files with 22 additions and 24 deletions
+2 -3
View File
@@ -5,9 +5,8 @@ info:
description: |
HTTP API for managing a Headscale control server: users, pre-auth keys,
nodes, API keys, and ACL policy. This is the v1 API, served under
`/api/v1`. It is the OpenAPI 3.0 successor to the previous
gRPC/grpc-gateway facade and is the single source of truth for the API
contract.
`/api/v1`. It is the OpenAPI 3.0 definition and the single source of truth
for the API contract.
Authentication is a bearer API key (`Authorization: Bearer <key>`),
except over the local unix socket where filesystem permissions are the