mirror of
https://github.com/optim-enterprises-bv/vault.git
synced 2025-11-01 19:17:58 +00:00
doc: fix broken link in transit api (#17501)
synchronize the doc between two import api
This commit is contained in:
@@ -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
|
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
|
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.
|
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
|
- `hash_function` `(string: "SHA256")` - The hash function used for the
|
||||||
RSA-OAEP step of creating the ciphertext. Supported hash functions are:
|
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
|
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
|
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.
|
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.
|
for more information on constructing the ciphertext.
|
||||||
|
|
||||||
- `hash_function` `(string: "SHA256")` - The hash function used for the
|
- `hash_function` `(string: "SHA256")` - The hash function used for the
|
||||||
|
|||||||
Reference in New Issue
Block a user