From 267288249b0dac2e7ae60bd53bef2afe8a574c28 Mon Sep 17 00:00:00 2001 From: Cao Shufeng Date: Tue, 21 Mar 2017 05:42:30 -0400 Subject: [PATCH] Update basic audit filter's comment message --- staging/src/k8s.io/apiserver/pkg/endpoints/filters/audit.go | 2 ++ 1 file changed, 2 insertions(+) diff --git a/staging/src/k8s.io/apiserver/pkg/endpoints/filters/audit.go b/staging/src/k8s.io/apiserver/pkg/endpoints/filters/audit.go index e920a620623..d837ca409db 100644 --- a/staging/src/k8s.io/apiserver/pkg/endpoints/filters/audit.go +++ b/staging/src/k8s.io/apiserver/pkg/endpoints/filters/audit.go @@ -83,7 +83,9 @@ var _ http.Hijacker = &fancyResponseWriterDelegator{} // - source ip of the request // - HTTP method being invoked // - original user invoking the operation +// - original user's groups info // - impersonated user for the operation +// - impersonated groups info // - namespace of the request or // - uri is the full URI as requested // 2. the response line containing: