What would you like to be added:
Kubernetes’ alpha feature KubeletServiceAccountTokenForCredentialProviders allows the kubelet to inject a projected ServiceAccount token into the credential-provider plugin’s request. By leveraging this token, on-premise or self-hosted clusters can avoid baking static cloud credentials into each node’s file system and instead perform OIDC-based authentication at runtime.
Why is this needed:
Using projected ServiceAccount tokens lets on-prem and air-gapped clusters avoid baking long-lived cloud secrets into every node. Instead, nodes request short-lived, scoped credentials at pull time via OIDC, improving security and automating rotation without impacting existing workflows.
/kind feature
What would you like to be added:
Kubernetes’ alpha feature
KubeletServiceAccountTokenForCredentialProvidersallows the kubelet to inject a projected ServiceAccount token into the credential-provider plugin’s request. By leveraging this token, on-premise or self-hosted clusters can avoid baking static cloud credentials into each node’s file system and instead perform OIDC-based authentication at runtime.Why is this needed:
Using projected ServiceAccount tokens lets on-prem and air-gapped clusters avoid baking long-lived cloud secrets into every node. Instead, nodes request short-lived, scoped credentials at pull time via OIDC, improving security and automating rotation without impacting existing workflows.
/kind feature