Skip to content

Commit 9d7c0de

Browse files
docs(key_manager): remove mention about key manager only supporting symmetric encryption (#2349)
Co-authored-by: Jonathan R. <[email protected]>
1 parent a5fb3de commit 9d7c0de

File tree

1 file changed

+1
-1
lines changed
  • packages_generated/key_manager/src/v1alpha1

1 file changed

+1
-1
lines changed

packages_generated/key_manager/src/v1alpha1/api.gen.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -296,7 +296,7 @@ The data encryption key is returned in plaintext and ciphertext but it should on
296296
)
297297

298298
/**
299-
* Encrypt a payload. Encrypt a payload using an existing key, specified by the `key_id` parameter. Only keys with a usage set to `symmetric_encryption` are supported by this method. The maximum payload size that can be encrypted is 64 KB of plaintext.
299+
* Encrypt a payload. Encrypt a payload using an existing key, specified by the `key_id` parameter. The maximum payload size that can be encrypted is 64 KB of plaintext.
300300
*
301301
* @param request - The request {@link EncryptRequest}
302302
* @returns A Promise of EncryptResponse

0 commit comments

Comments
 (0)