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
Copy file name to clipboardexpand all lines: chart/values.yaml
+2
Original file line number
Diff line number
Diff line change
@@ -61,6 +61,8 @@ controller:
61
61
gcp: # gcp cloud provider config
62
62
enabled: true # enable the provider
63
63
ipRangesURL: "https://www.gstatic.com/ipranges/goog.json"# URL to the IP ranges file (format must be the expected one, defaults is the public file provided by the cloud provider)
ipRangesURL: "https://ip-ranges.datadoghq.com/"# URL to the IP ranges file (format must be the expected one, defaults is the public file provided by the cloud provider)
mainFS.BoolVar(&cfg.Controller.CloudProviders.Datadog.Enabled, "cloud-providers-datadog-enabled", true, "Enable Datadog cloud provider disruptions (defaults to true, is overridden by --cloud-providers-disable-all)")
Copy file name to clipboardexpand all lines: docs/network_disruption/cloud-managed-services.md
+8-1
Original file line number
Diff line number
Diff line change
@@ -79,10 +79,17 @@ We are using the URL **https://ip-ranges.amazonaws.com/ip-ranges.json** to pull
79
79
80
80
Available service is `Google`.
81
81
82
-
Google does not indicates which ip ranges correspond to which service in its ip ranges files.
82
+
Google does not indicate which ip ranges correspond to which service in its ip ranges files.
83
83
84
84
We are using the URL **https://www.gstatic.com/ipranges/goog.json**. This file is the generic Google ip ranges file. We could not use the Google Cloud specific file due to some ip ranges from the apis being in the first file (goog.json). ([More info here](https://support.google.com/a/answer/10026322?hl=en))
85
85
86
+
We'd like to include the private ranges alongside the public ranges. The private ranges don't appear to be published in a static json file, but are listed in documentation in various places:
0 commit comments