VectorVue Demo Access Matrix
This guide provides demo identities, tenant URLs, and a reliable walkthrough sequence for sales and delivery demonstrations.
1. Demo Seed Output
Command:
make seed-clients
Default seed includes:
- two tenant portals
- two client users per tenant
- red-team operator accounts
- two campaigns per tenant with populated findings, reports, remediation, analytics, and compliance-ready activity
2. Default Accounts
2.1 Global Operator Accounts
redteam_admin/RedTeamAdm1n!(ADMIN)rt_lead/LeadOperat0r!(LEAD)rt_operator/CoreOperat0r!(OPERATOR)
2.2 Tenant A
- Tenant:
ACME Industries - Tenant ID:
10000000-0000-0000-0000-000000000001 - Portal:
https://acme.vectorvue.local/login acme_viewer/AcmeView3r!(viewer)acme_operator/AcmeOperat0r!(operator)
2.3 Tenant B
- Tenant:
Globex Corporation - Tenant ID:
20000000-0000-0000-0000-000000000002 - Portal:
https://globex.vectorvue.local/login globex_viewer/GlobexView3r!(viewer)globex_operator/GlobexOperat0r!(operator)
3. Recommended 10-Minute Demo Script
- Run
make deployandmake seed-clients. - Login as
acme_viewer. - Show Overview -> Analytics -> Findings -> Remediation -> Reports -> Risk.
- Download one report and one findings export.
- Switch to
globex_viewerand repeat key pages to demonstrate tenant isolation. - Optionally show one compliance endpoint response envelope from API.
4. Variable Overrides
Use Make variables to customize accounts and tenant identities for customer demos.
Example:
make seed-clients \
PANEL1_TENANT_NAME="Northwind Health" \
PANEL1_CLIENT_USER_1="northwind_viewer" \
PANEL1_CLIENT_PASS_1="StrongPass123!"