Read-only access to the default database
CREATE ROLE IF NOT EXISTS readonly_role; GRANT SELECT ON default.* TO readonly_role;
Was this page helpful?
Contact support