Skip to content

Add shared inactive VuMark database to secrets files#3012

Merged
adamtheturtle merged 1 commit intomainfrom
adamtheturtle/add-inactive-vumark-secrets
Feb 23, 2026
Merged

Add shared inactive VuMark database to secrets files#3012
adamtheturtle merged 1 commit intomainfrom
adamtheturtle/add-inactive-vumark-secrets

Conversation

@adamtheturtle
Copy link
Member

@adamtheturtle adamtheturtle commented Feb 23, 2026

Add a single inactive VuMark database created once per run and shared across all 100 secrets files. This mirrors the pattern used for inactive cloud databases: create a license, create the VuMark database, capture its credentials, then delete the license to make it inactive. Each generated secrets file now includes credentials for an inactive VuMark database alongside the existing inactive cloud database credentials.

Co-Authored-By: Claude Sonnet 4.6 noreply@anthropic.com


Note

Low Risk
Changes are limited to an admin script and add extra resource creation/deletion plus new env vars; main risk is flakiness or failures during Selenium-driven setup rather than runtime behavior.

Overview
Secrets file generation now also provisions a single “inactive” VuMark database per run (create license + DB, capture credentials, then delete license) and reuses its credentials across all generated secrets files.

Each vuforia_secrets_*.env file gains new INACTIVE_VUMARK_* entries alongside the existing inactive cloud DB values, requiring an extra Chrome driver/login during setup.

Written by Cursor Bugbot for commit a855d64. This will update automatically on new commits. Configure here.

Create a single inactive VuMark database (one per run, shared across all 100 secrets files) by mimicking the pattern used for inactive cloud databases: create a license, create the VuMark database, capture its credentials, then delete the license. This provides test fixtures with inactive VuMark database credentials alongside the existing inactive cloud database credentials.

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
@adamtheturtle adamtheturtle merged commit 74d386d into main Feb 23, 2026
101 of 103 checks passed
@adamtheturtle adamtheturtle deleted the adamtheturtle/add-inactive-vumark-secrets branch February 23, 2026 08:22
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant