Skip to content

Commit

Permalink
Correct the Transit HMAC key source in docs (#16463) (#16467)
Browse files Browse the repository at this point in the history
* Correct the Transit HMAC key source in docs

* Update website/content/api-docs/secret/transit.mdx

Co-authored-by: Alexander Scheel <[email protected]>

Co-authored-by: Alexander Scheel <[email protected]>

Co-authored-by: Alexander Scheel <[email protected]>
  • Loading branch information
sgmiller and cipherboy authored Jul 27, 2022
1 parent e251cc5 commit d7c1e3d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions website/content/api-docs/secret/transit.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -932,8 +932,8 @@ $ curl \
## Generate HMAC

This endpoint returns the digest of given data using the specified hash
algorithm and the named key. The key can be of any type supported by `transit`;
the raw key will be marshaled into bytes to be used for the HMAC function. If
algorithm and the named key. The key can be of any type supported by `transit`,
as each `transit` key version has an independent, random 256-bit HMAC secret key. If
the key is of a type that supports rotation, the latest (current) version will
be used.

Expand Down

0 comments on commit d7c1e3d

Please sign in to comment.