commit d737699d80fe3d76b0c43b55c9b0e719bc9b3043 parent 3ea8450261ddb0b344e8df8285b8aedd205b33c0 Author: Antoine A <> Date: Tue, 29 Oct 2024 14:16:59 +0100 test: fix for pwd auth deprecation Diffstat:
5 files changed, 6 insertions(+), 0 deletions(-)
diff --git a/src/auditor/generate-auditor-basedb.conf b/src/auditor/generate-auditor-basedb.conf @@ -37,6 +37,7 @@ IBAN_PAYTO_BIC = SANDBOXX SERVE = tcp PORT = 8082 PWD_HASH_CONFIG = { "cost": 4 } +PWD_AUTH_COMPAT = yes [libeufin-bankdb-postgres] CONFIG = postgresql:///auditor-basedb @@ -91,6 +92,7 @@ SUGGESTED_WITHDRAWAL_EXCHANGE = http://localhost:8081/ SERVE = tcp PORT = 8082 PWD_HASH_CONFIG = { "cost": 4 } +PWD_AUTH_COMPAT = yes [auditor] BASE_URL = http://localhost:8083/ diff --git a/src/benchmark/benchmark-common.conf b/src/benchmark/benchmark-common.conf @@ -96,6 +96,7 @@ RAM_LIMIT=10000000 [libeufin-bank] CURRENCY = EUR PWD_HASH_CONFIG = { "cost": 4 } +PWD_AUTH_COMPAT = yes [libeufin-nexus] DB_CONNECTION="postgresql:///talercheck" diff --git a/src/testing/test-taler-exchange-wirewatch-postgres.conf b/src/testing/test-taler-exchange-wirewatch-postgres.conf @@ -67,6 +67,7 @@ SUGGESTED_WITHDRAWAL_EXCHANGE = http://localhost:8081/ SERVE = tcp PORT = 8082 PWD_HASH_CONFIG = { "cost": 4 } +PWD_AUTH_COMPAT = yes # Need at least one coin, otherwise Exchange # refuses to start. diff --git a/src/testing/test_bank_api.conf b/src/testing/test_bank_api.conf @@ -22,3 +22,4 @@ SUGGESTED_WITHDRAWAL_EXCHANGE = http://localhost:8081/ SERVE = tcp PORT = 8082 PWD_HASH_CONFIG = { "cost": 4 } +PWD_AUTH_COMPAT = yes diff --git a/src/testing/test_exchange_api.conf b/src/testing/test_exchange_api.conf @@ -16,6 +16,7 @@ IBAN_PAYTO_BIC = SANDBOXX SERVE = tcp PORT = 8082 PWD_HASH_CONFIG = { "cost": 4 } +PWD_AUTH_COMPAT = yes [libeufin-bankdb-postgres] CONFIG = postgresql:///talercheck