Merge pull request #1255 from wjx1995/patch-1
Automatic merge from submit-queue. Update auditing.md typo
This commit is contained in:
commit
1df42ec84b
|
@ -80,7 +80,7 @@ When implementing audit logging there are basically two options:
|
|||
1. put a logging proxy in front of the apiserver
|
||||
2. integrate audit logging into the apiserver itself
|
||||
|
||||
Both approaches have advantages and disadvanteges:
|
||||
Both approaches have advantages and disadvantages:
|
||||
- **pro proxy**:
|
||||
+ keeps complexity out of the apiserver
|
||||
+ reuses existing solutions
|
||||
|
|
Loading…
Reference in New Issue