Skip to content

Conversation

soedirgo
Copy link
Member

@soedirgo soedirgo commented Oct 1, 2025

  • supabase_etl_admin needs pg_monitor to query system catalog tables (e.g. pg_replication_slots)

  • supabase_read_only_user needs pg_monitor to view queries in pg_stat_statements

  • grant pg_create_subscription to postgres with admin option in case users want to create subscriptions with their own roles

  • Sanity-tested on stg

- supabase_etl_admin needs pg_monitor to query system catalog tables
(e.g. pg_replication_slots) - supabase_read_only_user needs pg_monitor
to view queries in pg_stat_statements - grant pg_create_subscription to
postgres with admin option in case users want to create subscriptions
with their own roles
@soedirgo soedirgo requested review from a team as code owners October 1, 2025 22:42
@soedirgo soedirgo marked this pull request as draft October 1, 2025 22:43
@soedirgo soedirgo force-pushed the feat/predefined-role-grants branch from 8260f03 to 4c9519c Compare October 3, 2025 01:09
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant