Give Ipsilon a new user to use for fasinfo

Signed-off-by: Patrick Uiterwijk <puiterwijk@redhat.com>
This commit is contained in:
Patrick Uiterwijk 2016-11-29 16:22:18 +00:00
parent 9d2343a72d
commit 11b5283f99

View file

@ -8,8 +8,12 @@ fas FAS Insecure Auth=False
fas FAS url=https://admin{{env_suffix}}.fedoraproject.org/accounts/ fas FAS url=https://admin{{env_suffix}}.fedoraproject.org/accounts/
fas FAS Proxy client user Agent=Fedora Ipsilon fas FAS Proxy client user Agent=Fedora Ipsilon
fas FAS Insecure Auth=False fas FAS Insecure Auth=False
fas Bind Username={{ fedoraDummyUser }} fas Bind Username={{ ipsilon_fasinfo_username }}
fas Bind Password={{ fedoraDummyUserPassword }} {% if env == "production" %}
fas Bind Password={{ ipsilon_fasinfo_prod_password }}
{% else %}
fas Bind Password={{ ipsilon_fasinfo_stg_password }}
{% endif %}
[authz_config] [authz_config]
global enabled=allow global enabled=allow