Database Integration

MongoDB

Connect TigerIdentity to MongoDB for automated NoSQL database user management, just-in-time access provisioning, and comprehensive audit logging.

Key Features

User & Role Discovery

Automatically discover MongoDB users, roles, and database-level privileges across clusters.

RBAC Mapping

Map MongoDB role-based access control to TigerIdentity entitlements for unified governance.

Just-In-Time Access

Provision temporary MongoDB user accounts with time-bound role assignments.

Audit Log Ingestion

Ingest MongoDB audit logs to track operations and privilege usage patterns.

Identity Graph

Map database users to human identities for complete access visibility across NoSQL stores.

Credential Rotation

Automate MongoDB password rotation and credential management for service accounts.

How It Works

1

Connect

Configure the MongoDB connector with admin credentials to query user and role collections.

2

Discover

TigerIdentity scans MongoDB clusters to discover users, roles, and privilege assignments.

3

Govern

Create policies to automate MongoDB access provisioning and enforce least-privilege principles.

Configuration Example

connector:
  type: mongodb
  name: "mongodb-production"

  config:
    connection_string: "${MONGODB_URI}"
    auth_database: "admin"
    username: "${MONGODB_ADMIN_USER}"
    password: "${MONGODB_ADMIN_PASSWORD}"
    tls: true

  sync:
    users: true
    roles: true
    database_privileges: true
    collection_privileges: true

  audit:
    enabled: true
    log_operations: true
    log_authentication: true

  mapping:
    user_attributes:
      - mongodb: user
        tiger: database_user
      - mongodb: db
        tiger: auth_database

Use Cases

NoSQL Access Governance

Centralize MongoDB user and role management across multiple clusters and replica sets.

Temporary Database Access

Grant developers time-bound production database access with automatic role revocation.

Service Account Management

Track and rotate credentials for MongoDB service accounts used by microservices.

Compliance Reporting

Generate audit trails showing who accessed which databases and what operations were performed.

Ready to connect MongoDB?

See how TigerIdentity integrates with your MongoDB clusters in a personalized demo.

Schedule Your Demo