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.