Skip to content

Commit 7e5bc6e

Browse files
[AGENTRUN-730] Fix URLs to unbreak FIPS certification pointer (#32005)
The page uses indexed URL references, but was overwriting the meaning of each index. Changed each URL reference to be a unique index. --------- Co-authored-by: hestonhoffman <[email protected]>
1 parent 710c036 commit 7e5bc6e

File tree

1 file changed

+12
-11
lines changed

1 file changed

+12
-11
lines changed

content/en/agent/configuration/fips-compliance.md

Lines changed: 12 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -28,10 +28,9 @@ The FIPS Agent also includes [limited support for integrations][3] that need to
2828

2929
## Supported platforms and limitations
3030

31-
3231
Supported platforms:
3332

34-
|||
33+
| | |
3534
| --- | ----------- |
3635
| Bare metal and VMs | RHEL >= 7<br>Debian >= 8<br>Ubuntu >= 14.04<br>SUSE >= 12<br>Windows Server >= 2016<br>Windows >= 10|
3736
| Cloud and container| Amazon ECS<br>AWS EKS (Helm)<br>Docker|
@@ -49,14 +48,12 @@ Supported products (Agent 7.65.0 and above):
4948
The Datadog FIPS Agent does **not** support the following:
5049
- Communication between Cluster Agent and Node Agents
5150
- Outbound communication to anything other than GovCloud
52-
- Datadog [DDOT Collector][1]
51+
- Datadog [DDOT Collector][4]
5352

54-
[1]: /opentelemetry/setup/ddot_collector
5553

5654
## Compliance guidelines
57-
<div class="alert alert-warning">
58-
This is not an exhaustive list. These requirements are a baseline only. You are responsible for evaluating your environment and implementing any additional controls needed to achieve full FIPS compliance.
59-
</div>
55+
<div class="alert alert-warning">This is not an exhaustive list. These requirements are a baseline only. You are responsible for evaluating your environment and implementing any additional controls needed to achieve full FIPS compliance.</div>
56+
6057
The following baseline controls apply to each platform. Your system may require additional controls:
6158

6259
{{< tabs >}}
@@ -155,21 +152,24 @@ if ($p.ExitCode -ne 0) {
155152
156153
{{% tab "AWS Lambda" %}}
157154
158-
For AWS Lambda FIPS compliance, follow the instructions in the [AWS Lambda FIPS Compliance](/serverless/aws_lambda/fips-compliance/) documentation.
155+
For AWS Lambda FIPS compliance, follow the instructions in the [AWS Lambda FIPS Compliance][1] documentation.
156+
157+
[1]: /serverless/aws_lambda/fips-compliance/
159158
160159
{{% /tab %}}
161160
162161
{{% tab "AWS ECS" %}}
163162
164-
When following the [ECS installation instructions](/containers/amazon_ecs/), make sure to use these FIPS-specific configuration values for your Task Definition:
163+
When following the [ECS installation instructions][1], make sure to use these FIPS-specific configuration values for your Task Definition:
165164
- Set `image` in the `containerDefinitions` object to `public.ecr.aws/datadog/agent:7-fips`
166165
- Set `DD_SITE` environment variable to `ddog-gov.com`
167166
167+
[1]: /containers/amazon_ecs/
168168
{{% /tab %}}
169169
170170
{{% tab "AWS EKS" %}}
171171
172-
When following the [Datadog Agent installation on Kubernetes](/containers/kubernetes/installation/) instructions, make sure to include these FIPS-specific configuration values in the `datadog-agent.yaml` file depending on your chosen installation method:
172+
When following the [Datadog Agent installation on Kubernetes][1] instructions, make sure to include these FIPS-specific configuration values in the `datadog-agent.yaml` file depending on your chosen installation method:
173173
174174
For the Datadog Operator:
175175
```yaml
@@ -186,6 +186,7 @@ datadog:
186186
useFIPSAgent: true
187187
```
188188
189+
[1]: /containers/kubernetes/installation/
189190
{{% /tab %}}
190191
191192
{{< /tabs >}}
@@ -207,4 +208,4 @@ You, the Datadog customer, are responsible for **host** security and hardening.
207208
[1]: https://csrc.nist.gov/projects/cryptographic-module-validation-program/certificate/4282
208209
[2]: https://csrc.nist.gov/CSRC/media/projects/cryptographic-module-validation-program/documents/security-policies/140sp4282.pdf
209210
[3]: /integrations/guide/fips-integrations
210-
[4]: /integrations/guide/jmxfetch-fips
211+
[4]: /opentelemetry/setup/ddot_collector

0 commit comments

Comments
 (0)