Rundeck wish list -
1. GUI interface to -
- setup/modify API policy
- setup/modify new groups and users
2. A way to delete Job History using the GUI
3. Better documentation on how to use htdigest in realm.properties -
Current documentation says:
# This entry is for digest auth. The credential is
a MD5 hash of username:realmname:password
#digest: MD5:6e120743ad67abfbc385bc2bb754e297
So, if I have this as my htdigest -
ryrastorza:Rundeck
Access:659f3fdb670ec5d1d2cab6c336aa724d
Doing a md5sum of the htdigest above generates - 419b83895c0c362e1dad0b0ff69852e2
Is the below syntax the correct format to use htdigest? Though
this not seem to work..
ryrastorza:MD5:419b83895c0c362e1dad0b0ff69852e2
(Was using ldap before on older version of rundeck, this is
the first time for me to use htdigest for realm.properties)
Thanks,
Reigner S. Yrastorza