Dzahn has uploaded a new change for review. ( 
https://gerrit.wikimedia.org/r/359373 )

Change subject: mariadb: add GRANT for tendril@dbmonitor1001
......................................................................

mariadb: add GRANT for tendril@dbmonitor1001

Bug: T149557
Change-Id: Id4294633afd8ec23f23a318bb94d8d482058f276
---
M modules/role/templates/mariadb/grants/production.sql.erb
1 file changed, 4 insertions(+), 0 deletions(-)


  git pull ssh://gerrit.wikimedia.org:29418/operations/puppet 
refs/changes/73/359373/1

diff --git a/modules/role/templates/mariadb/grants/production.sql.erb 
b/modules/role/templates/mariadb/grants/production.sql.erb
index 83b395a..6ea1cac 100644
--- a/modules/role/templates/mariadb/grants/production.sql.erb
+++ b/modules/role/templates/mariadb/grants/production.sql.erb
@@ -37,6 +37,10 @@
     ON *.* TO '<%= @tendril_user %>'@'10.%'
     IDENTIFIED BY '<%= @tendril_pass %>';
 
+GRANT PROCESS, REPLICATION CLIENT, SELECT, SHOW DATABASES
+    ON *.* TO '<%= @tendril_user %>'@'208.80.154.82'
+    IDENTIFIED BY '<%= @tendril_pass %>';
+
 -- Grants for 'repl'@'10.%' (replication)
 GRANT REPLICATION SLAVE
     ON *.* TO 'repl'@'10.%'

-- 
To view, visit https://gerrit.wikimedia.org/r/359373
To unsubscribe, visit https://gerrit.wikimedia.org/r/settings

Gerrit-MessageType: newchange
Gerrit-Change-Id: Id4294633afd8ec23f23a318bb94d8d482058f276
Gerrit-PatchSet: 1
Gerrit-Project: operations/puppet
Gerrit-Branch: production
Gerrit-Owner: Dzahn <[email protected]>

_______________________________________________
MediaWiki-commits mailing list
[email protected]
https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits

Reply via email to