Update auditing.md

This commit is contained in:
wjx1995 2017-10-22 22:47:35 -05:00 committed by GitHub
parent 5b0f576374
commit 8d42d16dcf
1 changed files with 1 additions and 1 deletions

View File

@ -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