Skip to content

WIP: Remove server scope from protos and linter

Sami Hiltunen requested to merge smh-remove-server-scope-linter into master

Introduces intercepted annotation to indicate which services are handled by Praefect itself. These services do not need operation or scope annotation used by the proxying logic. Marks the ServerService and PraefectInfoService as intercepted and removes the SERVER scope as it is no longer used by any RPC.

Closes #3122 (closed) Closes #2989 (closed)

Merge request reports