matrix-org / sygnal

Sygnal: reference Push Gateway for Matrix
Apache License 2.0
160 stars 144 forks source link

Use OpenSSL security level 1 in Docker container #262

Closed reivilibre closed 2 years ago

reivilibre commented 2 years ago

Fixes #260.

squahtx commented 2 years ago

CI for this repo's been broken for a few days now.
pip 21.3 (released 2021-10-11) does not like our setup.py, but pip 21.3.1 (released 2021-10-22) is ok.
I'm hoping GitHub Actions picks up the new pip release soon.

reivilibre commented 2 years ago

CI for this repo's been broken for a few days now. pip 21.3 (released 2021-10-11) does not like our setup.py, but pip 21.3.1 (released 2021-10-22) is ok. I'm hoping GitHub Actions picks up the new pip release soon.

This appears to be https://github.com/actions/setup-python/issues/260 which links to https://github.com/pypa/pip/issues/10573.

I thought adding the right metadata to pyproject.toml might appease it, but it didn't work.

callahad commented 2 years ago

Closing in favor of asking people to use JWT-based auth. If the original reporter responds to https://github.com/matrix-org/sygnal/issues/260#issuecomment-954008331 with a comment indicating that this is not possible, then we can re-open and merge this PR.