]> review.fuel-infra Code Review - openstack-build/heat-build.git/commit
Add encryption support for authentication information in db.
authorIan Main <imain@redhat.com>
Thu, 26 Jul 2012 19:57:57 +0000 (12:57 -0700)
committerIan Main <imain@redhat.com>
Fri, 27 Jul 2012 01:40:18 +0000 (18:40 -0700)
commit58cd52624b50476ed5ed1c5c0ba7cb1b4d7ba66d
tree46d2855f3252ac5ae1082a886300641104c6d724
parente646e66728e5ca9f627c56137a40c74a195060a1
Add encryption support for authentication information in db.

This patch uses an encryption key generated in install.sh to perform
symmetrical encryption on sensitive authentication information stored
in the database for HA operations.

Change-Id: Ifd09f3f566ba3ebd941a6f453953576011b518b9
Signed-off-by: Ian Main <imain@redhat.com>
etc/heat-engine.conf
heat/db/sqlalchemy/api.py
heat/engine/auth.py
install.sh