Comment 30 for bug 1331912

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

Reviewed: https://review.openstack.org/104216
Committed: https://git.openstack.org/cgit/openstack/keystone/commit/?id=79ad85a8ed9b7a3403367e2b6affe30ee69d21c5
Submitter: Jenkins
Branch: master

commit 79ad85a8ed9b7a3403367e2b6affe30ee69d21c5
Author: Jamie Lennox <email address hidden>
Date: Thu Jun 19 14:41:22 2014 +1000

    Ensure that in v2 auth tenant_id matches trust

    Previously if a trustee requests a trust scoped token for a project that
    is different to the one in the trust, however the trustor has the
    appropriate roles then a token would be issued.

    Ensure that the trust that was given matches the project that was
    specified in the scope.

    Change-Id: I00ad783bcb93cea9e5622965f81b91c80f4570cc
    Closes-Bug: #1331912