Comment 4 for bug 1788694

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

Reviewed: https://review.openstack.org/596357
Committed: https://git.openstack.org/cgit/openstack/keystone/commit/?id=9051d403a336e082f8e699d2b826f1db55ddbd18
Submitter: Zuul
Branch: master

commit 9051d403a336e082f8e699d2b826f1db55ddbd18
Author: Lance Bragstad <email address hidden>
Date: Fri Aug 24 14:45:47 2018 +0000

    Expand implied roles in system-scoped tokens

    The implementation for system-scoped tokens lacked support for
    expanding implied roles. This patch modifies the token model so that
    it generates implied roles on the system in the token response.

    Change-Id: I46ff38a9cff6c605ccb9a52b1533f01fa4faec17
    Closes-Bug: 1788694