From ad7e6c7d729727251063914ca16da9a7dd226130 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 Kubernetes-commit: 267288249b0dac2e7ae60bd53bef2afe8a574c28 --- pkg/endpoints/filters/audit.go | 2 ++ 1 file changed, 2 insertions(+) diff --git a/pkg/endpoints/filters/audit.go b/pkg/endpoints/filters/audit.go index 70faf8ea6..d84d46e3c 100644 --- a/pkg/endpoints/filters/audit.go +++ b/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: