summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike Danese <mikedanese@google.com>2018-02-23 07:48:16 -0800
committerMike Danese <mikedanese@google.com>2018-02-23 07:48:16 -0800
commit07a1fd7df1f9a340c28745bad266fd71b8449b5f (patch)
tree907a0c63d04c65a074e12d5b9a8f4e00d3beb2ab
parent540b01e6669392a7071219b42e250d3e836f97f5 (diff)
kms: rename grpc service to KeyManagementService
-rw-r--r--contributors/design-proposals/auth/kms-plugin-grpc-api.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/contributors/design-proposals/auth/kms-plugin-grpc-api.md b/contributors/design-proposals/auth/kms-plugin-grpc-api.md
index f31dd6c9..fd268ba7 100644
--- a/contributors/design-proposals/auth/kms-plugin-grpc-api.md
+++ b/contributors/design-proposals/auth/kms-plugin-grpc-api.md
@@ -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) {}