Skip to content

Commit

Permalink
Remove early access warnings for key manager API (#236)
Browse files Browse the repository at this point in the history
Signed-off-by: madelinemurray <[email protected]>
  • Loading branch information
MadelineMurray authored Nov 30, 2023
1 parent d723121 commit c12dbfe
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 8 deletions.
4 changes: 0 additions & 4 deletions docs/how-to/use-signing-keys.md
Original file line number Diff line number Diff line change
Expand Up @@ -161,10 +161,6 @@ You can [list keys](#list-keys), [import keystores](#import-keystores), and [del
Enable the key manager API by running Web3Signer using the
[`--key-manager-api-enabled`](../reference/cli/subcommands.md#key-manager-api-enabled) subcommand option.

:::caution warning
The key manager API is an early access feature and is still in development.
:::

### List keys

List all validating public keys known to and decrypted by the keystore using the
Expand Down
4 changes: 0 additions & 4 deletions docs/reference/cli/subcommands.md
Original file line number Diff line number Diff line change
Expand Up @@ -1656,10 +1656,6 @@ eth2.key-manager-api-enabled: true
Enables the [key manager API](../../how-to/use-signing-keys.md#manage-keys).
The default is `false`.

:::caution Warning
The key manager API is an early access feature and is still in development.
:::

#### `keystores-password-file`

<Tabs>
Expand Down

1 comment on commit c12dbfe

@vercel
Copy link

@vercel vercel bot commented on c12dbfe Nov 30, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.