Alexandros Kosiaris has uploaded a new change for review. https://gerrit.wikimedia.org/r/233622
Change subject: maps: Add CREATE grant to tilerator on cassandra ...................................................................... maps: Add CREATE grant to tilerator on cassandra tilerator needs the CREATE permission to work correctly right now. Grant it Change-Id: I10cd8eeab611c4029df7255cb961e6da19122696 --- M templates/maps/grants.cql.erb 1 file changed, 1 insertion(+), 0 deletions(-) git pull ssh://gerrit.wikimedia.org:29418/operations/puppet refs/changes/22/233622/1 diff --git a/templates/maps/grants.cql.erb b/templates/maps/grants.cql.erb index a7f722e..532bc3a 100644 --- a/templates/maps/grants.cql.erb +++ b/templates/maps/grants.cql.erb @@ -13,4 +13,5 @@ -- tilerator should be able to update tiles GRANT SELECT ON ALL KEYSPACES to tilerator; GRANT MODIFY ON ALL KEYSPACES to tilerator; +GRANT CREATE ON ALL KEYSPACES to tilerator; -- TODO: Admin account to create indexes, alter tables? -- To view, visit https://gerrit.wikimedia.org/r/233622 To unsubscribe, visit https://gerrit.wikimedia.org/r/settings Gerrit-MessageType: newchange Gerrit-Change-Id: I10cd8eeab611c4029df7255cb961e6da19122696 Gerrit-PatchSet: 1 Gerrit-Project: operations/puppet Gerrit-Branch: production Gerrit-Owner: Alexandros Kosiaris <akosia...@wikimedia.org> _______________________________________________ MediaWiki-commits mailing list MediaWiki-commits@lists.wikimedia.org https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits