From 3f59d3b6c9756105aade172306e4a35bb9626cd1 Mon Sep 17 00:00:00 2001 From: mlsmaycon Date: Mon, 31 Aug 2026 12:46:40 +0000 Subject: [PATCH] Fix the garbled configured description in the agent config schema "A caller no policy covers yet" dropped its relative pronoun; restore it and regenerate types.gen.go. --- shared/management/http/api/openapi.yml | 2 +- shared/management/http/api/types.gen.go | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/shared/management/http/api/openapi.yml b/shared/management/http/api/openapi.yml index 19cb18307..3dc8af04e 100644 --- a/shared/management/http/api/openapi.yml +++ b/shared/management/http/api/openapi.yml @@ -5813,7 +5813,7 @@ components: properties: configured: type: boolean - description: False only when the account has no Agent Network set up. A caller no policy covers yet still reads as configured, with an empty providers list. + description: False only when the account has no Agent Network set up. A caller that no policy covers yet still reads as configured, with an empty providers list. endpoint: type: string description: The account's Agent Network base URL, reachable over the NetBird tunnel only. Returned to every member of a configured account - it authorizes nothing on its own, since the gateway still refuses every request no policy permits. Empty when configured is false. diff --git a/shared/management/http/api/types.gen.go b/shared/management/http/api/types.gen.go index 1d574c857..d623f1704 100644 --- a/shared/management/http/api/types.gen.go +++ b/shared/management/http/api/types.gen.go @@ -1933,7 +1933,7 @@ type AgentNetworkAccessLogsResponse struct { // AgentNetworkAgentConfig The caller-scoped Agent Network connection config backing the self-service "Connect your agent" view. Available to every authenticated user; the providers are computed from the caller's own groups and the answer carries display metadata only. type AgentNetworkAgentConfig struct { - // Configured False only when the account has no Agent Network set up. A caller no policy covers yet still reads as configured, with an empty providers list. + // Configured False only when the account has no Agent Network set up. A caller that no policy covers yet still reads as configured, with an empty providers list. Configured bool `json:"configured"` // Endpoint The account's Agent Network base URL, reachable over the NetBird tunnel only. Returned to every member of a configured account - it authorizes nothing on its own, since the gateway still refuses every request no policy permits. Empty when configured is false.