Providers

Vercel

Connect Vercel: the Marketplace install flow, the team, project, deployment, environment variable, and domain data Noru collects, and how domains reach certificate monitoring.

Authentication
OAuth
Categories
Infrastructure, Security
Sync cadence
Daily by default (hourly, weekly, or monthly on request)
Requested access
userteamprojectdeployment

Vercel supplies deployment and infrastructure evidence. Noru installs as a Vercel Marketplace integration on a team, reads projects, recent deployments, checks, environment variable metadata, and domains, and hands the domains to certificate monitoring.

What Noru collects

All flags default to on.

ObjectSource callWhat it feeds
User and teamVercel user and team endpoints, team members and rolesIAM and access evidence
ProjectsTeam projectsAssets, project configuration evidence
DeploymentsThe 20 most recent per projectChange-management and release evidence
Deployment checksFor the 5 most recent deployments per projectRelease-gate evidence
Environment variablesPer project: key, type, targets, created and updated. Values are not storedConfiguration evidence
Project and team domainsDomain endpointsCertificate monitoring

What Noru does not collect

  • Environment variable values. The Vercel API returns the value; Noru discards it and keeps the metadata only.
  • Source code, build logs, or function logs.
  • Deployments beyond the 20 most recent per project.
  • Noru never deploys, redeploys, or changes settings.

Before you connect

  • A Vercel account that can install integrations on the team. On Hobby and Pro that is the owner; on Enterprise, an owner or a member with integration rights.
  • A decision on which team and projects to expose. The Marketplace install screen lets you pick the team and either all projects or a subset.
  • Popups allowed for the app domain.

Connect

Open /data-sources and click Connect Data Source.
Pick Vercel under Infrastructure. The Connect Vercel dialog opens with the caption "Connect your Vercel account to automatically collect deployment, project, and infrastructure evidence."
Enter a Connection name (placeholder "e.g., Production Vercel"). Review "What we collect" and "Required permissions".
Click Connect Vercel. A popup opens the Marketplace install page for Noru; choose the team and the projects to grant.
Confirm the install. Vercel returns an authorization code, Noru exchanges it for an access token, and the first sync starts.
Connect Vercel dialog listing what is collected and required permissionsConnect Vercel dialog listing what is collected and required permissions
The install itself happens in Vercel's Marketplace UI.

Vercel integration tokens do not expire; Noru stores no expiry and does not refresh them. Access ends when you uninstall the integration in Vercel.

After connecting

  • Evidence maps to IAM, asset-management, change-management, release-management, secure-development, data-management, configuration-management, network-operations, and cryptography controls.
  • Domains are recorded and, after each sync, registered for certificate monitoring, so it watches every Vercel-served hostname without manual entry.
  • Findings, where produced, link to assets and risks.

Permissions in detail

ScopeWhy Noru asksWhat it could technically allow
userIdentify the installing userRead the user's profile
teamTeam, members, and rolesRead team membership
projectProjects, environment variable metadata, project domainsRead project settings, including environment variable values on the API response
deploymentDeployments and checksRead deployment metadata

The Marketplace integration is configured with the four scopes above. Deployment checks come from the checks endpoint, which returns 403 unless the integration also holds write-level checks permission; Noru does not hold it, so a 403 there is expected and logged, not an error.

The project scope returns environment variable values on the API. Noru discards them before writing evidence, but the token itself can read them. Scope the install to the projects you want in evidence.

Troubleshooting

SymptomCause and fix
Wrong team's projects appearThe install was made on another team. Uninstall in Vercel, reconnect, and pick the right team
403 on deployment checks in the sync logExpected without checks permission. Deployments still sync
"Project not found" when reading environment variablesThe project is outside the installed scope; Noru skips it. Extend the install to that project
"App ID is invalid" or "Redirect URI mismatch"Noru-side integration configuration. Contact support
Domains are not in certificate monitoringDomains are registered after the sync completes; check the sync finished without error
Access stopped without a token errorThe integration was uninstalled in Vercel. Reconnect

Last updated on