Comment 1 for bug 1827047

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

Reviewed: https://review.opendev.org/662830
Committed: https://git.openstack.org/cgit/openstack/castellan/commit/?id=5d936763380b9d97df409de2d33b3e9b98d61a94
Submitter: Zuul
Branch: master

commit 5d936763380b9d97df409de2d33b3e9b98d61a94
Author: Vladislav Kuzmin <email address hidden>
Date: Tue Jun 4 17:09:58 2019 +0400

    Reuse existing token from RequestContext

    When castellan trying to recreate trust-scoped token
    from RequestContext keystone throw exception
    because it's not allowed.
    Starting from this commit castellan trying to
    reuse existing token constructed from RequestContext
    if get_auth_plugin() is available.

    Change-Id: I10a12b9a2a7f796eca37dd20a280d3a4015a6903
    Closes-Bug: #1827047
    Depends-On: https://review.opendev.org/#/c/664558/