Skip to content

Commit 91c82f6

Browse files
authored
Merge pull request #41074 from niranjandarshann/secret/alternativetosecret
Updated the page in correct format
2 parents e31eee4 + 467da66 commit 91c82f6

File tree

1 file changed

+4
-4
lines changed
  • content/en/docs/concepts/configuration

1 file changed

+4
-4
lines changed

content/en/docs/concepts/configuration/secret.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -72,18 +72,18 @@ Rather than using a Secret to protect confidential data, you can pick from alter
7272

7373
Here are some of your options:
7474

75-
- if your cloud-native component needs to authenticate to another application that you
75+
- If your cloud-native component needs to authenticate to another application that you
7676
know is running within the same Kubernetes cluster, you can use a
7777
[ServiceAccount](/docs/reference/access-authn-authz/authentication/#service-account-tokens)
7878
and its tokens to identify your client.
79-
- there are third-party tools that you can run, either within or outside your cluster,
79+
- There are third-party tools that you can run, either within or outside your cluster,
8080
that provide secrets management. For example, a service that Pods access over HTTPS,
8181
that reveals a secret if the client correctly authenticates (for example, with a ServiceAccount
8282
token).
83-
- for authentication, you can implement a custom signer for X.509 certificates, and use
83+
- For authentication, you can implement a custom signer for X.509 certificates, and use
8484
[CertificateSigningRequests](/docs/reference/access-authn-authz/certificate-signing-requests/)
8585
to let that custom signer issue certificates to Pods that need them.
86-
- you can use a [device plugin](/docs/concepts/extend-kubernetes/compute-storage-net/device-plugins/)
86+
- You can use a [device plugin](/docs/concepts/extend-kubernetes/compute-storage-net/device-plugins/)
8787
to expose node-local encryption hardware to a specific Pod. For example, you can schedule
8888
trusted Pods onto nodes that provide a Trusted Platform Module, configured out-of-band.
8989

0 commit comments

Comments
 (0)