Hi,
I lost the ldap bind password used in my deployment and look for a way to retrieve it.
It seems there’s a kind of way to do it , but only find a guide for “standard” credentials
awx-manage shell_plus
from awx.main.utils import decrypt_field
cred = Credential.objects.get(name=“my private key”)
print(decrypt_field(cred, “ssh_key_data”))
Is there someone who could guide me in the right direction please ?
Thanks,
Regards,