Edge Function env setup
Are there plans to separate env variables from secrets?
Managing secrets in Supabase is still very cumbersome. In the dashboard they are not ordered by name, they dont show when they were created/updated, passing a non-sensitive value is a hassle one cannot inspect the value since everything is a secret.
It would be nice if Supabase added an
Managing secrets in Supabase is still very cumbersome. In the dashboard they are not ordered by name, they dont show when they were created/updated, passing a non-sensitive value is a hassle one cannot inspect the value since everything is a secret.
It would be nice if Supabase added an
env DB schema to control secrets across the app services and that automatically injects the secrets to the Edge Functions.