Do not input private or sensitive data. View Qlik Privacy & Cookie Policy.
Skip to main content

Announcements
Qlik Open Lakehouse is Now Generally Available! Discover the key highlights and partner resources here.
cancel
Showing results for 
Search instead for 
Did you mean: 
Anonymous
Not applicable

Password encryption in TAC database

Hi,

 

We are trying to achieve automatic configuration and installation of a Talend platform using Docker. We are struggling to configure automatically the SVN server and the Nexus server. We have managed to configure the usernames but not the passwords. It seems they are encrypted in the database but we can't figure out which encryption method was used. 

Do you have any information about this?

 

Thanks,

Seiji

Labels (2)
3 Replies
Anonymous
Not applicable
Author

Hello,

Are you trying to automate the configuration in TAC and would like to encrypt you SVN password and add it to the configuration.properties?

If you automate the creation of users through the Metaservlet, according to https://jira.talendforge.org/browse/DOCT-9251, when encryptedPassword flag is set to true, user creation is done by passing directly MD5 encrypted passwords.

Best regards

Sabrina

 

Anonymous
Not applicable
Author

We are trying to update the "configuration" table, specifically the "nexus.libPassword" and "svn.serverpassword" lines. We are doing this to skip manually editing the configuration page in the TAC (See attached files). I can't find any svn configuration in the configuration.properties file and what we are trying to achieve does'nt seem to be supported by the Metaservlet.


talendcofnig2.png
talendcofnig.png
Anonymous
Not applicable
Author

hello,
, I've have a tutorial on how to crypt passwords in talend configuration files.
Hope it can help others having the same need.
It is in french, but Jobs capture and code should be easy to understand.