← All posts
How-To

Lab Platform Connections: Verify Changes Before They Hit Production

A change you verified in a lab is a change you can trust in production.

NAPT Team6 min read
NAPT

The safest place to prove a change works is a lab that mirrors production. The /lab page lets you register lab platform connections, test them, and run verifications as part of a change lifecycle.

Adding a connection

  • Pick a provider and enter the API endpoint.
  • Reference your credentials by Vault path — secrets never live in the connection record.
  • Inline validation flags a malformed endpoint or missing reference before you can save.

Test connection

Each connection has a Test button that performs a lightweight reachability check and reports status. The check routes through an SSRF guard — HTTPS only, with loopback, private, and cloud-metadata hosts blocked — so a lab URL can never be used to probe internal infrastructure.

Running a verification

With a connection active, runLabVerification launches a verification tied to a change lifecycle and records the result (and any packet-capture reference) against your workspace.

#lab#verification#vault#ssrf#change-management

Was this helpful?

Generate scripts for the task covered in this post

Describe what you need and NAPT writes production-ready automation in Netmiko, NAPALM, or Nornir.

Open Script Generator →
New to NAPT? Start with the Setup Guide

Related posts