Skip to content
This repository was archived by the owner on May 17, 2024. It is now read-only.

Commit 318a9c4

Browse files
committed
Adds auditing docs
Signed-off-by: JoshVanL <[email protected]>
1 parent 15194e7 commit 318a9c4

File tree

2 files changed

+10
-0
lines changed

2 files changed

+10
-0
lines changed

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -129,6 +129,7 @@ users:
129129
- [Token Passthrough](./docs/tasks/token-passthrough.md)
130130
- [No Impersonation](./docs/tasks/no-impersonation.md)
131131
- [Extra Impersonations Headers](./docs/tasks/extra-impersonation-headers.md)
132+
- [Auditing](./docs/tasks/auditing.md)
132133

133134
## Development
134135
*NOTE*: building kube-oidc-proxy requires Go version 1.12 or higher.

docs/tasks/auditing.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
# Auditing
2+
3+
kube-oidc-proxy allows for the ability to audit requests to the proxy. The proxy
4+
exposes all the same options for auditing that the Kubernetes API server
5+
provides, however does _not_ support dynamic configuration
6+
(`--audit-dynamic-configuration`).
7+
8+
You can read more on how to configure and manage auditing in the [Kubernetes
9+
documentation](https://kubernetes.io/docs/tasks/debug-application-cluster/audit).

0 commit comments

Comments
 (0)