italia / Satosa-Saml2Spid

SATOSA SAML-to-SAML proxy with Spid compliances
Apache License 2.0
42 stars 23 forks source link

ALPINE 3.20.x with Python 12 and aiohttp #138

Open MdreW opened 1 week ago

MdreW commented 1 week ago

Python 12 has problem with aiohttp >3.9 but is required aiohttp < 3.9 and >=3.8

peppelinux commented 1 week ago

what about using https://github.com/aio-libs/aiohttp/releases/tag/v3.9.5

MdreW commented 1 week ago

what about using https://github.com/aio-libs/aiohttp/releases/tag/v3.9.5

Hi @peppelinux ! I have set aiohttp>=3.9,<3.10. I'll do some tests :+1:

peppelinux commented 1 week ago

thank you @MdreW for the work made so far and the one you'r going to do

MdreW commented 1 week ago

@peppelinux All seem work fine and is fixed #140 , #139 and #138 . I open a pull request but before merge I open another issue with a proposal for run satosa with a normal user (no root)

MdreW commented 4 days ago

@peppelinux All seem work fine and is fixed #140 , #139 and #138 . I open a pull request but before merge I open another issue with a proposal for run satosa with a normal user (no root)

Hi @peppelinux , I maintain separate this tread with the security enforcements question. I will set the pull request as ready for review. I have worked this update for a week without problems :+1: