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_openidc
|
||||||
- mod_auth_gssapi
|
- mod_auth_gssapi
|
||||||
- python3-psycopg2
|
- python3-psycopg2
|
||||||
|
- python3-pam
|
||||||
# For the openid api extension
|
# For the openid api extension
|
||||||
- python3-freeipa
|
- python3-freeipa
|
||||||
# For the playbook itself
|
# For the playbook itself
|
||||||
|
|
|
@ -20,7 +20,7 @@ RewriteRule ^([a-z0-9_\.-]+)\.id\.fedoraproject\.org/.* /openid/id/$1/ [PT]
|
||||||
{% endif %}
|
{% 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
|
WSGIDaemonProcess ipsilon user=ipsilon group=ipsilon home=/var/lib/ipsilon/root display-name=ipsilon processes=6 threads=2 maximum-requests=1000
|
||||||
WSGISocketPrefix run/wsgi
|
WSGISocketPrefix run/wsgi
|
||||||
#WSGIRestrictStdout Off
|
#WSGIRestrictStdout Off
|
||||||
|
@ -36,7 +36,7 @@ WSGIApplicationGroup %{GLOBAL}
|
||||||
WSGIProcessGroup ipsilon
|
WSGIProcessGroup ipsilon
|
||||||
</Location>
|
</Location>
|
||||||
|
|
||||||
<Directory /usr/libexec>
|
<Directory /usr/libexec/ipsilon>
|
||||||
Require all granted
|
Require all granted
|
||||||
</Directory>
|
</Directory>
|
||||||
|
|
||||||
|
|
|
@ -11,7 +11,6 @@ RUN dnf install -y \
|
||||||
ipsilon \
|
ipsilon \
|
||||||
ipsilon-openid \
|
ipsilon-openid \
|
||||||
ipsilon-saml2 \
|
ipsilon-saml2 \
|
||||||
ipsilon-persona \
|
|
||||||
ipsilon-authgssapi \
|
ipsilon-authgssapi \
|
||||||
ipsilon-authldap \
|
ipsilon-authldap \
|
||||||
ipsilon-openidc \
|
ipsilon-openidc \
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue