We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f14a754 commit d4fcf2fCopy full SHA for d4fcf2f
content/en/docs/concepts/security/security-checklist.md
@@ -232,8 +232,8 @@ overhead.
232
233
- [ ] ConfigMaps are not used to hold confidential data.
234
- [ ] 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.
+- [ ] If appropriate, a mechanism to inject secrets stored in third-party storage
+ is deployed and available.
237
- [ ] Service account tokens are not mounted in pods that don't require them.
238
- [ ] [Bound service account token volume](/docs/reference/access-authn-authz/service-accounts-admin/#bound-service-account-token-volume)
239
is in-use instead of non-expiring tokens.
0 commit comments