Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hi ,
I tried system.out.println(context.mySQLPassword) where context.mySQLPassword is of password type and it printed me the value of that password . Isn't a security concern ! This should have been encrypted or of private type .
Thanks ,
Praveen vm.
@praveenvm,yes the password should be either encrypted or of private type .
@xdshi: please look into this kind of issue.
Hello Praveen vm,
The DB connection password has been encrypted since V 5.5. It has '****' displayed, when you define it in a context variable.
For your use case, here is a related jira issue:https://jira.talendforge.org/browse/TDI-30624.
Best regards
Sabrina