mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-09-06 19:52:42 +00:00
Clear front proxy headers after authentication is complete
This matches the logic we have for the Authorization header as well as the impersonation headers. Signed-off-by: Monis Khan <mok@microsoft.com>
This commit is contained in:
@@ -238,6 +238,7 @@ func TestPodLogsKubeletClientCertReload(t *testing.T) {
|
||||
w.WriteHeader(http.StatusUnauthorized)
|
||||
}),
|
||||
nil,
|
||||
nil,
|
||||
),
|
||||
)
|
||||
fakeKubeletServer.TLS = &tls.Config{ClientAuth: tls.RequestClientCert}
|
||||
|
Reference in New Issue
Block a user