MatrixSynapse/changelog.d
Andrew Morgan 5b268997bd
Allow providing credentials to HTTPS_PROXY (#9657)
Addresses https://github.com/matrix-org/synapse-dinsic/issues/70

This PR causes `ProxyAgent` to attempt to extract credentials from an `HTTPS_PROXY` env var. If credentials are found, a `Proxy-Authorization` header ([details](https://developer.mozilla.org/en-US/docs/Web/HTTP/Headers/Proxy-Authorization)) is sent to the proxy server to authenticate against it. The headers are *not* passed to the remote server.

Also added some type hints.
2021-03-22 17:20:47 +00:00
..
.gitignore Correct attrs package name in requirements (#3492) 2018-07-07 10:46:59 +10:00
9411.misc Prep work for removing `outlier` from `internal_metadata` (#9411) 2021-03-17 12:33:18 +00:00
9499.misc Enable flake8-bugbear, but disable most checks. (#9499) 2021-03-16 14:19:27 -04:00
9585.bugfix Ensure we use a copy of the event content dict before modifying it in serialize_event (#9585) 2021-03-17 16:51:55 +00:00
9588.bugfix Return m.change_password.enabled=false if local database is disabled (#9588) 2021-03-16 11:44:25 -04:00
9609.feature Add SSO attribute requirements for OIDC providers (#9609) 2021-03-16 11:46:07 -04:00
9612.docker Include opencontainers labels in Docker image (#9612) 2021-03-22 15:31:00 +00:00
9631.misc Add type hints to the room member handler. (#9631) 2021-03-17 07:14:39 -04:00
9634.misc only save remote cross-signing keys if they're different from the current ones (#9634) 2021-03-17 11:04:57 -04:00
9636.bugfix Consistently check whether a password may be set for a user. (#9636) 2021-03-18 12:54:08 -04:00
9637.misc Fix bad naming of storage function (#9637) 2021-03-17 13:20:08 +00:00
9638.misc Fix up types for the typing handler. (#9638) 2021-03-17 11:30:21 -04:00
9640.misc Make federation catchup send last event from any server. (#9640) 2021-03-18 15:52:26 +00:00
9643.feature Initial spaces summary API (#9643) 2021-03-18 18:24:16 +00:00
9644.feature Implement MSC3026: busy presence state 2021-03-18 16:34:47 +01:00
9645.misc federation_client: stop adding URL prefix (#9645) 2021-03-18 20:31:47 +00:00
9647.misc federation_client: handle inline signing_keys in hs.yaml (#9647) 2021-03-18 21:12:07 +00:00
9649.misc Fixed code misc. quality issues (#9649) 2021-03-22 11:18:13 -04:00
9657.feature Allow providing credentials to HTTPS_PROXY (#9657) 2021-03-22 17:20:47 +00:00