liugddx commented on code in PR #5727:
URL: https://github.com/apache/seatunnel/pull/5727#discussion_r1378866747


##########
docs/en/seatunnel-engine/rest-api.md:
##########
@@ -262,3 +262,91 @@ network:
 
 </details>
 
+------------------------------------------------------------------------------------------
+
+### Encrypt Config.
+
+<details>
+<summary><code>POST</code> 
<code><b>/hazelcast/rest/maps/encrypt-config</b></code> <code>(Returns the 
encrypted config if config is encrypted successfully.)</code></summary>
+
+#### Body
+
+```json
+{
+    "env": {
+        "execution.parallelism": 1,
+        "shade.identifier":"base64"

Review Comment:
   > Base64 encryption and decryption are provided at now, and users can 
implement their own encryption and decryption.
   
   Can we tell users in the documentation how to extend the encryption method?



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to