Faidon Liambotis has submitted this change and it was merged.

Change subject: Swift: make temp URLs actually work
......................................................................


Swift: make temp URLs actually work

Temp URLs never worked for private containers, fix this.

Change-Id: I0eabd7b54fc79819f3b16ba459fc2291b6559639
---
M templates/swift/proxy-server.conf.erb
1 file changed, 2 insertions(+), 2 deletions(-)

Approvals:
  Faidon Liambotis: Looks good to me, approved
  jenkins-bot: Verified



diff --git a/templates/swift/proxy-server.conf.erb 
b/templates/swift/proxy-server.conf.erb
index 760213a..01ec1ab 100644
--- a/templates/swift/proxy-server.conf.erb
+++ b/templates/swift/proxy-server.conf.erb
@@ -13,9 +13,9 @@
 
 [pipeline:main]
 <% if @auth_backend == 'swauth' -%>
-pipeline = rewrite healthcheck cache swauth cors proxy-logging proxy-server
+pipeline = rewrite healthcheck cache tempurl swauth cors proxy-logging 
proxy-server
 <% elsif @auth_backend == 'tempauth' -%>
-pipeline = rewrite healthcheck cache tempauth cors proxy-logging proxy-server
+pipeline = rewrite healthcheck cache tempurl tempauth cors proxy-logging 
proxy-server
 <% end -%>
 
 [app:proxy-server]

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

Gerrit-MessageType: merged
Gerrit-Change-Id: I0eabd7b54fc79819f3b16ba459fc2291b6559639
Gerrit-PatchSet: 2
Gerrit-Project: operations/puppet
Gerrit-Branch: production
Gerrit-Owner: Aaron Schulz <[email protected]>
Gerrit-Reviewer: Faidon Liambotis <[email protected]>
Gerrit-Reviewer: jenkins-bot

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

Reply via email to