litiliu commented on issue #8494:
URL: https://github.com/apache/seatunnel/issues/8494#issuecomment-2591546926

   I think we can add kv pairs in the values env block, like this 
   `
     "env": {
       "jobMode": "batch",
       "parallelism": 1,
       "shade.identifier": "base64",
       "shade.props": {
         "userKey1": "userValue1",
         "userKey2": "userValue2"
       }
     },
   `
   
   and add a map param with the content of ` shade.props` to the 
encrypt/decrypt method, thus user code can handle the user-defined k-v.


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