Skip to content

Commit

Permalink
docs: updated key size in transit documentation (hashicorp#19346)
Browse files Browse the repository at this point in the history
  • Loading branch information
anwittin authored Mar 3, 2023
1 parent f4795fd commit d2a09ad
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion website/content/api-docs/secret/transit.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ values set here cannot be changed after key creation.
`managed_key_id` parameter must be specified.
- `key_size` `(int: "0", optional)` - The key size in bytes for algorithms
that allow variable key sizes. Currently only applicable to HMAC, where
it must be between 16 and 512 bytes.
it must be between 32 and 512 bytes.
- `auto_rotate_period` `(duration: "0", optional)` – The period at which
this key should be rotated automatically. Setting this to "0" (the default)
will disable automatic key rotation. This value cannot be shorter than one
Expand Down

0 comments on commit d2a09ad

Please sign in to comment.