Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Remove KAS Info RPC #1056

Open
strantalis opened this issue Jun 28, 2024 · 0 comments
Open

Remove KAS Info RPC #1056

strantalis opened this issue Jun 28, 2024 · 0 comments
Labels

Comments

@strantalis
Copy link
Member

strantalis commented Jun 28, 2024

KAS currently has an INFO rpc defined and seems to only be used during tests. Because it is unimplemented we should remove that unused rpc and update any tests that are dependent on it.

rpc Info(InfoRequest) returns (InfoResponse) {
option (google.api.http) = {get: "/kas"};
option (grpc.gateway.protoc_gen_openapiv2.options.openapiv2_operation) = {
responses: {key: "200"}
};
}

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant