Skip to content

Commit

Permalink
fix: typos
Browse files Browse the repository at this point in the history
Co-authored-by: Lucas McDonald <[email protected]>
Co-authored-by: seebees <[email protected]>
  • Loading branch information
3 people authored Sep 11, 2024
1 parent 7c36536 commit e750cc4
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 9 deletions.
14 changes: 7 additions & 7 deletions changes/2024-TBD_key-store-admin/background.md
Original file line number Diff line number Diff line change
Expand Up @@ -92,9 +92,9 @@ This ARN MAY be a Multi-Region Key (MRK) or Single Region Key.
## Key Management

`Key Management` is a union,
such that additional options maybe added at a later date.
such that additional options MAY be added at a later date.

Members of `Kms Management` are elements that
Members of `Key Management` are elements that
authorize the use of Branch Key Cryptographic Materials
by decrypting them in a manner that
authenticates all attributes of the Branch Key.
Expand Down Expand Up @@ -136,7 +136,7 @@ the default KMS client is constructed via the AWS SDK.
## Key Management Strategy

`Key Management Strategy` is a union,
such that additional options maybe added at a later date.
such that additional options may be added at a later date.

`Key Management Strategy` determines which Operations
of a `Key Management` are used by the Client.
Expand Down Expand Up @@ -194,13 +194,13 @@ The CreateKey caller MAY provide:

- A Branch Key ID
- Encryption Context
- A Key Manager Strategy
- A Key Management Strategy

The behavior is mostly identical.

However,
during the [Wrapped Branch Key Creation](../../framework/branch-key-store.md#wrapped-branch-key-creation),
the Key Manager Strategy MUST be respected.
the Key Management Strategy MUST be respected.

## Version Key

Expand All @@ -211,13 +211,13 @@ The VersionKey caller MUST provide:

The VersionKey caller MAY provide:

- A Key Manager Strategy
- A Key Management Strategy

The behavior is mostly identical.

However,
during the [Wrapped Branch Key Creation](../../framework/branch-key-store.md#wrapped-branch-key-creation),
the Key Manager Strategy MUST be respected.
the Key Management Strategy MUST be respected.

<!-- LocalWords: MRK AwsKms grantTokenList kmsClient ReEncrypt -->
<!-- LocalWords: AwsKmsReEncrypt keystore AwsKmsDecryptEncrypt -->
Expand Down
3 changes: 1 addition & 2 deletions changes/2024-TBD_key-store-admin/proposed.smithy
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ union KMSIdentifier {

@documentation(
"If an MRK ARN is provided,
and the Key Store table holds an MRK ARN,
and the persisted Branch Key holds an MRK ARN,
then those two ARNs may differ in region,
although they must be otherwise equal.
If either ARN is not an MRK ARN, then
Expand Down Expand Up @@ -155,7 +155,6 @@ operation VersionKey {
errors: [aws.cryptography.keyStore#VersionRaceException]
}

@documentation("Inputs for versioning a Branch Key.")
structure VersionKeyInput {
@required
@documentation("The identifier for the Branch Key to be versioned.")
Expand Down

0 comments on commit e750cc4

Please sign in to comment.