Comment 31 for bug 1992840

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

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

commit d7b08ddf69ad5ff67d94e11a70a32cfc8f814959
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
    Func-Test-Pr: https://github.com/openstack-charmers/zaza-openstack-tests/pull/1061
    Change-Id: I6cb9b1cb257db0b57bd7984c795b8caa1e3b74d9
    (cherry picked from commit 81c330b5d87a64a7a9ec601f4dd263b836ee9c01)