Alexandros Kosiaris has submitted this change and it was merged.

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(-)

Approvals:
  Alexandros Kosiaris: Verified; Looks good to me, approved



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: merged
Gerrit-Change-Id: I10cd8eeab611c4029df7255cb961e6da19122696
Gerrit-PatchSet: 2
Gerrit-Project: operations/puppet
Gerrit-Branch: production
Gerrit-Owner: Alexandros Kosiaris <akosia...@wikimedia.org>
Gerrit-Reviewer: Alexandros Kosiaris <akosia...@wikimedia.org>
Gerrit-Reviewer: jenkins-bot <>

_______________________________________________
MediaWiki-commits mailing list
MediaWiki-commits@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits

Reply via email to