From 71af786913f8a02b1e5c2bc5593fc8183261966b Mon Sep 17 00:00:00 2001 From: Shueh Chou Lu Date: Thu, 13 Oct 2022 01:51:42 +0800 Subject: [PATCH] doc: fix broken link in transit api (#17501) synchronize the doc between two import api --- website/content/api-docs/secret/transit.mdx | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/website/content/api-docs/secret/transit.mdx b/website/content/api-docs/secret/transit.mdx index c35193b9aa..7c1827b46f 100644 --- a/website/content/api-docs/secret/transit.mdx +++ b/website/content/api-docs/secret/transit.mdx @@ -119,6 +119,8 @@ two values: an ephemeral 256-bit AES key wrapped using the wrapping key returned by Vault and the encryption of the import key material under the provided AES key. The wrapped AES key should be the first 512 bytes of the ciphertext, and the encrypted key material should be the remaining bytes. +See the BYOK section of the [Transit secrets engine documentation](/docs/secrets/transit#bring-your-own-key-byok) +for more information on constructing the ciphertext. - `hash_function` `(string: "SHA256")` - The hash function used for the RSA-OAEP step of creating the ciphertext. Supported hash functions are: @@ -210,7 +212,7 @@ two values: an ephemeral 256-bit AES key wrapped using the wrapping key returned by Vault and the encryption of the import key material under the provided AES key. The wrapped AES key should be the first 512 bytes of the ciphertext, and the encrypted key material should be the remaining bytes. -See the BYOK section of the [Transit secrets engine documentation](/docs/secret/transit) +See the BYOK section of the [Transit secrets engine documentation](/docs/secrets/transit#bring-your-own-key-byok) for more information on constructing the ciphertext. - `hash_function` `(string: "SHA256")` - The hash function used for the