Count Down... | Rocket Vetting
You can be operational quickly — setup once, then run autonomously.
Rocket Vetting onboarding is designed to be privacy-first and repeatable. You configure your environment, run the bootstrap, verify secure SFTP connectivity and database integration, and then enable continuous processing.
-
5
Register
Create your account to start onboarding. You’ll receive a Welcome email and access to your portal settings (including your assigned partner code used for secure SFTP routing).
-
4
Edit
config_control.txt(setup settings)This file configures Rocket Vetting for your environment — identity, database connectivity, roster mapping, and optional trigger settings. Edit values only; do not change key names.
- Identity:
CUSTOMER_NAME(your partner code / SFTP login routing) - Match method:
MATCH_TYPE(ByDOB recommended; BySSN only if SSN present) - Database:
DB_TYPE,DB_HOST,DB_PORT,DB_NAME,DB_USER,DB_PASSWORD - Roster mapping: source table/view + column names (
FIRST_NAME_COLUMN,DOB_COLUMN, etc.) - Optional triggers: express + deactivate rules (
EXPRESS_COLUMN/EXPRESS_VALUE, etc.) - Alerts:
ADMIN_EMAIL(optional)
Security note: treatconfig_control.txtas sensitive (it contains DB credentials). Restrict access to your Rocket Vetting service account. - Identity:
-
3
Edit
run_control.txt(operational controls)This file controls operations — continuous vs once, which launch pads are enabled, whether reentry is enabled, and trial pacing controls to prevent burning through credits too quickly.
- Run mode:
RUN_MODE(continuous recommended) - Global stop:
ALL_STOP(pause everything) - Launch pads:
LAUNCH_PAD_01_ENABLED…LAUNCH_PAD_04_ENABLED - Express:
LAUNCH_EXPRESS_ENABLED/REENTRY_EXPRESS_ENABLED - Trial pacing:
TRIAL_PACING_ENABLED,TRIAL_MAX_PER_CYCLE,TRIAL_MAX_PER_DAY,TRIAL_DISABLE_EXPRESS
Tip: During trial, keep pacing enabled and consider disabling express to avoid rapid consumption. Server-side limits are still enforced — these settings help you pace submissions on your side. - Run mode:
-
2
Run
bootstrap(validate DB + SFTP and initialize)Bootstrap is a restartable setup wizard with checkpoints. It can generate SSH keys, test SFTP connectivity, initialize required database objects, and run onboarding steps based on your configuration.
- Generates SSH keys (if missing) and prints the public key for the portal
- Tests SFTP (verifies inbox/outbox connectivity)
- Creates DB objects (tables / stored procedures appropriate for your DB)
- Onboards roster and optionally generates/applies triggers (per your settings)
Typical commandsbootstrap.py --resume
bootstrap.py --from sftp_keys
bootstrap.py --only onboard_roster
bootstrap.py --reset -
🚀
Ignition & Lift Off
Once bootstrap passes, enable your launch pads and reentry pads in
run_control.txt. Rocket Vetting agents can then run continuously — uploading batches for vetting and applying results back into your environment.