ENABLE_APISERVER_BASIC_AUDIT configuration out of date #53154
Closed
Description
With 1.8, advanced auditing is enabled by default. This means that the ENABLE_APISERVER_BASIC_AUDIT
flag is no longer accurate:
kubernetes/cluster/gce/gci/configure-helper.sh
Lines 1355 to 1368 in e33dd98
It will no longer enable audit logging (due to lack of a policy file), and would not be "basic" auditing.
This flag should either be removed, or explicitly disable the AdvancedAuditing
feature gate.
NOTE: I'm putting this in the 1.8 release because I think it should be cherrypicked in a patch release, but this is NOT a release blocker.