Comment 12 for bug 1327019

Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Fix merged to python-heatclient (master)

Reviewed: https://review.openstack.org/109234
Committed: https://git.openstack.org/cgit/openstack/python-heatclient/commit/?id=99fabf0dceb04517c88b45609d1d0a1ff829f892
Submitter: Jenkins
Branch: master

commit 99fabf0dceb04517c88b45609d1d0a1ff829f892
Author: lvdongbing <email address hidden>
Date: Thu Jul 24 17:49:32 2014 +0800

    Don't expose X-Auth-Token in heat CLI

    Heat CLI exposes X-Auth-Token in debug mode. This patch replaces
    X-Auth-Token's value with '{SHA1}<sha1oftoken>'. Some credentials
    are exposed by keystoneclient as heatclient uses keystoneclient to
    authenticate, it will be fixed in bug:100414.

    Change-Id: Ic768af5a947535807ba449fb0aeb1eb98dac56e6
    Partial-Bug: #1327019