Comment 9 for bug 1529354

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

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

commit ce46629661322915082ece2710bf36c46b13a15a
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