Aaron Schulz has uploaded a new change for review. https://gerrit.wikimedia.org/r/106635
Change subject: Make temp URLs actually work (e.g. for private containers) ...................................................................... Make temp URLs actually work (e.g. for private containers) Change-Id: I0eabd7b54fc79819f3b16ba459fc2291b6559639 --- M templates/swift/proxy-server.conf.erb 1 file changed, 2 insertions(+), 2 deletions(-) git pull ssh://gerrit.wikimedia.org:29418/operations/puppet refs/changes/35/106635/1 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: newchange Gerrit-Change-Id: I0eabd7b54fc79819f3b16ba459fc2291b6559639 Gerrit-PatchSet: 1 Gerrit-Project: operations/puppet Gerrit-Branch: production Gerrit-Owner: Aaron Schulz <[email protected]> _______________________________________________ MediaWiki-commits mailing list [email protected] https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits
