mirror of
https://github.com/kubernetes/kubernetes.git
synced 2026-07-16 05:04:05 -04:00
Kubelet's ability to generate service account tokens is restricted by the noderestriction admission plugin, which checks to make sure that the relevant pod actually mounts a token volume with the requested audience. This commit adds an analogous mechanism for Pod Certificates, restricting the signer names that Kubelet can request. The feature includes a similar authorizer-based override, where granting the "request-podcertificate-signer" verb for a given signer name allows bypassing the restriction. Prepared with Claude Code. |
||
|---|---|---|
| .. | ||
| admission | ||
| auth | ||