synapse/changelog.d
Eric Eastwood 12dc6b102f
Add support to proxy outbound requests from Synapse in tests (#18158)
Adds new environment variables that can be used with the Docker image
(`SYNAPSE_HTTP_PROXY`/`SYNAPSE_HTTPS_PROXY`/`SYNAPSE_NO_PROXY`)

Useful for things like the [Secure Border
Gateway](https://element.io/server-suite/secure-border-gateways)


### Why is this necessary?

You can already configure the `HTTP_PROXY`/`HTTPS_PROXY` environment
variables to proxy outbound requests but setting this globally in the
Docker image affects all processes which isn't always desirable or
workable in the case where the proxy is running in the Docker image
itself (because the Debian packages will fail to download because the
proxy isn't up and running yet) . Adding Synapse specific environment
variables
(`SYNAPSE_HTTP_PROXY`/`SYNAPSE_HTTPS_PROXY`/`SYNAPSE_NO_PROXY`) makes
things much more targetable.
2025-02-17 10:23:04 -06:00
..
.gitignore
17436.doc Add Oracle Linux installation instructions (#17436) 2025-02-10 08:17:26 +00:00
17616.misc Overload "allow_none" on DB pool static method (#17616) 2025-02-10 15:37:05 +00:00
17949.feature feat: Allow multiple values for SSO attribute_requirements via comma separation (#17949) 2025-02-10 15:36:21 +00:00
17967.misc Cleanup Python 3.8 leftovers (#17967) 2025-02-10 16:53:24 +00:00
18004.feature Add MSC3861 config options admin_token_path and client_secret_path (#18004) 2025-02-04 12:45:33 -06:00
18122.doc Document missing server config options (#18122) 2025-02-12 11:16:06 -06:00
18124.misc Add log message when worker lock timeouts get large (#18124) 2025-02-12 14:37:56 +00:00
18125.bugfix Fix internal server error when updating 3pid address with invalid email (#18125) 2025-02-12 14:06:21 +00:00
18134.misc make dual licensing explicit (#18134) 2025-02-05 13:40:10 +00:00
18135.bugfix Fix legacy modules check_username_for_spam (#18135) 2025-02-05 12:07:49 +00:00
18136.misc Fix 'Fix lint' GHA (#18136) 2025-02-05 12:30:13 +00:00
18138.doc Document consequences of replacing secrets (#18138) 2025-02-17 14:25:42 +00:00
18139.misc Don't log exceptions for obviously incorrect stream tokens (#18139) 2025-02-10 15:27:46 +00:00
18145.bugfix Add rc_presence ratelimiting config to demo/start.sh (#18145) 2025-02-11 14:39:12 +07:00
18158.docker Add support to proxy outbound requests from Synapse in tests (#18158) 2025-02-17 10:23:04 -06:00
18159.doc Update rc_presence config docs with int burst_count (#18159) 2025-02-14 17:23:40 +07:00
18172.misc Limit size of user directory search queries (#18172) 2025-02-17 15:39:26 +00:00