From 19efe323eee87ee7d8ec308bce8d902f12c3012a Mon Sep 17 00:00:00 2001 From: Neil-Jocelyn Schark <neil.schark@h-da.de> Date: Mon, 20 Jan 2025 16:15:59 +0000 Subject: [PATCH] add routing option --- integration-tests/config/controller/routing-config.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/integration-tests/config/controller/routing-config.yaml b/integration-tests/config/controller/routing-config.yaml index 4611c084..14988a66 100644 --- a/integration-tests/config/controller/routing-config.yaml +++ b/integration-tests/config/controller/routing-config.yaml @@ -5,3 +5,4 @@ UserPW: "TestPassword" AppName: "dq-routing" RegistrationToken: "SecurePresharedToken" GrpcAddress: ":54321" +RoutingOptions: "UseAbsoluteKeyFillLevel" -- GitLab