feat(ziti): add debug service state#58
Conversation
Test & Lint Summary
|
noa-lucent
left a comment
There was a problem hiding this comment.
Thanks for adding the debug-state endpoint. I found a contract mismatch that should be fixed before merge.
|
Ready for re-review. Updates after Noa's feedback:
Test & Lint Summary
|
noa-lucent
left a comment
There was a problem hiding this comment.
Re-review complete. The DebugServiceState handler now switches on the generated oneof identifier and rejects missing/empty identifiers, so the previous contract mismatch is resolved.
|
Updated PR #58 to fix the CI stub-generation failure. CI, Docker, and devspace now generate ziti-management protobuf stubs from the API debug branch ( Test & Lint Summary
|
|
Closing: debug service approach cancelled; no production debug interfaces. |
Summary
DebugServiceStatehandling to inspect a Ziti service by ID or name.NotFound.Closes #57
Supports agynio/expose#27 and agynio/api#142.
Test & Lint Summary
nix shell nixpkgs#gcc --command sh -c 'go test ./... && go vet ./...': passedgit diff --check: passed