fix: keep staging control plane on main
This commit is contained in:
@@ -7,6 +7,8 @@ grant usage on schema identity to identity_runtime, admin_runtime;
|
||||
grant usage on schema public to app_runtime, admin_runtime;
|
||||
grant usage on schema audit to admin_runtime;
|
||||
|
||||
alter default privileges for role schema_owner
|
||||
revoke execute on functions from public;
|
||||
alter default privileges for role schema_owner in schema identity
|
||||
revoke all on tables from public;
|
||||
alter default privileges for role schema_owner in schema public
|
||||
|
||||
Reference in New Issue
Block a user