Actions
Bug #29931
closedRoot repository upstream password saved in clear text
Status:
Closed
Priority:
Normal
Assignee:
Category:
Repositories
Target version:
Difficulty:
Triaged:
Yes
Bugzilla link:
Pull request:
Updated by Partha Aji almost 5 years ago
The upstream_password for root_repository is stored in clear text in the database. This password needs to be encrypted.
Look at https://github.com/theforeman/foreman/blob/develop/app/models/http_proxy.rb#L10 for example on how to do that (think we have to just include Encryptable and encrypts)
Updated by Piyush Tiwari almost 5 years ago
- Status changed from Ready For Testing to Closed
Applied in changeset katello|a9abccc2c10f5f2c1194d564834d131d57b28401.
Actions