mirror of
https://github.com/k3s-io/kubernetes.git
synced 2026-07-17 20:00:07 +00:00
This change allows slow impersonation requests to be tracked via the apiserver.latency.k8s.io/impersonation audit event annotation. Updated tests to assert that the audit event log: - Contains the new latency annotation - Contains the impersonationConstraint field - Failed impersonation attempts are observable by the response status Signed-off-by: Monis Khan <mok@microsoft.com>