We have one main application and a few child applications, from main application launches child application by sending command-line arguments that contain some user credentials.
Observed that the CloudAppLauncher_V2 log file recorded the command line argument under “Application URL parameter:”. Considering the security, we are not supposed to store any credentials in a system under any file.
How to prevent this info from CloudAppLauncher logs?
Version:
PowerBuilder 2022R2 Build 2819
CloudAppLauncher_V2
Powerserver App hosted on Docker.
Thanks,
Gururaja Udupa
Currently, our application sends the data in encrypted format. I will go through the Elevate session and check if we need to make any changes to our application.
Thanks,
Gururaja Udupa