mirror of
https://pagure.io/fedora-infra/ansible.git
synced 2026-04-24 18:41:38 +08:00
Configure OpenID auth on Koschei stg
This commit is contained in:
@@ -15,4 +15,12 @@
|
||||
AllowOverride All
|
||||
Require all granted
|
||||
</Directory>
|
||||
|
||||
{% if env == 'staging' %}
|
||||
<Location /login>
|
||||
Require valid-user
|
||||
AuthType OpenID
|
||||
AuthOpenIDSingleIdP https://{{ koschei_openid_provider }}/
|
||||
</Location>
|
||||
{% endif %}
|
||||
</VirtualHost>
|
||||
|
||||
Reference in New Issue
Block a user