fas: update yk url for openshift
Signed-off-by: Patrick Uiterwijk <patrick@puiterwijk.org>
This commit is contained in:
parent
b716b258f6
commit
43de4c3d7f
1 changed files with 4 additions and 0 deletions
|
@ -221,7 +221,11 @@ mail.transport = 'smtp'
|
|||
mail.manager = 'demand'
|
||||
|
||||
# Enable yubikeys
|
||||
{% if inventory_hostname.startswith('os-') %}
|
||||
yubi_server_prefix='http://yubikey/yk-val/verify?id='
|
||||
{% else %}
|
||||
yubi_server_prefix='http://localhost/yk-val/verify?id='
|
||||
{% endif %}
|
||||
{% if env == "staging" %}
|
||||
ykksm_db="postgres://ykksmimporter:{{ ykksmimporterPassword }}@db-fas01.stg/ykksm"
|
||||
ykval_db="postgres://ykval_verifier:{{ ykval_verifierPassword }}@db-fas01.stg/ykval"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue