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 over 4 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 The Foreman Bot over 4 years ago
- Status changed from New to Ready For Testing
- Pull request https://github.com/Katello/katello/pull/8729 added
Updated by Justin Sherrill over 4 years ago
- Subject changed from Encrypt Root repository upstream password saved in clear text to Root repository upstream password saved in clear text
- Category set to Repositories
- Target version set to Katello 3.16.0
- Triaged changed from No to Yes
Updated by The Foreman Bot over 4 years ago
- Fixed in Releases Katello 4.0.0 added
Updated by Piyush Tiwari over 4 years ago
- Status changed from Ready For Testing to Closed
Applied in changeset katello|a9abccc2c10f5f2c1194d564834d131d57b28401.
Updated by Partha Aji over 4 years ago
- Related to Bug #30064: RootRepository password length too short added
Actions