cli icon indicating copy to clipboard operation
cli copied to clipboard

feat(db): support edge function names in webhook triggers

Open JEETDESAI25 opened this issue 2 months ago • 0 comments

What kind of change does this PR introduce?

Feature

What is the current behavior?

Refs: #1705, supabase/supabase#34139

Webhooks require full URLs, breaking when migrating between environments.

What is the new behavior?

  • supabase_functions.http_request() auto-detects slugs vs URLs, reads secrets from vault, injects Authorization header
  • Vault secrets synced in start, db push, db reset, migration up/down
  • Works for PG14 and PG15+ stacks

JEETDESAI25 avatar Dec 16 '25 02:12 JEETDESAI25