ansible-taler-exchange

Ansible playbook to deploy a production Taler Exchange
Log | Files | Refs | Submodules | README | LICENSE

commit fcf3fe865a65fc61bb614bea0922d9b84eab909b
parent 737663b51de47c6909b992e5713e558ad2651ae8
Author: Sebastian <sebasjm@gmail.com>
Date:   Tue,  1 Apr 2025 11:11:29 -0300

fixing forms name, it should match the spec on deployments/tops.html

Diffstat:
Mroles/exchange/files/etc/taler-exchange/conf.d/kyc-rules.conf | 24++++++++++--------------
1 file changed, 10 insertions(+), 14 deletions(-)

diff --git a/roles/exchange/files/etc/taler-exchange/conf.d/kyc-rules.conf b/roles/exchange/files/etc/taler-exchange/conf.d/kyc-rules.conf @@ -245,7 +245,6 @@ FALLBACK = default-investigate # FIXME: consider moving these into the exchange default config! [kyc-check-form-accept-tos] TYPE = FORM -# FIXME Sebastian: correct form name, make sure form understands CONTEXT from kyc-measure-accept-tos! FORM_NAME = accept-tos DESCRIPTION = "Ask user to accept Taler Operations terms of service" DESCRIPTION_I18N = {"de":"Geschäftsbedingungen akzeptieren"} @@ -255,20 +254,18 @@ FALLBACK = preserve-investigate [kyc-check-form-vqf-902.1] TYPE = FORM -# FIXME Sebastian: correct form name: is this 902-1 or 902-1-customer? with "-" or with "_"? -FORM_NAME = vqf-902-1 +FORM_NAME = vqf_902_1_customer DESCRIPTION = "Ask user to supply VQF form 902.1" DESCRIPTION_I18N = {"de":"Formular VQF 902.1 hochladen"} OUTPUTS = CUSTOMER_TYPE CUSTOMER_TYPE_VQF # OPTIONAL: NAME, ADDRESS, ID DOCS, ETC. DEPENDING ON LEGAL ENEITYT TYPE # => aml program will decide on legal entity type between no more forms -# or vqf-902-9, 11, 12, 13, 15. => after that, AML officer +# or vqf_902_9, 11, 12, 13, 15. => after that, AML officer FALLBACK = preserve-investigate [kyc-check-form-vqf-902.9] TYPE = FORM -# FIXME Sebastian: correct form name: with "-" or with "_"? -FORM_NAME = vqf-902-9 +FORM_NAME = vqf_902_9 DESCRIPTION = "Ask user to supply VQF form 902.9" DESCRIPTION_I18N = {"de":"Formular VQF 902.9 hochladen"} OUTPUTS = SUBMITTED_BY CONTRACTING_PARTY BENEFICIAL_OWNER_LIST @@ -276,8 +273,7 @@ FALLBACK = preserve-investigate [kyc-check-form-vqf-902.11] TYPE = FORM -# FIXME Sebastian: correct form name: with "-" or with "_"? -FORM_NAME = vqf-902-11 +FORM_NAME = vqf_902_11 DESCRIPTION = "Ask user to supply VQF form 902.11" DESCRIPTION_I18N = {"de":"Formular VQF 902.11 hochladen"} OUTPUTS = SUBMITTED_BY CONTRACTING_PARTY CONTROL_REASON CONTROLLING_LIST THIRD_PARTY_OWNERSHIP @@ -285,8 +281,8 @@ FALLBACK = preserve-investigate [kyc-check-form-vqf-902.12] TYPE = FORM -# FIXME Sebastian: correct form name: with "-" or with "_"? -FORM_NAME = vqf-902-12 +# FIXME : This form will not be supported for the TOPS MVP +FORM_NAME = vqf_902_12 DESCRIPTION = "Ask user to supply VQF form 902.12" DESCRIPTION_I18N = {"de":"Formular VQF 902.12 hochladen"} # FIXME: list correct outputs for each form here (and update GANA) @@ -295,8 +291,8 @@ FALLBACK = preserve-investigate [kyc-check-form-vqf-902.13] TYPE = FORM -# FIXME Sebastian: correct form name: with "-" or with "_"? -FORM_NAME = vqf-902-13 +# FIXME : This form will not be supported for the TOPS MVP +FORM_NAME = vqf_902_13 DESCRIPTION = "Ask user to supply VQF form 902.13" DESCRIPTION_I18N = {"de":"Formular VQF 902.13 hochladen"} # FIXME: list correct outputs for each form here (and update GANA) @@ -305,8 +301,8 @@ FALLBACK = preserve-investigate [kyc-check-form-vqf-902.15] TYPE = FORM -# FIXME Sebastian: correct form name: with "-" or with "_"? -FORM_NAME = vqf-902-15 +# FIXME : This form will not be supported for the TOPS MVP +FORM_NAME = vqf_902_15 DESCRIPTION = "Ask user to supply VQF form 902.15" DESCRIPTION_I18N = {"de":"Formular VQF 902.15 hochladen"} # FIXME: list correct outputs for each form here (and update GANA)