From 89c3261afa63b2d3003e2ebe5f641a89319e3c0d Mon Sep 17 00:00:00 2001 From: Stefan Bratanov Date: Mon, 18 Dec 2023 09:54:25 +0200 Subject: [PATCH] Add `ee-jwt-claim-id` to the CLI options --- docs/reference/cli/index.md | 35 +++++++++++++++++++ .../version-23.12.1/reference/cli/index.md | 35 +++++++++++++++++++ 2 files changed, 70 insertions(+) diff --git a/docs/reference/cli/index.md b/docs/reference/cli/index.md index 017093759..afc72ce20 100644 --- a/docs/reference/cli/index.md +++ b/docs/reference/cli/index.md @@ -652,6 +652,41 @@ ee-jwt-secret-file: "ee-jwt-secret.hex" Shared secret used to authenticate [execution clients](../../concepts/merge.md#execution-and-consensus-clients) when using the Engine JSON-RPC API. Contents of file must be 32 hex-encoded bytes. May be a relative or absolute path. See an [example of how to generate this](../../get-started/connect/mainnet.md#1-generate-the-shared-secret). +### ee-jwt-claim-id + + + + +```bash +--ee-jwt-claim-id= +``` + + + + +```bash +--ee-jwt-claim-id=foobar +``` + + + + +```bash +TEKU_EE_JWT_CLAIM_ID=foobar +``` + + + + +```bash +ee-jwt-claim-id: "foobar" +``` + + + + +A unique identifier for the consensus layer client. This identifier will be added to the JWT claims as an 'id' claim when using the Engine JSON-RPC API. + ### eth1-deposit-contract-address diff --git a/versioned_docs/version-23.12.1/reference/cli/index.md b/versioned_docs/version-23.12.1/reference/cli/index.md index 00b9827cd..91d009edf 100644 --- a/versioned_docs/version-23.12.1/reference/cli/index.md +++ b/versioned_docs/version-23.12.1/reference/cli/index.md @@ -652,6 +652,41 @@ ee-jwt-secret-file: "ee-jwt-secret.hex" Shared secret used to authenticate [execution clients](../../concepts/merge.md#execution-and-consensus-clients) when using the Engine JSON-RPC API. Contents of file must be 32 hex-encoded bytes. May be a relative or absolute path. See an [example of how to generate this](../../get-started/connect/mainnet.md#1-generate-the-shared-secret). +### ee-jwt-claim-id + + + + +```bash +--ee-jwt-claim-id= +``` + + + + +```bash +--ee-jwt-claim-id=foobar +``` + + + + +```bash +TEKU_EE_JWT_CLAIM_ID=foobar +``` + + + + +```bash +ee-jwt-claim-id: "foobar" +``` + + + + +A unique identifier for the consensus layer client. This identifier will be added to the JWT claims as an 'id' claim when using the Engine JSON-RPC API. + ### eth1-deposit-contract-address