summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2023-05-16 13:37:09 +0200
committerChristian Grothoff <christian@grothoff.org>2023-05-16 13:37:09 +0200
commit30b953ff0f46a49c1a48b6d0b59d18c4cd30e0c6 (patch)
tree8bd62a793df4be19b3d71c5181ebfd86ad2be1b2
parent29694be4b1021da84f3e1f16ccb1b6d69457da77 (diff)
downloadexchange-30b953ff0f46a49c1a48b6d0b59d18c4cd30e0c6.tar.gz
exchange-30b953ff0f46a49c1a48b6d0b59d18c4cd30e0c6.tar.bz2
exchange-30b953ff0f46a49c1a48b6d0b59d18c4cd30e0c6.zip
add new trigger option
-rw-r--r--src/exchange/exchange.conf6
1 files changed, 6 insertions, 0 deletions
diff --git a/src/exchange/exchange.conf b/src/exchange/exchange.conf
index efa0287e0..d1558a49c 100644
--- a/src/exchange/exchange.conf
+++ b/src/exchange/exchange.conf
@@ -10,6 +10,12 @@
# are flagged for AML review.
# AML_THRESHOLD =
+# Specifies a program (binary) to run on KYC attribute data to decide
+# whether we should immediately flag an account for AML review.
+# The KYC attribute data will be passed on standard-input.
+# Return non-zero to trigger AML review of the new user.
+KYC_AML_TRIGGER = true
+
# Attribute encryption key for storing attributes encrypted
# in the database. Should be a high-entropy nonce.
ATTRIBUTE_ENCRYPTION_KEY = SET_ME_PLEASE