Skip to content

Commit d4fcf2f

Browse files
authored
Reword the secret injection suggestion
1 parent f14a754 commit d4fcf2f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

content/en/docs/concepts/security/security-checklist.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -232,8 +232,8 @@ overhead.
232232

233233
- [ ] ConfigMaps are not used to hold confidential data.
234234
- [ ] Encryption at rest is configured for the Secret API.
235-
- [ ] A mechanism to inject secrets stored in third party storage is deployed
236-
and available.
235+
- [ ] If appropriate, a mechanism to inject secrets stored in third-party storage
236+
is deployed and available.
237237
- [ ] Service account tokens are not mounted in pods that don't require them.
238238
- [ ] [Bound service account token volume](/docs/reference/access-authn-authz/service-accounts-admin/#bound-service-account-token-volume)
239239
is in-use instead of non-expiring tokens.

0 commit comments

Comments
 (0)