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
Tailnet v2 API consists of a dRPC service that allows us to gracefully disconnect tailnet peers.
This issue covers implementing support for this new API in PGCoordinator, including tests. Out of scope are changes to clients or agents to start using the new API. We translate to and from the existing websocket API for now.
The text was updated successfully, but these errors were encountered:
re: #10528
Refactors PG Coordinator to work with the Tailnet v2 API, including wrappers for the existing v1 API.
The debug endpoint functions, but doesn't return sensible data, that will be in another stacked PR.
)
re: coder#10528
Refactors PG Coordinator to work with the Tailnet v2 API, including wrappers for the existing v1 API.
The debug endpoint functions, but doesn't return sensible data, that will be in another stacked PR.
Tailnet v2 API consists of a dRPC service that allows us to gracefully disconnect tailnet peers.
This issue covers implementing support for this new API in PGCoordinator, including tests. Out of scope are changes to clients or agents to start using the new API. We translate to and from the existing websocket API for now.
The text was updated successfully, but these errors were encountered: