Skip to content

Commit 739aca7

Browse files
ritazhk8s-publishing-bot
authored andcommitted
deprecate EnforceMountableSecretsAnnotation in 1.32
Signed-off-by: Rita Zhang <[email protected]> Kubernetes-commit: e7cdc595551954d6b87a859296eb09fddd01f3c9
1 parent 7ec5989 commit 739aca7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

testdata/openapi/v3/api/v1.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -26671,7 +26671,7 @@
2667126671
]
2667226672
},
2667326673
"secrets": {
26674-
"description": "Secrets is a list of the secrets in the same namespace that pods running using this ServiceAccount are allowed to use. Pods are only limited to this list if this service account has a \"kubernetes.io/enforce-mountable-secrets\" annotation set to \"true\". This field should not be used to find auto-generated service account token secrets for use outside of pods. Instead, tokens can be requested directly using the TokenRequest API, or service account token secrets can be manually created. More info: https://kubernetes.io/docs/concepts/configuration/secret",
26674+
"description": "Secrets is a list of the secrets in the same namespace that pods running using this ServiceAccount are allowed to use. Pods are only limited to this list if this service account has a \"kubernetes.io/enforce-mountable-secrets\" annotation set to \"true\". The \"kubernetes.io/enforce-mountable-secrets\" annotation is deprecated since v1.32. Prefer separate namespaces to isolate access to mounted secrets. This field should not be used to find auto-generated service account token secrets for use outside of pods. Instead, tokens can be requested directly using the TokenRequest API, or service account token secrets can be manually created. More info: https://kubernetes.io/docs/concepts/configuration/secret",
2667526675
"type": "array",
2667626676
"items": {
2667726677
"default": {},

0 commit comments

Comments
 (0)