You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This file should be stored in a secure place on a sample server.
apiKey and user credentials - should be encrypted.
Need to create a utility program to encrypt the password:
import com.ibm.team.repository.common.util.ObfuscationHelper;
// use this to encrypt the apiKey and TRS user's password to put in config.properties
encryptedPassword = ObfuscationHelper.encryptString(password)
System.out.println(encryptedPassword)
Then use this to decrypt the password stored in the config.properties file
This file should be stored in a secure place on a sample server.
apiKey and user credentials - should be encrypted.
The text was updated successfully, but these errors were encountered: