IP Allowlist

Cette page n'est pas encore disponible en français, sa traduction est en cours.
Si vous avez des questions ou des retours sur notre projet de traduction actuel, n'hésitez pas à nous contacter.
Get Started with IP Allowlist

The IP allowlist feature is available for customers on an enterprise plan only. Request access by contacting support.

Request Access

Overview

Screenshot showing the IP allowlist UI, containing four IP ranges

The IP allowlist controls which networks can be used to access your data in Datadog. By limiting allowed networks, you can protect your resources from data exfiltration and insider threats.

When the IP allowlist is enabled, only IP addresses or CIDR ranges in the allowlist can access the Datadog API and UI.

Blocked and allowed resources

If a user’s IP is not contained in the IP allowlist, they are effectively blocked from accessing and using:

  • Datadog’s web UI
  • Datadog’s public API, including both documented and unpublished endpoints
  • Datadog’s mobile apps (iOS, Android)
  • Third-party integrations and applications that access Datadog through OAuth

The IP allowlist feature does not block access to the following:

Applications and integrations that submit telemetry from the Agent (metrics, traces, and logs), and those that use an API key provided by the user, are not impacted by the IP allowlist. Datadog recommends utilizing the Audit Trail to monitor for IP addresses from third party applications and integrations.

Functionality

Only users with the Org Management permission can configure the IP allowlist.

With the IP allowlist API or UI, you can:

  • Check the status of the IP allowlist. Whether the IP allowlist is on or off determines whether your organization is restricting requests by IP address allowlist membership.
  • Turn the IP allowlist on and off.
  • Show the IP addresses (as CIDR ranges) that are covered by your IP allowlist.
  • Add IP addresses (IPv4 or IPv6) or CIDR ranges to the IP allowlist with an optional note.
  • Edit the note for an IP address already in the IP allowlist.
  • Delete a single entry from the IP allowlist.
  • Replace the whole IP allowlist with new entries (only available through the API).

Lockout prevention

When you enable or modify the IP allowlist, the system enforces constraints to make sure you can still access your data:

  • At least one entry in the IP allowlist contains your current IP
  • The allowlist contains at least one entry

Managing the IP allowlist in the UI

Note: The IP allowlist page only appears in the UI if your Datadog organization has the feature turned on.

To find the IP allowlist UI:

  1. Navigate to Organization Settings from your account menu.
  2. Under Access, select IP Allowlist.

The IP allowlist table lists the CIDR ranges contained in the IP allowlist.

Enable and disable the IP allowlist

A banner at the top of the page shows the enabled or disabled status of the IP allowlist. It also shows your IP and whether that IP is in the allowlist.

To toggle the IP allowlist status, click the Enable or Disable button.

Add IP addresses or CIDR ranges

Screenshot showing a dialog box titled Add IP to allowlist
  1. Click the Add IP button at the top right of the page.
  2. Enter a valid IP address or CIDR range.
  3. Optionally, add a note, for example, to remind yourself why you are allowing access to certain addresses.
  4. Click Confirm.

Edit IP addresses or CIDR ranges

  1. In the IP allowlist table, hover over the row you wish to edit.
  2. Click the pencil (Edit) icon.
  3. Change the descriptive Note text.
  4. Click Confirm.

Delete IP addresses or CIDR ranges

  1. In the IP allowlist table, hover over the row you wish to delete.
  2. Click the trash can (Delete) icon and confirm you want to delete it.

Managing the IP allowlist programmatically

To manage the IP allowlist through the API, see the IP Allowlist API documentation.

See the ip_allowlist resource to manage the IP allowlist in Terraform.