Platform

Platform overviewWorkflow orchestrationGitOps configurationGovernance and AAAAI and MCPRuntime and executionEvidence and monitoring

Use cases

All use casesProduction incidentRelease preparationHotfix to productionSecurity scan triage
Why NopsAIIntegrationsSecurity

Resources

All resourcesAI agent governanceMCP governanceMCP securitySelf-hosted platforms
Pricing

Company

How a run worksAboutContactBook a demo

GitLab integration

GitLab events, normalized into one trigger and authorization model.

GitLab arrives as an authenticated webhook source. Provider-specific verification stays at the edge, and what enters the platform is a normalized event that goes through the same trigger, authorization and evidence model as every other signal.

What it does

GitLab inside a governed run.

How GitLab participates once it is connected — and what the platform does with what it returns.

  1. Authenticated deliveries

    Webhook sources carry HMAC or static-token verification, resolved from the credential registry for that specific purpose rather than from a shared secret reused across integrations.

  2. Repository allowlists

    A source declares which repositories may use it. An event from a repository outside the allowlist does not become a run, regardless of whether the signature validated.

  3. Changed-file filters

    Runs can be constrained to events that actually touch the paths they care about, so a documentation commit does not start a deployment-adjacent workflow.

  4. Rate limits and audit history

    Sources carry delivery rate limits and retain history, so a misconfigured hook is visible and bounded rather than an unmetered path into execution.

How it stays governed

The controls that make it safe to leave connected.

An integration is easy to add and hard to bound. These are the parts that decide whether it stays reviewable six months later.

Source identity is preserved

Provider-aware ingestion normalizes the event shape without discarding which source it came from. The evidence record names the origin, not just the resulting run.

Signing secrets are purpose-bound

Webhook signing material resolves through the credential registry for that source and purpose only, with versioning, rotation and consumer access records.

Trigger scope is declared, not inferred

Which pipelines a source may start is explicit configuration under review, so widening it is a reviewable change rather than a side effect of adding a hook.

Common questions

What teams ask about GitLab.

Does this replace GitLab CI?

No. Builds, tests and deployments stay in GitLab CI, which is the right home for them. A governed run handles the cross-system operational work — the part where the next step depends on what the last step found — and the two meet at the event boundary.

What about self-managed GitLab?

The webhook source model does not assume a hosted provider. Deliveries are authenticated with your own credentials, and because the platform is self-hosted the whole path can stay inside your network.

Can Bitbucket or Gitea use the same model?

Yes. Provider-aware ingestion covers Bitbucket and Gitea through the same normalized webhook source model, with the same allowlists, filters and audit history.

Map your GitLab workflow end to end.

Bring one real workflow. We will map its trigger, tools, approvals, runtime boundary and evidence requirements with you.