Skip to content

Commit 40a678f

Browse files
committed
sync both pages
1 parent 9a3866b commit 40a678f

File tree

2 files changed

+13
-3
lines changed

2 files changed

+13
-3
lines changed

content/en/security/application_security/setup/gcp/service-extensions.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ You can enable App and API Protection (AAP) with GCP Service Extensions within G
3535
- In your GCP project, you have either the project `owner` or `editor` role, or the relevant Compute Engine IAM roles: `compute.instanceAdmin.v1` (to create instances) and `compute.networkAdmin` (to set up load balancing).
3636
- A GCP project with a Cloud Load Balancer is configured for your services. The Cloud Load Balancer must be one of the [Application Load Balancers that supports Traffic Callouts][3].
3737
- Compute Engine API and Network Services API are enabled:
38-
38+
3939
```bash
4040
gcloud services enable compute.googleapis.com networkservices.googleapis.com
4141
```
@@ -58,7 +58,7 @@ To set up the App and API Protection Service Extension in your GCP environment,
5858
</div>
5959

6060
2. Add the VM to an unmanaged instance group.
61-
61+
6262
Specify `http:80` and `grpc:443` (or your configured values) for the port mappings of the instance group.
6363

6464
3. Create a backend service with the following settings:
@@ -495,7 +495,7 @@ The GCP Service Extensions have the following limitations:
495495

496496
## Using AAP without APM tracing
497497

498-
If you want to use Application & API Protection without APM tracing functionality, you can deploy with tracing disabled:
498+
If you want to use App and API Protection without APM tracing functionality, you can deploy with tracing disabled:
499499

500500
1. Configure your tracing library with the `DD_APM_TRACING_ENABLED=false` environment variable in addition to the `DD_APPSEC_ENABLED=true` environment variable.
501501
2. This configuration will reduce the amount of APM data sent to Datadog to the minimum required by App and API Protection products.

content/en/security/application_security/setup/standalone/gcp-service-extensions.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -491,6 +491,16 @@ The GCP Service Extensions have the following limitations:
491491

492492
* The request body is not inspected, regardless of its content type.
493493

494+
## Using AAP without APM tracing
495+
496+
If you want to use App and API Protection without APM tracing functionality, you can deploy with tracing disabled:
497+
498+
1. Configure your tracing library with the `DD_APM_TRACING_ENABLED=false` environment variable in addition to the `DD_APPSEC_ENABLED=true` environment variable.
499+
2. This configuration will reduce the amount of APM data sent to Datadog to the minimum required by App and API Protection products.
500+
501+
For more details, see [Standalone App and API Protection][standalone_billing_guide].
502+
[standalone_billing_guide]: /security/application_security/guide/standalone_application_security/
503+
494504
## Further Reading
495505

496506
{{< partial name="whats-next/whats-next.html" >}}

0 commit comments

Comments
 (0)