From 7bd243ee22a7a6a725ca31c18e4c5c58a0c0e4ea Mon Sep 17 00:00:00 2001 From: Stefan Bratanov Date: Tue, 19 Dec 2023 07:05:50 +0200 Subject: [PATCH] Add `ee-jwt-claim-id` to the CLI options (#530) --- 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..9fc0cf904 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. When using the JSON-RPC API engine, this identifier is added to JWT claims as an `id` claim. + ### 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..09a5cc55c 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. When using the JSON-RPC API engine, this identifier is added to JWT claims as an `id` claim. + ### eth1-deposit-contract-address