Closed ian-r-rose closed 4 years ago
We'd like to ALTER DEFAULT PRIVILEGES IN SCHEMA public GRANT SELECT ON TABLES to ita_data so that, at the very least, all public tables can be queried by the data group. We should probably do the same for other roles (e.g. mayor's office group)
ALTER DEFAULT PRIVILEGES IN SCHEMA public GRANT SELECT ON TABLES to ita_data
I would do this now, but lack permissions on public to alter the permissions.
public
This is now done. All tables created in the public schema by the robot user are accessible by ita-data by default
ita-data
We'd like to
ALTER DEFAULT PRIVILEGES IN SCHEMA public GRANT SELECT ON TABLES to ita_data
so that, at the very least, all public tables can be queried by the data group. We should probably do the same for other roles (e.g. mayor's office group)