Fix ipsilon config
Signed-off-by: Aurélien Bompard <aurelien@bompard.org>
This commit is contained in:
parent
327de7debe
commit
be8535cf05
1 changed files with 0 additions and 20 deletions
|
@ -1,25 +1,9 @@
|
|||
[login_config]
|
||||
{% if env == "production" %}
|
||||
global enabled=gssapi,fas
|
||||
fas FAS url=https://admin{{env_suffix}}.fedoraproject.org/accounts/
|
||||
fas FAS Proxy client user Agent=Fedora Ipsilon
|
||||
fas FAS Insecure Auth=False
|
||||
{% else %}
|
||||
global enabled=gssapi,form
|
||||
{% endif %}
|
||||
|
||||
[info_config]
|
||||
{% if env == "production" %}
|
||||
global enabled=fas
|
||||
fas FAS url=https://admin{{env_suffix}}.fedoraproject.org/accounts/
|
||||
fas FAS Proxy client user Agent=Fedora Ipsilon
|
||||
fas FAS Insecure Auth=False
|
||||
fas Bind Username={{ ipsilon_fasinfo_username }}
|
||||
fas Bind Password={{ ipsilon_fasinfo_prod_password }}
|
||||
{% else %}
|
||||
sssd preconfigured = True
|
||||
global enabled = sssd
|
||||
{% endif %}
|
||||
|
||||
[authz_config]
|
||||
global enabled=allow
|
||||
|
@ -27,11 +11,7 @@ global enabled=allow
|
|||
[provider_config]
|
||||
global enabled=openid,saml2,openidc
|
||||
|
||||
{% if env == "production" %}
|
||||
openidc enabled extensions=fedora-account,mbs,beaker,waiverdb,odcs,wiki,src,fpdc,kerneltest
|
||||
{% else %}
|
||||
openidc enabled extensions=fedora-account,mbs,beaker,waiverdb,odcs,wiki,src,fpdc,kerneltest
|
||||
{% endif %}
|
||||
|
||||
{% if env == 'staging' %}
|
||||
openidc subject salt={{ ipsilon_stg_openidc_subject_salt }}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue