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: content/en/security/application_security/threats/setup/threat_detection/gcp-service-extensions.md
+10-3Lines changed: 10 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -50,11 +50,16 @@ and [create a Service Extension as a traffic extension][5].
50
50
51
51
To integrate a Service Extension with ASM using the Google Cloud Console, complete the following steps:
52
52
53
-
1.**Create a VM Compute instance** using the Datadog Service Extensions Docker image. The image is available on the [Datadog Go tracer GitHub Registry][1].
53
+
1.**Create a VM Compute instance** using the Datadog ASM Service Extensions Docker image. The image is available on the [Datadog Go tracer GitHub Registry][1].
54
54
55
-
See the [Configuration](#configuration) section below for available environment variables when setting up your VM instance.
55
+
See the [Configuration](#configuration) section below for available environment variables when setting up your VM instance.
56
+
57
+
<divclass="alert alert-info">
58
+
<strong>Note:</strong> Be sure to update accordingly your Firewall rules to allow the Load Balancer to communicate with the Callout VM instance. The same also applies to the Datadog Agent.
59
+
</div>
56
60
57
61
2.**Add the VM to an unmanaged instance group**
62
+
58
63
Specify `http:80` and `grpc:443` (or your configured values) for the port mappings of the instance group.
59
64
60
65
3.**Create a backend service and add your instance group**
@@ -73,6 +78,8 @@ To integrate a Service Extension with ASM using the Google Cloud Console, comple
73
78
2. Select your load balancer type
74
79
3. Select `Traffic extensions` as the type
75
80
4. Select your forwarding rules
81
+
82
+
76
83
<br>
77
84
78
85
5.**Create an Extension Chain**
@@ -107,7 +114,7 @@ You can use Terraform to automate the deployment of the ASM GCP Service Extensio
107
114
You can import the following module to your project. It's installing a the service extension on a **Global External Load Balancer**:
0 commit comments