Master authorized networks must be enabled in GKE clusters
ID |
gcp_gke_master_authorized_networks_disabled |
Severity |
high |
Vendor |
GCP |
Resource |
AIM |
Tags |
reachable |
Description
master_authorized_networks_config
should be enabled on google cloud container clusters to restrict access from unknown networks.
To fix it, you must configure the master_authorized_networks_config.enabled
property to true
.
Learn more about this topic at Creating a private cluster.