arshadmohammad commented on issue #7600: URL: https://github.com/apache/seatunnel/issues/7600#issuecomment-2335425662
> How about we encrypt the configuration file content with Base64 Encryption is certainly important, but there's another issue at hand. Despite encrypting the data, if we're still writing the encrypted content to a file and then executing it, we're not fully addressing the problem. > sh seatunnel.sh --web-config Utilising this from Java code may not be straightforward. There should be an additional API in SeaTunnelClient, something similar to. public ClientJobExecutionEnvironment createExecutionContext( List<String> variables, @NonNull JobConfig jobConfig, @NonNull SeaTunnelConfig seaTunnelConfig, Long jobId, String jobConfigString) @zhangshenghang, @corgy-w, what are your thoughts on this? -- 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: commits-unsubscr...@seatunnel.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org