Skip to content

Commit c93ded2

Browse files
nerda-codesbene2k1
authored andcommitted
fix(key-manager): replace deprecated link (#4451)
1 parent d54a708 commit c93ded2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pages/key-manager/concepts.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ DEKs are **not stored in or managed by Key Manager**. Users are responsible for
5151

5252
A cryptographic operation used to convert [ciphertext](#ciphertext) back into its original [plaintext](#plaintext) form, using a key encryption key.
5353

54-
The only way to decrypt an encrypted payload is by using the `Decrypt` [endpoint](https://www.scaleway.com/en/developers/api/key-manager/V1/#path-keys-decrypt-data). Since key versions never leave Key Manager, there is no other way to decrypt data outside Key Manager. A payload encrypted with an older key version can still be decrypted. In this case, for convenience, the payload encrypted with the latest key version will be returned, along with the decrypted payload.
54+
The only way to decrypt an encrypted payload is by using the `Decrypt` [endpoint](https://www.scaleway.com/en/developers/api/key-manager/#path-keys-decrypt-an-encrypted-payload). Since key versions never leave Key Manager, there is no other way to decrypt data outside Key Manager. A payload encrypted with an older key version can still be decrypted. In this case, for convenience, the payload encrypted with the latest key version will be returned, along with the decrypted payload.
5555

5656
## Encryption
5757

0 commit comments

Comments
 (0)