Elukey has submitted this change and it was merged.

Change subject: Forward x-client-ip & user-agent to AQS
......................................................................


Forward x-client-ip & user-agent to AQS

Change-Id: I08ee687a30fe16e554a023a3a414ba03a0dc3485
---
M modules/restbase/templates/config.yaml.erb
1 file changed, 4 insertions(+), 0 deletions(-)

Approvals:
  Elukey: Looks good to me, approved
  Mobrovac: Looks good to me, but someone else must approve
  jenkins-bot: Verified



diff --git a/modules/restbase/templates/config.yaml.erb 
b/modules/restbase/templates/config.yaml.erb
index d292f8c..c59ecf8 100644
--- a/modules/restbase/templates/config.yaml.erb
+++ b/modules/restbase/templates/config.yaml.erb
@@ -95,6 +95,10 @@
             forward_headers: true
           - pattern: <%= @parsoid_uri %>
             forward_headers: true
+          - pattern: <%= @aqs_uri %>
+            forward_headers:
+                x-client-ip: true
+                user-agent: true
           - pattern: /^https?:\/\//
   paths:
 

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

Gerrit-MessageType: merged
Gerrit-Change-Id: I08ee687a30fe16e554a023a3a414ba03a0dc3485
Gerrit-PatchSet: 2
Gerrit-Project: operations/puppet
Gerrit-Branch: production
Gerrit-Owner: GWicke <[email protected]>
Gerrit-Reviewer: Elukey <[email protected]>
Gerrit-Reviewer: GWicke <[email protected]>
Gerrit-Reviewer: Giuseppe Lavagetto <[email protected]>
Gerrit-Reviewer: Milimetric <[email protected]>
Gerrit-Reviewer: Mobrovac <[email protected]>
Gerrit-Reviewer: Ppchelko <[email protected]>
Gerrit-Reviewer: jenkins-bot <>

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

Reply via email to