BilwaST opened a new pull request, #189:
URL: https://github.com/apache/seatunnel-web/pull/189

   Currently Datasource passwords are stored as it is in database and also is 
sent to seatunnel-engine in .profile file. All sensitive information like 
password should be encrypted. Also the API response should be encrypted for 
datasource password.
   
   This patch handles the encryption of data using the encryption type 
available in seatunnel-engine. We can use base64 encryption type. 
   
   When we enable this encryption type, we need it configure it in job env like 
below:
   
   env {
   "shade.identifier" =base64 
   }
   
   add shade.identifier to your env. you can refer to below doc for more 
understanding
   
   
https://seatunnel.apache.org/docs/2.3.2/connector-v2/Config-Encryption-Decryption/


-- 
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