Bug 835731 - [RFE] Plain text credentails in database
Summary: [RFE] Plain text credentails in database
Keywords:
Status: CLOSED EOL
Alias: None
Product: CloudForms Cloud Engine
Classification: Retired
Component: aeolus-conductor
Version: 1.0.0
Hardware: Unspecified
OS: Unspecified
unspecified
high
Target Milestone: rc
Assignee: Angus Thomas
QA Contact: Rehana
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2012-06-27 00:48 UTC by james labocki
Modified: 2020-03-27 18:03 UTC (History)
2 users (show)

Fixed In Version:
Clone Of:
Environment:
Last Closed:
Embargoed:


Attachments (Terms of Use)

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?


Note You need to log in before you can comment on or make changes to this bug.