Commit 57fdd75c authored by Kubernetes Submit Queue's avatar Kubernetes Submit Queue Committed by GitHub

Merge pull request #43440 from CaoShuFeng/audit_port

Automatic merge from submit-queue Update basic audit filter's comment message **Release note**: ```NONE ```
parents b26d9020 26728824
...@@ -83,7 +83,9 @@ var _ http.Hijacker = &fancyResponseWriterDelegator{} ...@@ -83,7 +83,9 @@ var _ http.Hijacker = &fancyResponseWriterDelegator{}
// - source ip of the request // - source ip of the request
// - HTTP method being invoked // - HTTP method being invoked
// - original user invoking the operation // - original user invoking the operation
// - original user's groups info
// - impersonated user for the operation // - impersonated user for the operation
// - impersonated groups info
// - namespace of the request or <none> // - namespace of the request or <none>
// - uri is the full URI as requested // - uri is the full URI as requested
// 2. the response line containing: // 2. the response line containing:
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment