This is an automated email from the ASF dual-hosted git repository.
liuyu pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/pulsar-site.git
The following commit(s) were added to refs/heads/main by this push:
new c27a72fa2ab [fix] Fix some typos in End-to-End Encryption (#581)
c27a72fa2ab is described below
commit c27a72fa2abd129c0d48b47b8ed5ab89f91a2a8e
Author: Zike Yang <[email protected]>
AuthorDate: Mon May 22 07:00:03 2023 +0800
[fix] Fix some typos in End-to-End Encryption (#581)
---
docs/security-encryption.md | 2 +-
versioned_docs/version-2.11.x/security-encryption.md | 2 +-
versioned_docs/version-3.0.x/security-encryption.md | 2 +-
3 files changed, 3 insertions(+), 3 deletions(-)
diff --git a/docs/security-encryption.md b/docs/security-encryption.md
index e088e9564de..adb8b800568 100644
--- a/docs/security-encryption.md
+++ b/docs/security-encryption.md
@@ -351,7 +351,7 @@ If the produced messages are consumed across application
boundaries, you need to
</TabItem>
<TabItem value="Node.js">
- Currently, customizing the `CryptoKeyReader` implementation is not
supported in Python. However, you can use the default implementation by
specifying the path of the private key and public keys.
+ Currently, customizing the `CryptoKeyReader` implementation is not
supported in Node.js client. However, you can use the default implementation by
specifying the path of the private key and public keys.
</TabItem>
</Tabs>
diff --git a/versioned_docs/version-2.11.x/security-encryption.md
b/versioned_docs/version-2.11.x/security-encryption.md
index e088e9564de..adb8b800568 100644
--- a/versioned_docs/version-2.11.x/security-encryption.md
+++ b/versioned_docs/version-2.11.x/security-encryption.md
@@ -351,7 +351,7 @@ If the produced messages are consumed across application
boundaries, you need to
</TabItem>
<TabItem value="Node.js">
- Currently, customizing the `CryptoKeyReader` implementation is not
supported in Python. However, you can use the default implementation by
specifying the path of the private key and public keys.
+ Currently, customizing the `CryptoKeyReader` implementation is not
supported in Node.js client. However, you can use the default implementation by
specifying the path of the private key and public keys.
</TabItem>
</Tabs>
diff --git a/versioned_docs/version-3.0.x/security-encryption.md
b/versioned_docs/version-3.0.x/security-encryption.md
index e088e9564de..adb8b800568 100644
--- a/versioned_docs/version-3.0.x/security-encryption.md
+++ b/versioned_docs/version-3.0.x/security-encryption.md
@@ -351,7 +351,7 @@ If the produced messages are consumed across application
boundaries, you need to
</TabItem>
<TabItem value="Node.js">
- Currently, customizing the `CryptoKeyReader` implementation is not
supported in Python. However, you can use the default implementation by
specifying the path of the private key and public keys.
+ Currently, customizing the `CryptoKeyReader` implementation is not
supported in Node.js client. However, you can use the default implementation by
specifying the path of the private key and public keys.
</TabItem>
</Tabs>