@@ -14,7 +14,7 @@ External Secrets on the [GoDaddy Engineering
14
14
Blog] ( https://godaddy.github.io/2019/04/16/kubernetes-external-secrets/ ) .
15
15
16
16
The community and maintainers of this project and related Kubernetes
17
- secret management projects use
17
+ secret management projects use the
18
18
[ ` #external-secrets ` ] ( https://kubernetes.slack.com/archives/C017BF84G2Y )
19
19
channel on the Kubernetes slack for discussion and brainstorming.
20
20
@@ -25,10 +25,10 @@ The project extends the Kubernetes API by adding an `ExternalSecrets` object usi
25
25
An ` ExternalSecret ` declares how to fetch the secret data, while the controller converts all ` ExternalSecrets ` to ` Secrets ` .
26
26
The conversion is completely transparent to ` Pods ` that can access ` Secrets ` normally.
27
27
28
- By default ` Secrets ` are not encrypted at rest and are open to attack, either via the etcd server or via backups of etcd data.
28
+ By default ` Secrets ` are not encrypted at rest and are open to attack, either via the ` etcd ` server or via backups of ` etcd ` data.
29
29
To mitigate this risk, use an
30
30
[ external secret management system with a KMS plugin] ( https://kubernetes.io/docs/tasks/administer-cluster/kms-provider/ )
31
- to encrypt ` Secrets ` stored in etcd.
31
+ to encrypt ` Secrets ` stored in ` etcd ` .
32
32
33
33
## System architecture
34
34
@@ -937,7 +937,7 @@ npm run nodemon
937
937
938
938
[Localstack](https://github.com/localstack/localstack) mocks AWS services locally so you can test without connecting to AWS.
939
939
940
- Run localstack in a seperate terminal window
940
+ Run localstack in a separate terminal window
941
941
942
942
` ` ` sh
943
943
npm run localstack
0 commit comments