Skip to content

Commit b137286

Browse files
docs: update features.audit.method desc
1 parent f258a15 commit b137286

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

charts/shield/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -105,7 +105,7 @@ The following table lists the configurable parameters of the `shield` chart and
105105
| features.detections.malware_control.enabled | | <code>false</code> |
106106
| features.detections.ml_policies.enabled | | <code>false</code> |
107107
| features.detections.kubernetes_audit.enabled | Enable the Kubernetes Audit feature on cluster shield | <code>false</code> |
108-
| features.detections.kubernetes_audit.method | Method to use: validating_webhook (emulated) or audit_backend (real audit logs) | <code>validating_webhook</code> |
108+
| features.detections.kubernetes_audit.method | Method used to collect Kubernetes audit events. Use validating_webhook to intercept requests through the admission webhook, or audit_backend when using the Kubernetes audit backend integration. | <code>validating_webhook</code> |
109109
| features.detections.kubernetes_audit.timeout | The timeout for the audit feature | <code>10</code> |
110110
| features.detections.kubernetes_audit.http_port | The port that will be used to expose the audit endpoints | <code>6443</code> |
111111
| features.detections.kubernetes_audit.excluded_namespaces | The list of namespaces that will be excluded from the audit feature | <code>[]</code> |

charts/shield/values.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -120,7 +120,7 @@ features:
120120
kubernetes_audit:
121121
# Enable the Kubernetes Audit feature on cluster shield
122122
enabled: false
123-
# Method to use: validating_webhook (emulated) or audit_backend (real audit logs)
123+
# Method used to collect Kubernetes audit events. Use validating_webhook to intercept requests through the admission webhook, or audit_backend when using the Kubernetes audit backend integration.
124124
method: validating_webhook
125125
# The timeout for the audit feature
126126
timeout: 10

0 commit comments

Comments
 (0)