You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The traffic in transit between the audit webhook service in the cluster and the components that send audit events to it is encrypted using HTTPS in the kube-audit sub-module. The module will run a script to execute steps mentioned here to generate a private key and approve the certificate using kubectl. To opt out of this and use HTTP instead (not recommended) you can set enable_https_traffic to false. - NOTE: This will enabled by default in the Standard - Integrated setup with configurable services DA variation. Users upgrading to a previous version of the DA will see an update in place which will re-create the kube secret and restart the kube-audit pods to apply the HTTPS configuration (#914) (302bf3b)