summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authork8s-ci-robot <k8s-ci-robot@users.noreply.github.com>2018-02-23 09:06:45 -0800
committerGitHub <noreply@github.com>2018-02-23 09:06:45 -0800
commit36f7279d2bf88550be5c613d32c28426717fc4ad (patch)
tree88a72e25b74aa628f113b38ba65bce86017c6b45
parent2d47edf1be84258ace603bd48a2f49cd67f73268 (diff)
parent07a1fd7df1f9a340c28745bad266fd71b8449b5f (diff)
Merge pull request #1846 from mikedanese/fix
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) {}