Give Ipsilon a new user to use for fasinfo
Signed-off-by: Patrick Uiterwijk <puiterwijk@redhat.com>
This commit is contained in:
parent
9d2343a72d
commit
11b5283f99
1 changed files with 6 additions and 2 deletions
|
@ -8,8 +8,12 @@ fas FAS Insecure Auth=False
|
|||
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={{ fedoraDummyUser }}
|
||||
fas Bind Password={{ fedoraDummyUserPassword }}
|
||||
fas Bind Username={{ ipsilon_fasinfo_username }}
|
||||
{% if env == "production" %}
|
||||
fas Bind Password={{ ipsilon_fasinfo_prod_password }}
|
||||
{% else %}
|
||||
fas Bind Password={{ ipsilon_fasinfo_stg_password }}
|
||||
{% endif %}
|
||||
|
||||
[authz_config]
|
||||
global enabled=allow
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue