Skip to content

turris-auth: update to 0.4.0

Michal Vasilek requested to merge turris-auth-0.4.0 into develop

Closes #838 (closed)

luci integration currently doesn't work, this needs to be fixed before this is merged:

%: turris-auth-server --luci-login
Traceback (most recent call last):
  File "/usr/bin/turris-auth-server", line 33, in <module>
    sys.exit(load_entry_point('turris-auth==0.4.0', 'console_scripts', 'turris-auth-server')())
  File "/usr/lib/python3.9/site-packages/turris_auth/server/__main__.py", line 37, in main
  File "/usr/lib/python3.9/site-packages/turris_auth/server/wsgi.py", line 42, in run
  File "/usr/lib/python3.9/site-packages/flup/server/fcgi.py", line 111, in run
  File "/usr/lib/python3.9/site-packages/flup/server/fcgi_base.py", line 1025, in _setupSocket
  File "/usr/lib/python3.9/socket.py", line 545, in fromfd
  File "/usr/lib/python3.9/socket.py", line 232, in __init__
OSError: [Errno 88] Not a socket
Edited by Josef Schlehofer

Merge request reports