From 95df2a02055a17f8a5d8953081e3000f7c5cfb97 Mon Sep 17 00:00:00 2001 From: rachid Date: Fri, 3 Nov 2023 14:54:57 +0100 Subject: [PATCH] fix: add the insecure flag to e2e orchestrator script --- e2e/scripts/start_orchestrator_after_validator_created.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/e2e/scripts/start_orchestrator_after_validator_created.sh b/e2e/scripts/start_orchestrator_after_validator_created.sh index 3a884b89..86d41f78 100644 --- a/e2e/scripts/start_orchestrator_after_validator_created.sh +++ b/e2e/scripts/start_orchestrator_after_validator_created.sh @@ -67,6 +67,7 @@ else --core.rpc.port="${CORE_RPC_PORT}" \ --core.grpc.host="${CORE_GRPC_HOST}" \ --core.grpc.port="${CORE_GRPC_PORT}" \ + --grpc.insecure \ --p2p.listen-addr="${P2P_LISTEN}" \ --p2p.bootstrappers="${P2P_BOOTSTRAPPERS}" \ --evm.passphrase=123