Rush has uploaded a new change for review.

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

Change subject: phab disable the security event listener temp
......................................................................

phab disable the security event listener temp

We are reverting to the herald method for now
as it is getting late and the listener needs a
bit of work to fulfull all use cases.

Change-Id: Ie53e8bdf6de293c9861b6b28ecf9db01f5740adc
---
M manifests/role/phabricator.pp
M modules/phabricator/data/fixed_settings.yaml
2 files changed, 4 insertions(+), 2 deletions(-)


  git pull ssh://gerrit.wikimedia.org:29418/operations/puppet 
refs/changes/86/182986/1

diff --git a/manifests/role/phabricator.pp b/manifests/role/phabricator.pp
index c9fe3cc..7c306bf 100644
--- a/manifests/role/phabricator.pp
+++ b/manifests/role/phabricator.pp
@@ -72,7 +72,8 @@
                              '/srv/phab/libext/security/src'],
         extension_tag    => 'HEAD',
         extensions       => [ 'MediaWikiUserpageCustomField.php',
-                              'LDAPUserpageCustomField.php'],
+                              'LDAPUserpageCustomField.php',
+                              'SecurityPolicyEnforcerAction.php'],
         settings         => {
             'search.elastic.host'                       => 
'http://search.svc.eqiad.wmnet:9200',
             'search.elastic.namespace'                  => 'phabricatormain',
diff --git a/modules/phabricator/data/fixed_settings.yaml 
b/modules/phabricator/data/fixed_settings.yaml
index 04dcee0..9c39956 100644
--- a/modules/phabricator/data/fixed_settings.yaml
+++ b/modules/phabricator/data/fixed_settings.yaml
@@ -88,7 +88,8 @@
 #ops-sensitive: 'Operations Sensitive'
 #sensitive: 'Another Private Issue'
 
-events.listeners: ['SecurityPolicyEventListener']
+# Disabled temporarily
+#events.listeners: ['SecurityPolicyEventListener']
 
 maniphest.statuses:
   open:

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

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

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

Reply via email to