Yuvipanda has uploaded a new change for review.

  https://gerrit.wikimedia.org/r/77561


Change subject: Disable MONITOR command for tools redis
......................................................................

Disable MONITOR command for tools redis

Since that can also be used to find keys that other tools use

Change-Id: I8e95bc91e199cd8ac4ce9407967ab3d170ed2b8d
---
M modules/toollabs/manifests/redis.pp
1 file changed, 10 insertions(+), 9 deletions(-)


  git pull ssh://gerrit.wikimedia.org:29418/operations/puppet 
refs/changes/61/77561/1

diff --git a/modules/toollabs/manifests/redis.pp 
b/modules/toollabs/manifests/redis.pp
index f8a76fc..5ed66ee 100644
--- a/modules/toollabs/manifests/redis.pp
+++ b/modules/toollabs/manifests/redis.pp
@@ -25,15 +25,16 @@
         # Disable the following commands, to try to limit people from
         # Trampling on each others' keys
         rename_commands => {
-            "CONFIG"     => "",
-            "FLUSHALL"   => "",
-            "FLUSHDB"    => "",
-            "KEYS"       => "",
-            "SHUTDOWN"   => "",
-            "SLAVEOF"    => "",
-            "CLIENT"     => "",
-            "RANDOMKEY"  => "",
-            "DEBUG"      => ""
+            "CONFIG"    => "",
+            "FLUSHALL"  => "",
+            "FLUSHDB"   => "",
+            "KEYS"      => "",
+            "SHUTDOWN"  => "",
+            "SLAVEOF"   => "",
+            "CLIENT"    => "",
+            "RANDOMKEY" => "",
+            "DEBUG"     => "",
+            "MONITOR"   => ""
         },
         monitor => true
     }

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

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

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

Reply via email to