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"] },