Comment 4 for bug 1813739

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

Reviewed: https://review.openstack.org/633695
Committed: https://git.openstack.org/cgit/openstack/keystonemiddleware/commit/?id=4e51cb8e6b4968fcb68903dce7e773b218f85bb7
Submitter: Zuul
Branch: master

commit 4e51cb8e6b4968fcb68903dce7e773b218f85bb7
Author: Yang Youseok <email address hidden>
Date: Tue Jan 29 18:59:12 2019 +0900

    Add auth invalidation in auth_token for identity endpoint update

    Currently auth_token middleware does not concern identity endpoint
    update since service catalog is not updated after service having
    auth_token middleware started.

    Add invalidation logic when EndpointNotfound exception occurs so
    that auth_token middleware can be notified of sevice catalog update
    without restart.

    Change-Id: I631ee1538883d732fe3987b172d987f703dad5c0
    Closes-Bug: #1813739