Skip to content

Commit

Permalink
Apply suggestions from code review
Browse files Browse the repository at this point in the history
  • Loading branch information
alexandratran authored Dec 8, 2023
1 parent 64b2ef1 commit e13fcdb
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion docs/how-to/load-keys.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ sidebar_position: 3
import Tabs from '@theme/Tabs';
import TabItem from '@theme/TabItem';

# Loading signing keys
# Load signing keys

You can load signing keys by:

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ sidebar_position: 2

# Use Web3Signer with AWS Key Management Service

Web3Signer supports excecution layer signing with secp256k1 keys stored in
Web3Signer supports execution layer signing with secp256k1 keys stored in
[AWS Key Management Service(KMS)](https://aws.amazon.com/kms/).

The [AWS KMS documentation](https://aws.amazon.com/kms/getting-started/)
Expand Down
2 changes: 1 addition & 1 deletion docs/reference/key-config-file-params.md
Original file line number Diff line number Diff line change
Expand Up @@ -182,7 +182,7 @@ endpointOverride: "http://localhost:4566"
| **authenticationMode** | Authentication type being used. Valid options are `ENVIRONMENT` and `SPECIFIED`. If using `ENVIRONMENT`, credentials are authenticated using the [default credential provider chain](https://docs.aws.amazon.com/sdk-for-java/v1/developer-guide/credentials.html#credentials-default). The default authentication type is `SPECIFIED`. |
| **accessKeyId** | Access key ID. |
| **secretAccessKey** | Secret access key. |
| **sessionToken** | Token provided by [AWS Security Token Service(STS)](https://docs.aws.amazon.com/IAM/latest/UserGuide/id_credentials_temp_enable-regions.html). Optional depending on AWS configuration. |
| **sessionToken** | Token provided by [AWS Security Token Service (STS)](https://docs.aws.amazon.com/IAM/latest/UserGuide/id_credentials_temp_enable-regions.html). Optional depending on AWS configuration. |
| **kmsKeyId** | AWS Access Key ID to authenticate AWS KMS. |
| **region** | Region to connect to. |
| **endpointOverride** | Endpoint override for AWS KMS. Useful for local testing against LocalStack. |
Expand Down

0 comments on commit e13fcdb

Please sign in to comment.