cli icon indicating copy to clipboard operation
cli copied to clipboard

Local secrets overwrite auth provider secrets in cloud

Open DuncanLHS opened this issue 2 months ago • 2 comments

Describe the bug On npx supabase db push local config from config.toml gets written into my auth provider config on cloud.

To Reproduce Use a social auth provider in the local environment and configure secrets in config.toml Run npx supabase db push

Expected behavior Cloud config remains independent of local config

Screenshots

Image

I have reported this issue some months ago but I think it got lost in with branching issues. The client secret actually remains as set, the id and url get replaced.

DuncanLHS avatar Nov 12 '25 13:11 DuncanLHS