Encrypted key storage

30 views
Skip to first unread message

Arunasree Manchala

unread,
Oct 16, 2021, 11:45:40 PM10/16/21
to rundeck-discuss
Hi Team,
While creating a password , we are giving actual password value and using in the projects. Is  there anyway to give that password value as md5 generated encrypted value?

rac...@rundeck.com

unread,
Oct 18, 2021, 8:36:52 AM10/18/21
to rundeck-discuss

Hi Aruna,

By default, Rundeck stores the key storage passwords encrypted, you can see this on the rundeck-config.properties file (keys section), take a look:

# Encryption for key storage
rundeck.storage.provider.1.type=db
rundeck.storage.provider.1.path=keys

rundeck.storage.converter.1.type=jasypt-encryption
rundeck.storage.converter.1.path=keys
rundeck.storage.converter.1.config.encryptorType=custom
rundeck.storage.converter.1.config.password=662b838285668bf5
rundeck.storage.converter.1.config.algorithm=PBEWITHSHA256AND128BITAES-CBC-BC
rundeck.storage.converter.1.config.provider=BC

Rundeck always “translates” this in your workflows, maybe you need to add the md5sum tool in some step if you need to display those values in md5 format.

Greetings!

Reply all
Reply to author
Forward
0 new messages