Ryan Lane has submitted this change and it was merged.
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(-)
Approvals:
Ryan Lane: Looks good to me, approved
Tim Landscheidt: Looks good to me, but someone else must approve
jenkins-bot: Verified
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: merged
Gerrit-Change-Id: I8e95bc91e199cd8ac4ce9407967ab3d170ed2b8d
Gerrit-PatchSet: 1
Gerrit-Project: operations/puppet
Gerrit-Branch: production
Gerrit-Owner: Yuvipanda <[email protected]>
Gerrit-Reviewer: Ryan Lane <[email protected]>
Gerrit-Reviewer: Tim Landscheidt <[email protected]>
Gerrit-Reviewer: Yuvipanda <[email protected]>
Gerrit-Reviewer: jenkins-bot
_______________________________________________
MediaWiki-commits mailing list
[email protected]
https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits