Closed
Description
This role provides the user read only access to the public schema
- Docker
- Packer
Implementation Notes
- For the
public
schema under the databasepostgres
, all roles have been stripped of access aside from the superuserpostgres
. - A role called
public_readonly
has been created which has readonly access to thepublic
schema. - This is only a role, not a user. Future users can be granted this role to inherit the readonly privilege:
CREATE USER sample_user WITH ENCRYPTED PASSWORD 'sample_password';
GRANT public_readonly TO sample_user;
Metadata
Metadata
Assignees
Labels
No labels