Update ipsilon to 3.0.1 in prod
Signed-off-by: Aurélien Bompard <aurelien@bompard.org>
This commit is contained in:
parent
33403e750e
commit
61821fb1ba
3 changed files with 3 additions and 3 deletions
|
@ -16,6 +16,7 @@
|
|||
- mod_auth_openidc
|
||||
- mod_auth_gssapi
|
||||
- python3-psycopg2
|
||||
- python3-pam
|
||||
# For the openid api extension
|
||||
- python3-freeipa
|
||||
# For the playbook itself
|
||||
|
|
|
@ -20,7 +20,7 @@ RewriteRule ^([a-z0-9_\.-]+)\.id\.fedoraproject\.org/.* /openid/id/$1/ [PT]
|
|||
{% endif %}
|
||||
|
||||
|
||||
WSGIScriptAlias / /usr/libexec/ipsilon
|
||||
WSGIScriptAlias / /usr/libexec/ipsilon/ipsilon.py
|
||||
WSGIDaemonProcess ipsilon user=ipsilon group=ipsilon home=/var/lib/ipsilon/root display-name=ipsilon processes=6 threads=2 maximum-requests=1000
|
||||
WSGISocketPrefix run/wsgi
|
||||
#WSGIRestrictStdout Off
|
||||
|
@ -36,7 +36,7 @@ WSGIApplicationGroup %{GLOBAL}
|
|||
WSGIProcessGroup ipsilon
|
||||
</Location>
|
||||
|
||||
<Directory /usr/libexec>
|
||||
<Directory /usr/libexec/ipsilon>
|
||||
Require all granted
|
||||
</Directory>
|
||||
|
||||
|
|
|
@ -11,7 +11,6 @@ RUN dnf install -y \
|
|||
ipsilon \
|
||||
ipsilon-openid \
|
||||
ipsilon-saml2 \
|
||||
ipsilon-persona \
|
||||
ipsilon-authgssapi \
|
||||
ipsilon-authldap \
|
||||
ipsilon-openidc \
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue