Comment 17 for bug 1529354

Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Fix merged to heat (stable/liberty)

Reviewed: https://review.openstack.org/276599
Committed: https://git.openstack.org/cgit/openstack/heat/commit/?id=65fe32d3ac9ce8e92880e443834f9fc8f7192d46
Submitter: Jenkins
Branch: stable/liberty

commit 65fe32d3ac9ce8e92880e443834f9fc8f7192d46
Author: Steven Hardy <email address hidden>
Date: Tue Jan 5 22:41:05 2016 +0000

    Populate context roles when using stored context

    Currently we leave the context roles empty when loading the stored
    context, even though there are roles associated with e.g the trust
    scoped token used via loading the stored context. Loading the auth
    ref and populating the roles from the token ensure any RBAC performed
    on the context roles will work as expected.

    Change-Id: I7d699bcf947940357a6eb6ae2d17027ec8d6bd04
    Closes-Bug: #1529354
    (cherry picked from commit ce46629661322915082ece2710bf36c46b13a15a)