Audit logging options
Common configuration file section: spec.apiServer.audit
The
policyFile
field is not available for child clusters, as it is not possible to specify a custom path for an audit policy file.Use the
webhookConfigSecret
parameter instead ofwebhookConfigPath
. To use the audit webhook configuration, you must create a secret in thek0rdent
namespace where theMkeChildConfig
object will be applied with the keyvalue
and content of the webhook configuration as the value, and then set the name of the secret towebhookConfigSecret
.
Refer to Audit logging for more details.
Last updated on