VTA management

Operational tasks for a running VTA: control who has access, retrieve secrets for services at runtime, rotate credentials, and protect against data loss with backup and restore.

Running a VTA in production means handling day-two operations: granting and revoking access as your team changes, delivering credentials to services without hardcoding them, rotating a compromised key, and recovering from data loss. Getting any of these wrong either locks out a service or leaves a credential over-exposed.

The guides in this section cover the pnm CLI commands for each task, grouped by area: access and keys, secrets, credential lifecycle, and resilience. You can run any of these operations without redeploying a service or rebuilding your VTA from scratch. Start with Grant and revoke access if you need to grant or revoke access.

Prerequisites: these guides assume you already have a running VTA and the pnm CLI installed and connected as a context admin. If you haven’t set up a VTA yet, start with Quickstart.