Enable FAS -> IPA sync in production
Signed-off-by: Patrick Uiterwijk <puiterwijk@redhat.com>
This commit is contained in:
parent
7b19073b0d
commit
674c930093
1 changed files with 6 additions and 5 deletions
|
@ -57,19 +57,20 @@ country_blacklist = ["--", "A1", "A2", "AN", "AS", "AX", "BI", "BL", "BV", "CC",
|
||||||
tgcaptcha2.key = '{{ fasCaptchaSecret }}'
|
tgcaptcha2.key = '{{ fasCaptchaSecret }}'
|
||||||
tgcaptcha2.jpeg_generator = 'vanasco_dowty'
|
tgcaptcha2.jpeg_generator = 'vanasco_dowty'
|
||||||
|
|
||||||
{% if env == "staging" %}
|
|
||||||
###
|
###
|
||||||
### IPA Sync settings
|
### IPA Sync settings
|
||||||
###
|
###
|
||||||
ipa_sync_enabled = True
|
ipa_sync_enabled = True
|
||||||
ipa_sync_server = 'ipa01.stg.phx2.fedoraproject.org'
|
|
||||||
ipa_sync_principal = 'fas_sync@STG.FEDORAPROJECT.ORG'
|
|
||||||
ipa_sync_keytab = '/etc/fas_sync_keytab'
|
ipa_sync_keytab = '/etc/fas_sync_keytab'
|
||||||
ipa_sync_certfile = '/etc/fas_sync_cert.pem'
|
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'
|
||||||
{% else %}
|
{% else %}
|
||||||
ipa_sync_enabled = False
|
ipa_sync_principal = 'fas_sync@FEDORAPROJECT.ORG'
|
||||||
|
ipa_sync_server = 'ipa01.phx2.fedoraproject.org'
|
||||||
{% endif %}
|
{% endif %}
|
||||||
|
|
||||||
###
|
###
|
||||||
### Administrative settings
|
### Administrative settings
|
||||||
###
|
###
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue