
WithImpersonation already deletes impersonation headers and has done so since the early days: https://github.com/kubernetes/kubernetes/pull/36769 ensureNoImpersonationHeaders will still reject any request that has impersonation headers set so we will always fail closed. Signed-off-by: Monis Khan <mok@vmware.com>