X-Git-Url: https://git.openstreetmap.org./chef.git/blobdiff_plain/f4706c8a1efe2449a641f7c362447b2fa6475af1..d0df16b1ad827a1bf5be089798db8ceadb737196:/cookbooks/db/recipes/master.rb diff --git a/cookbooks/db/recipes/master.rb b/cookbooks/db/recipes/master.rb index 5d2c096ad..3b6890320 100644 --- a/cookbooks/db/recipes/master.rb +++ b/cookbooks/db/recipes/master.rb @@ -100,6 +100,7 @@ CGIMAP_PERMISSIONS = { "current_way_tags" => [:select, :insert, :delete], "current_ways" => [:select, :insert, :update], "current_ways_id_seq" => [:update], + "issues" => [:select], "node_tags" => [:select, :insert], "nodes" => [:select, :insert], "oauth_access_grants" => [:select], @@ -111,6 +112,7 @@ CGIMAP_PERMISSIONS = { "relation_members" => [:select, :insert], "relation_tags" => [:select, :insert], "relations" => [:select, :insert], + "reports" => [:select], "user_blocks" => [:select], "user_roles" => [:select], "users" => [:select], @@ -192,6 +194,7 @@ PROMETHEUS_PERMISSIONS = { reports schema_migrations user_blocks + user_mutes user_preferences user_roles user_tokens @@ -245,6 +248,7 @@ end redactions_id_seq reports_id_seq user_blocks_id_seq + user_mutes_id_seq user_roles_id_seq user_tokens_id_seq users_id_seq