You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fixed Grammatical mistakes in barbican-kms-plugin (kubernetes#2289)
* fixed Grammatical mistakes in barbican-kms-plugin
* Fixed the Grammatical mistakes in barbican-kms-plugin
* Fixed the Grammatical mistakes in barbican-kms-plugin
* Fixed the Grammatical mistakes in barbican-kms-plugin
* Fixed the Grammatical mistakes in barbican-kms-plugin
Copy file name to clipboardExpand all lines: docs/barbican-kms-plugin/using-barbican-kms-plugin.md
+10-10Lines changed: 10 additions & 10 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -9,10 +9,10 @@
9
9
<!-- END doctoc generated TOC please keep comment here to allow auto update -->
10
10
11
11
# OpenStack Barbican KMS Plugin
12
-
Kubernetes supports to encrypt etcd data with various providers listed [here](https://kubernetes.io/docs/tasks/administer-cluster/encrypt-data/#providers), one of which is *kms*. The Kubernetes *kms provider* uses envelope encryption scheme. The data is encrypted using *DEK's* by kubernetes *kms provider*, *DEK's* are encrypted by *kms plugin* (e.g. barbican) using *KEK*. *Barbican-kms-plugin* uses *key* from barbican to encrypt/decrypt the *DEK's* as requested by kubernetes api server.
12
+
Kubernetes supports encrypting etcd data with various providers listed [here](https://kubernetes.io/docs/tasks/administer-cluster/encrypt-data/#providers), one of which is *kms*. The Kubernetes *kms provider* uses an envelope encryption scheme. The data is encrypted using *DEK's* by kubernetes *kms provider*, *DEK's* are encrypted by *kms plugin* (e.g. barbican) using *KEK*. *Barbican-kms-plugin* uses *key* from barbican to encrypt/decrypt the *DEK's* as requested by kubernetes api server.
13
13
The *KMS provider* uses gRPC to communicate with a specific *KMS plugin*.
14
14
15
-
It is recommended to read following kubernetes documents
15
+
It is recommended to read the following kubernetes documents
16
16
17
17
*[Encrypting Secret Data at Rest](https://kubernetes.io/docs/tasks/administer-cluster/encrypt-data/#verifying-that-data-is-encrypted)
18
18
*[Using a KMS provider for data encryption](https://kubernetes.io/docs/tasks/administer-cluster/kms-provider/)
@@ -23,7 +23,7 @@ It is recommended to read following kubernetes documents
23
23
The following installation steps assumes that you have a Kubernetes cluster(v1.10+) running on OpenStack Cloud.
24
24
25
25
26
-
### Create 256bit(32 byte) cbc key and store in barbican
26
+
### Create 256-bit (32 bytes) CBC key and store in barbican
0 commit comments