hailin0 commented on code in PR #4134: URL: https://github.com/apache/incubator-seatunnel/pull/4134#discussion_r1113758990
########## docs/en/connector-v2/Config-Encryption-Decryption.md: ########## @@ -0,0 +1,189 @@ +# Config File Encryption And Decryption + +## Introduction + +In most production environments, sensitive configuration items such as passwords are required to be encrypted and cannot be stored in plain text, SeaTunnel provides a convenient one-stop solution for this. + +## How to use Review Comment: List the key value pair of encrypt & decrypt example: ```json username password *username *password ... ``` -- 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]
