From 1c8c09dc46d0dc31acf44b0bce7845e12988bc85 Mon Sep 17 00:00:00 2001 From: dt241s Date: Thu, 7 Feb 2019 10:46:23 -0600 Subject: [PATCH] UCP: Enable Audit Logging feature gate in K8s Ensure that API Server can capture Metadata log level details. Change-Id: I49c7576acdc211d1d8762d5ef31ca2f9ac9ac6e5 --- charts/apiserver/values.yaml | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/charts/apiserver/values.yaml b/charts/apiserver/values.yaml index b7c5ecf7..baf619cd 100644 --- a/charts/apiserver/values.yaml +++ b/charts/apiserver/values.yaml @@ -85,6 +85,19 @@ conf: # plugins: # - name: EventRateLimit # path: eventconfig.yaml +# +# Uncomment any of the below to enable enhanced Audit Logging command line options. +# +# auditpolicy: +# file: audit_policy.yaml +# command_options: +# - '--audit-policy-file=/etc/kubernetes/apiserver/audit_policy.yaml' +# content: +# kind: Policy +# apiVersion: apiserver.k8s.io/v1 +# rules: +# - level: Metadata +# # eventconfig: # file: eventconfig.yaml # command_options: