TigerGate scans your MongoDB Atlas organization’s security posture (network access lists, cluster encryption settings, database auth configuration, and more) via an Atlas API key (public/private key pair).
The key only needs the Organization Read Only role. TigerGate can never change clusters, network access rules, or database users.

Before you start

In TigerGate, open Integrations → Cloud Providers and add a MongoDB Atlas connection. You’ll fill in three values:
ValueWhat it is
Public KeyAtlas API public key.
Private KeyAtlas API private key — from the same key pair as the public key.
Organization ID (optional)Restricts the connection to a single Atlas organization — leave blank to use whatever the key can access.

1. Create the API key

1

Open Organization Access Manager

In Atlas, go to your Organization → Access Manager → API Keys → Create API Key.
2

Set the role and description

Name it TigerGate CSPM Scan and assign the Organization Read Only role — no write permissions are needed.
3

Copy both keys and allow TigerGate's IP

Atlas shows the Public Key and Private Key once. Copy both. If your organization restricts API access by IP, add TigerGate’s scanning IP range to the key’s Access List (contact support for the current range).

2. Connect it in TigerGate

1

Paste both keys

In Integrations → Cloud Providers, add a MongoDB Atlas connection and enter the Public Key and Private Key. Set Organization ID (Organization → Settings) if you belong to multiple Atlas organizations and want to restrict the scan to one.
2

Test

Click Test. TigerGate confirms both the Public Key and Private Key are present. The keys themselves are validated against the Atlas Administration API when the first scan runs, so a bad key or an IP block surfaces on the scan rather than at Test time.
3

Scan or schedule

Run an on-demand scan, or add a Schedule to rescan on a recurring cadence.

Troubleshooting

Scan errorCauseFix
401 UnauthorizedWrong public/private key pairRe-copy both from the same API key
403 Forbidden from an IP not on the access listThe key has an IP access list and TigerGate’s range isn’t on itAdd TigerGate’s IP range to the key’s Access List, or remove the list
Organization not foundOrganization ID doesn’t match, or the key isn’t scoped to itVerify the ID under Organization → Settings, or leave the field blank
Scan runs but few findingsKey role is narrower than Organization Read Only (e.g. project-level only)Re-create the key at the organization level with Organization Read Only