From dfd05d3723282bf34b53d1c4c4517b6d67f528cc Mon Sep 17 00:00:00 2001 From: Chris Busillo Date: Tue, 2 Jun 2026 15:59:01 -0400 Subject: [PATCH] Allow VeriReel runtime bindings in testing --- import-material/launchplane/seed-imports/catalog.json | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/import-material/launchplane/seed-imports/catalog.json b/import-material/launchplane/seed-imports/catalog.json index fba88de4..4ab01da4 100644 --- a/import-material/launchplane/seed-imports/catalog.json +++ b/import-material/launchplane/seed-imports/catalog.json @@ -411,25 +411,25 @@ }, { "binding_key": "BETTER_AUTH_SECRET", - "secret_class": "prod_only", + "secret_class": "shared_safe", "allowed_contexts": ["verireel"], "allowed_instances": ["testing", "prod"] }, { "binding_key": "VERIREEL_SECRETS_MASTER_KEY", - "secret_class": "prod_only", + "secret_class": "shared_safe", "allowed_contexts": ["verireel"], "allowed_instances": ["testing", "prod"] }, { "binding_key": "VERIREEL_CRON_SECRET", - "secret_class": "prod_only", + "secret_class": "shared_safe", "allowed_contexts": ["verireel"], "allowed_instances": ["testing", "prod"] }, { "binding_key": "POSTGRES_PASSWORD", - "secret_class": "prod_only", + "secret_class": "shared_safe", "allowed_contexts": ["verireel"], "allowed_instances": ["testing", "prod"] },