Comment 4 for bug 1262177

Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Related fix merged to heat (master)

Reviewed: https://review.openstack.org/63829
Committed: https://git.openstack.org/cgit/openstack/heat/commit/?id=7214c146f1c2582e293ded65bf6947c50f617534
Submitter: Jenkins
Branch: master

commit 7214c146f1c2582e293ded65bf6947c50f617534
Author: Steven Hardy <email address hidden>
Date: Mon Dec 23 20:45:13 2013 +0000

    Store AccessKey secret_key in resource data

    Similar to the change for SignalResponder, store the secret key
    encrypted in resource data, rather than requesting it from keystone
    every time the user requests the SecretKey attribute.

    Unlike SignalResponder (which stores the signed URL after using
    the keypair to sign the request), we need this to be backwards
    compatible, to cope with upgrading heat with stacks in the DB
    which contain the AccessKey resource but don't have the secret
    stored.

    blueprint: instance-users
    Related-Bug: #1262177

    Change-Id: I92826a6dc028b151d98c0a5e2f6ec27db4b744b9