From 8599494a48d0b1f7c3da0d338088e7c895737b80 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jakub=20Soko=C5=82owski?= Date: Tue, 22 Mar 2022 18:55:10 +0100 Subject: [PATCH] disable JSON-RPC API port by default MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Jakub SokoĊ‚owski --- defaults/main.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/defaults/main.yml b/defaults/main.yml index 8df5996..af91974 100644 --- a/defaults/main.yml +++ b/defaults/main.yml @@ -64,8 +64,7 @@ beacon_node_metrics_enabled: true beacon_node_metrics_address: '0.0.0.0' beacon_node_metrics_port: 9200 -# The JSON-RPC service is disabled because this is a legacy -# functionality that will be removed from Nimbus eventually +# The JSON-RPC is deprecated and will be removed soon. beacon_node_rpc_enabled: false beacon_node_rpc_address: '127.0.0.1' beacon_node_rpc_port: 9900