Forum Replies Created
-
Ramyambikaa Ranjithkumar
Member2 years, 7 months ago in reply to: External Credential Vault Integration – HashiCorp #3289::ignio Credential functionality refers to securekey for password parameter. Password can be fetched and sent to ignio by assigning to securekey variable. Add username and password as output parameters to Inline function.
Sample Variable declaration:
outputMap.username
outputMap.securekeySample Code For encrypting the password:
def decryptionKeyHandler = com.digitate.ignio.platform.proxyagent.ProxyAgentApplicationContextProvider.getApplicationContext().getBean(com.digitate.ignio.platform.proxyagent.commons.handler.DecryptionKeyHandler.class);
def decryptionKey = decryptionKeyHandler.getDecryptionKey();
def encryptedPassword =com.digitate.common.crypt.base.Cryptors.getSymetricCryptor(decryptionKey).encrypt(password);outputMap.username = username;
outputMap.securekey = encryptedPassword;Ramyambikaa Ranjithkumar
Member2 years, 7 months ago in reply to: Ignio Cheetah platform – Daylight savings handling #3344Ramyambikaa Ranjithkumar
Member2 years, 6 months ago in reply to: How to disable the Captcha or turn off the Captcha #3443::There is no such key in table. Do we need to add this key in environment table and do we need to restart core service.
-
This reply was modified 2 years, 6 months ago by
Ramyambikaa Ranjithkumar.
-
This reply was modified 2 years, 6 months ago by