Page MenuHomePhabricator

Adapt proxy config handling to accept a proxy URL instead of a dict
Closed, ResolvedPublic

Description

Currently the push notifications service is expecting a configuration for proxy like:

proxy:
    host: <host>
    port: <port>
    protocol: <protocol>

For consistency with the rest of the apps we should adapt this in order to accept a URL like <protocol>//<host>:<port>

Event Timeline

Change 626352 had a related patch set uploaded (by Jgiannelos; owner: Jgiannelos):
[mediawiki/services/push-notifications@master] Adapt proxy config to be consistent with other services.

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

Change 626352 merged by jenkins-bot:
[mediawiki/services/push-notifications@master] Adapt proxy config to be consistent with other services.

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