Use proxy for fas sync
Signed-off-by: Patrick Uiterwijk <puiterwijk@redhat.com>
This commit is contained in:
parent
fcb723e401
commit
d2f89d192a
1 changed files with 3 additions and 2 deletions
|
@ -62,13 +62,14 @@ tgcaptcha2.jpeg_generator = 'vanasco_dowty'
|
|||
###
|
||||
ipa_sync_enabled = True
|
||||
ipa_sync_keytab = '/etc/fas_sync_keytab'
|
||||
ipa_sync_certfile = '/etc/fas_sync_cert.pem'
|
||||
{% if env == "staging" %}
|
||||
ipa_sync_principal = 'fas_sync@STG.FEDORAPROJECT.ORG'
|
||||
ipa_sync_server = 'ipa01.stg.phx2.fedoraproject.org'
|
||||
ipa_sync_server = 'id.stg.phx2.fedoraproject.org'
|
||||
ipa_sync_certfile = '/etc/pki/ca-trust/extracted/pem/tls-ca-bundle.pem'
|
||||
{% else %}
|
||||
ipa_sync_principal = 'fas_sync@FEDORAPROJECT.ORG'
|
||||
ipa_sync_server = 'ipa01.phx2.fedoraproject.org'
|
||||
ipa_sync_certfile = '/etc/fas_sync_cert.pem'
|
||||
{% endif %}
|
||||
|
||||
###
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue