wandb / terraform-google-wandb

A Terraform module for deploying Weights & Biases on GCP.
Apache License 2.0
12 stars 6 forks source link

fix: Explicitly disable client certificate auth (deprecated by kubernetes) #23

Closed zythosec closed 2 years ago

zythosec commented 2 years ago

Disable client certificate authentication, which in general reduces the attack surface for the cluster by disabling this deprecated feature. It defaults to false anyway (i.e. this is already the current setting in our cluster), but this will make it explicit and quiet some security tooling.

Tested on a new install and an existing install.

jsbroks commented 2 years ago

This PR is included in version 1.4.3 :tada: