telexed ~ c / 39291f2f-7e4radar:50 · infra_saasLIVE
← back
NO.
#39291f2f
Topic
INFRA & SAAS
Source
vercel_blog
Published
2026-05-06 00:00:00
Importance
★ 5/10 — radar 50
`Vercel` adds production-only access for Marketplace credentials
FIG-3921:1

`Vercel` adds production-only access for Marketplace credentials

Marketplace credentials can now be locked to Production, cutting off dashboard and CLI reads outside prod. Useful guardrail if preview or dev projects should never touch live secrets.

[ KEY POINTS ]
  1. Turning on Allowed Environments -> Production only removes non-production access and protects secret values from dashboard and CLI reads.
  2. After the switch, existing Development and Preview connections are removed, and any connection without a Production target is disconnected.
  3. New non-production connections are blocked going forward, so accidental secret exposure from test projects gets shut down at the platform layer.
  4. Rolling this back needs Owner permissions, may trigger MFA, and Vercel recommends rotating the integration secrets after enabling it.
Originalvercel.com/changelog/secure-marketplace-credentials-with-production-only-accessRead original →

// related