Feature #10263
Encrypt LDAP password in database
Description
LDAP passwords are kept in plaintext in the database. We could follow the same strategy as we do with ComputeResource passwords and encrypt them, and deencrypt them only when we need to send them.
Related issues
Associated revisions
refs #10263 - update DB encryption rake task
refs #10263 - update DB encryption rake task
History
#1
Updated by Dominic Cleal about 8 years ago
- Related to Feature #2424: encrypt compute resource password added
#2
Updated by The Foreman Bot about 8 years ago
- Status changed from New to Ready For Testing
- Pull request https://github.com/theforeman/foreman/pull/2320 added
- Pull request deleted (
)
#3
Updated by Dominic Cleal about 8 years ago
- Legacy Backlogs Release (now unused) set to 35
#4
Updated by Daniel Lobato Garcia about 8 years ago
- Status changed from Ready For Testing to Closed
- % Done changed from 0 to 100
Applied in changeset be6ce5bc0800d064e5323363e596c19014c4a7c7.
#5
Updated by Dominic Cleal almost 8 years ago
- Related to Bug #11122: Already initialized constant exception after service startup added
Fixes #10263 - Encrypt LDAP password in db
This commit includes a rake task to encrypt all encryptable resources.
A helper function can be used to add more encryption tasks easily.