How AI is applied across API Evangelist and APIs.io. Read my AI disclosure →
API Evangelist API Evangelist
Discovery
Learnings
Guidance
Toolbox
Alignment
API Evangelist LLC

Kubernetes v1.35: A Better Way to Pass Service Account Tokens to CSI Drivers

calendar_today January 7, 2026 person domain kubernetes

If you maintain a CSI driver that uses service account tokens, Kubernetes v1.35 brings a refinement you’ll want to know about. Since the introduction of the TokenRequests feature , service account tokens requested by CSI drivers have been passed to them through the volume_context field. While this has worked, it’s not the ideal place for sensitive information, and we’ve seen instances where tokens were accidentally logged in CSI drivers.

open_in_new Read original post