Skip to content

Commit

Permalink
advanced audit doc for ModeBlockingStrict
Browse files Browse the repository at this point in the history
  • Loading branch information
CaoShuFeng committed Sep 6, 2018
1 parent 9d84a49 commit cf40081
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions content/en/docs/tasks/debug-application-cluster/audit.md
Original file line number Diff line number Diff line change
Expand Up @@ -159,6 +159,7 @@ throttling is enabled in `webhook` and disabled in `log`.
- `--audit-webhook-mode` defines the buffering strategy. One of the following:
- `batch` - buffer events and asynchronously process them in batches. This is the default.
- `blocking` - block API server responses on processing each individual event.
- `blocking-strict` - Same as blocking, but when there is a failure during audit logging at RequestReceived stage, the whole request to apiserver will fail.

The following flags are used only in the `batch` mode.

Expand Down

0 comments on commit cf40081

Please sign in to comment.