kms: rename grpc service to KeyManagementService
This commit is contained in:
parent
540b01e666
commit
07a1fd7df1
|
@ -36,7 +36,7 @@ syntax = "proto3";
|
|||
|
||||
package envelope;
|
||||
|
||||
service KMSService {
|
||||
service KeyManagementService {
|
||||
// Version returns the runtime name and runtime version.
|
||||
rpc Version(VersionRequest) returns (VersionResponse) {}
|
||||
rpc Decrypt(DecryptRequest) returns (DecryptResponse) {}
|
||||
|
|
Loading…
Reference in New Issue