Garett MacGowan
04/30/2022, 12:00 AMNeedle
04/30/2022, 12:00 AM/title
command!
We have solved your problem?
Click the button below to archive it.Garett MacGowan
04/30/2022, 12:06 AMhttps://api.supabase.io/platform/projects/{my-project-key}/config?app=postgrest
with auth as the bearer token since it will expire.
Nothing has jumped out at me from the official/community repos.garyaustin
04/30/2022, 12:14 AMNeedle
04/30/2022, 12:14 AMGarett MacGowan
04/30/2022, 12:17 AMgaryaustin
04/30/2022, 12:18 AMGarett MacGowan
04/30/2022, 12:27 AMgaryaustin
04/30/2022, 12:28 AMGarett MacGowan
04/30/2022, 12:29 AMgaryaustin
04/30/2022, 12:30 AMGarett MacGowan
04/30/2022, 12:33 AMgaryaustin
04/30/2022, 12:38 AMGarett MacGowan
04/30/2022, 6:06 AMgaryaustin
04/30/2022, 6:04 PMGarett MacGowan
04/30/2022, 10:34 PMhttps://api.supabase.io/platform/projects/{my-project-key}/config?app=postgrest
.
I think the supabase-admin-api is only deployed on the hosted image. I don't see any references to supabase-admin-api in the local docker container. It also isn't included in the architecture map.
You can't access the config in the API since everything in the API is routed through Kong. If I try and access the pgrst schema of PostgREST (where I could update db-schema, theoretically) I get the same problem that only the UI can solve, except it can't, since the UI doesn't offer pgrst as a schema to include in the API. Only solution for me is direct manipulation of the config, which is only possible through local, and would take some tinkering.
I think my interim solution might be to just run E2E tests on a dev instance of supabase and manually toggle schemas for now.garyaustin
04/30/2022, 10:37 PMGarett MacGowan
04/30/2022, 10:37 PMSteve
05/01/2022, 6:47 AMpostgrest_test_authenticator
to authenticator
for Supabase)Garett MacGowan
05/01/2022, 3:56 PM