Skip to main content
Connecting GitLab lets Traversal correlate incidents with recent code changes by pulling commits and merge requests, helping it explain “what changed” alongside telemetry evidence. Supports both gitlab.com and self-hosted GitLab instances.

What Traversal reads

  • Merge requests — recent MRs, diffs, and discussions
  • Commits — commit history and changed files
  • Code — file contents and code search results

Setup

Self-hosted GitLab

For self-hosted instances, expand Self-Hosted Configuration and enter your GitLab host base URL (for example, https://gitlab.yourcompany.com). Do not include /api/v4. Ensure the instance is accessible from Traversal.

Required token scopes

  • Read-only: read_api + read_repository
  • Broader access: api

More information