Hello Team, We are integrating GitHub with PPM, and in order to clone GitHub repository in HPPPM server we are using Personal Access Token. Now this personal access token being a password we don't want to store it in plain text f anywhere, neither in application ,nor in server. PPM offers kEncrypt.sh to encrypt a text , but there is no decryption mechanism and while calling git clone command we need to provide decrypted PAT token. Can you please suggest any encryption /decryption mechanism available within PPM itself.
git clone https://[ACCESS_TOKEN]@ec-github.power.ge.com/OpenGE-HC/PROJECTNAME.git