- 필수 기능
- 시작하기
- Glossary
- 표준 속성
- Guides
- Agent
- 통합
- 개방형텔레메트리
- 개발자
- Administrator's Guide
- API
- Datadog Mobile App
- CoScreen
- Cloudcraft
- 앱 내
- 서비스 관리
- 인프라스트럭처
- 애플리케이션 성능
- APM
- Continuous Profiler
- 스팬 시각화
- 데이터 스트림 모니터링
- 데이터 작업 모니터링
- 디지털 경험
- 소프트웨어 제공
- 보안
- AI Observability
- 로그 관리
- 관리
",t};e.buildCustomizationMenuUi=t;function n(e){let t='
",t}function s(e){let n=e.filter.currentValue||e.filter.defaultValue,t='${e.filter.label}
`,e.filter.options.forEach(s=>{let o=s.id===n;t+=``}),t+="${e.filter.label}
`,t+=`The FIPS Agent is a flavor of the Datadog Agent that natively supports Federal Information Processing Standards (FIPS) compliance. The FIPS Agent includes limited support for integrations that need to collect observability data that is external to the host.
The FIPS Agent’s compliance is based on its use of the FIPS 140-2 validated Cryptographic Module - Certificate #4282. See the related security policy for information about validated operating environments and restrictions.
It is your responsibility to ensure operating environment compliance with the security policy and wider FIPS guidance.
Supported platforms:
Bare metal and VMs | RHEL >= 7 Debian >= 8 Ubuntu >= 14.04 SUSE >= 12 Windows Server >= 2016 Windows >= 10 |
Cloud and container | Amazon ECS AWS EKS (Helm) Docker |
Supported products (Agent 7.65.0 and above):
The Datadog FIPS Agent does not support the following:
In addition to the Operating System (OS) requirements above:
Remove any fips-proxy
installations on the host by uninstalling the datadog-fips-proxy
package with your OS package manager. For example:
Red Hat
sudo yum remove datadog-fips-proxy
Ubuntu/Debian
sudo apt-get remove datadog-fips-proxy
Ensure that the Agent’s configuration file does not contain any FIPS proxy settings. FIPS proxy settings use the fips.*
prefix.
Use the instructions for your OS to uninstall the Datadog Agent.
Install the Agent with FIPS support.
Note: FIPS support is only available on Agent versions 7.65.0 and above:
If you’re using the Agent install script, specify the DD_AGENT_FLAVOR="datadog-fips-agent"
environment variable in your installation command. For example:
DD_SITE="ddog-gov.com" DD_API_KEY="MY_API_KEY" DD_AGENT_FLAVOR="datadog-fips-agent" … bash -c "$(curl -L https://s3.amazonaws.com/dd-agent/scripts/install_script_agent7.sh)"
If you’re installing with a package, follow the instructions to install the latest datadog-fips-agent
package available for your platform.
Add GOFIPS=1
to your Datadog environment variables, reload all service units, and restart the Datadog Agent service (datadog-agent.service
). For example, if your host is using systemd:
echo "GOFIPS=1" | sudo tee -a /etc/datadog-agent/environment
systemctl daemon-reload
systemctl restart 'datadog-agent*'
Run the datadog-agent status
command and make sure you see FIPS Mode: enabled
in the status output.
Follow the Windows instructions to uninstall the Datadog Agent.
Run the command below to install the FIPS Agent, replacing DATADOG_API_KEY
with your API key:
Note: FIPS support is only available on Agent versions 7.65.0 and above:
$p = Start-Process -Wait -PassThru msiexec -ArgumentList '/qn /i https://windows-agent.datadoghq.com/datadog-fips-agent-7.65.0.msi /log C:\Windows\SystemTemp\install-datadog.log APIKEY="<DATADOG_API_KEY>" SITE="ddog-gov.com"'
if ($p.ExitCode -ne 0) {
Write-Host "msiexec failed with exit code $($p.ExitCode) please check the logs at C:\Windows\SystemTemp\install-datadog.log" -ForegroundColor Red
}
Run the Agent status
command and make sure you see FIPS Mode: enabled
in the status output.
& "$env:ProgramFiles\Datadog\Datadog Agent\bin\agent.exe" status
Note: The program name for the FIPS Agent in Add or Remove Programs is “Datadog FIPS Agent.”
You, the Datadog customer, are responsible for host security and hardening.
Security considerations: