Commit Graph

15 Commits

Author SHA1 Message Date
Sucipto
a99a89937a Update postgres search_path 2021-08-31 09:55:27 +07:00
Sucipto
7200b734bf Update to latest docker image 2021-08-31 09:53:52 +07:00
Oliver Rice
6b45b63d81 statement timeouts for anon and authenticated 2021-08-30 00:21:15 -05:00
François Vaux
704ff333f6 fix: Fix file ownership for postgres and kong containers 2021-08-29 08:42:13 +02:00
Scott Pritchard
b882b96bac Adjusted search_path for postgres user
Previously: Search path would prioritise the `public` schema for searching.
Proposed change: Will now prioritise the `auth` schema first.

Reasoning: If a `public.users` table exists, calling `signUp()` will fail unless the structure matches that of `auth.users`.
2021-07-26 02:30:04 +01:00
Paul Copplestone
6a3b29fcbf rolls keys 2021-07-25 20:56:05 +08:00
Paul Copplestone
e17e93efcd roll API keys 2021-07-25 18:14:57 +08:00
Paul Copplestone
c269f76904 cleans public routes 2021-07-25 17:55:31 +08:00
Paul Copplestone
8a09ab6bbc match prod exactly 2021-07-25 17:46:24 +08:00
Inian
635dab60dc storage working with a file system backend 2021-07-20 21:17:02 +08:00
Inian Parameshwaran
7d4b72f637 Adds storage server to self hosting setup 2021-07-20 18:38:51 +08:00
Steve Chavez
47ec3fae8a Revert "No access to public tables by default for anon" 2021-05-12 09:50:06 -05:00
Steve Chavez
b0df1901c3 No access to public tables by default for anon
Users should explicitly grant privileges to `anon`(unauthenticated clients) if they want some db objects to be publicly accessed.

This caused confusion on https://github.com/supabase/supabase/discussions/1493. So the fix is to revoke default privileges for `anon`.
2021-05-11 11:28:50 -05:00
Paul Copplestone
027e7f7b97 Updates the consumers with both an anon key and a service key 2021-05-11 21:16:35 +08:00
Paul Colin Hennig
8d88b52f56 sort files and add traefik compose file 2021-05-06 14:48:42 +02:00