Bug 835731

Summary: [RFE] Plain text credentails in database
Product: [Retired] CloudForms Cloud Engine Reporter: james labocki <jlabocki>
Component: aeolus-conductorAssignee: Angus Thomas <athomas>
Status: CLOSED EOL QA Contact: Rehana <aeolus-qa-list>
Severity: high Docs Contact:
Priority: unspecified    
Version: 1.0.0CC: dajohnso, morazi
Target Milestone: rcKeywords: FutureFeature, Triaged
Target Release: ---   
Hardware: Unspecified   
OS: Unspecified   
Whiteboard:
Fixed In Version: Doc Type: Enhancement
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: Type: Bug
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:
Embargoed:

Description james labocki 2012-06-27 00:48:55 UTC
Description of problem:
[root@station130 ~]# psql -U aeolus -d conductor
psql (8.4.11)
Type "help" for help.

conductor=> \q
[root@station130 ~]# psql -U aeolus -d conductor
psql (8.4.11)
Type "help" for help.

conductor=> select id,provider_account_id,value from credentials;
 id | provider_account_id |     value      
----+---------------------+----------------
  1 |                   1 | Mhallifwwas!
  2 |                   1 | admin@internal
(2 rows)

Is it possible to remove the plain text passwords from the credentials table?