From 6e77be2897b86209ab9ab1667bf54c28696512f9 Mon Sep 17 00:00:00 2001 From: courtneyeh Date: Fri, 10 Nov 2023 10:30:44 +1100 Subject: [PATCH] Add documentation for new CLI argument `--allow-no-loaded-keys` --- docs/reference/cli/index.md | 34 +++++++++++++++++++++++++++++++++- 1 file changed, 33 insertions(+), 1 deletion(-) diff --git a/docs/reference/cli/index.md b/docs/reference/cli/index.md index d552f67d2..908a69ae6 100644 --- a/docs/reference/cli/index.md +++ b/docs/reference/cli/index.md @@ -2914,10 +2914,42 @@ TEKU_VALIDATORS_EXTERNAL_TRUSTSTORE_PASSWORD_FILE=truststore_pass.txt validators-external-signer-truststore-password-file: "truststore_pass.txt" ``` - + Password file used to decrypt the keystore. +### allow-no-loaded-keys + + + +# Syntax + +```bash +--allow-no-loaded-keys= +``` + +# Example + +```bash +--allow-no-loaded-keys=true +``` + +# Environment variable + +```bash +TEKU_ALLOW_NO_LOADED_KEYS=true +``` + +# Configuration file + +```bash +allow-no-loaded-keys: true +``` + + + +Allows the validator client to run with no loaded keys. The default is `true`. + ### validators-external-signer-url