Comment 70 for bug 1992840

Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Fix merged to charm-cinder (stable/yoga)

Reviewed: https://review.opendev.org/c/openstack/charm-cinder/+/886018
Committed: https://opendev.org/openstack/charm-cinder/commit/b96c85f5a6b8e3d173a4f810fd4d5fd82737795e
Submitter: "Zuul (22348)"
Branch: stable/yoga

commit b96c85f5a6b8e3d173a4f810fd4d5fd82737795e
Author: Jorge Merlino <email address hidden>
Date: Thu May 18 12:21:42 2023 -0300

    Add support for using service tokens

    This patch configures Cinder to send a service token along with the
    received user token on requests to other services. This can allow those
    other services to accept the request even if the user token has been
    invalidated since received by Cinder. Also with this patch Cinder will
    accept request from other services with invalid user tokens but valid
    service tokens. Service tokens exist since Openstack Queens.

    Closes-Bug: #1992840
    Change-Id: I6cb9b1cb257db0b57bd7984c795b8caa1e3b74d9
    (cherry picked from commit 81c330b5d87a64a7a9ec601f4dd263b836ee9c01)