Unverified Commit 05013135 authored by zqm19941101's avatar zqm19941101 Committed by GitHub

fix typo

parent 03a145de
...@@ -72,7 +72,7 @@ func (r rawDEKKEKSecret) getPayload() []byte { ...@@ -72,7 +72,7 @@ func (r rawDEKKEKSecret) getPayload() []byte {
return r[r.getStartOfPayload():] return r[r.getStartOfPayload():]
} }
// TestKMSProvider is an integration test between KubAPI, ETCD and KMS Plugin // TestKMSProvider is an integration test between KubeAPI, ETCD and KMS Plugin
// Concretely, this test verifies the following integration contracts: // Concretely, this test verifies the following integration contracts:
// 1. Raw records in ETCD that were processed by KMS Provider should be prefixed with k8s:enc:kms:v1:grpc-kms-provider-name: // 1. Raw records in ETCD that were processed by KMS Provider should be prefixed with k8s:enc:kms:v1:grpc-kms-provider-name:
// 2. Data Encryption Key (DEK) should be generated by envelopeTransformer and passed to KMS gRPC Plugin // 2. Data Encryption Key (DEK) should be generated by envelopeTransformer and passed to KMS gRPC Plugin
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment