Comment 32 for bug 1992840

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

Reviewed: https://review.opendev.org/c/openstack/charm-nova-cloud-controller/+/883990
Committed: https://opendev.org/openstack/charm-nova-cloud-controller/commit/6dee49e54889f77bd421af787a4cd9aa42e5ba0c
Submitter: "Zuul (22348)"
Branch: stable/2023.1

commit 6dee49e54889f77bd421af787a4cd9aa42e5ba0c
Author: Felipe Reyes <email address hidden>
Date: Thu May 18 22:24:12 2023 -0400

    Add support for using service tokens

    This patch configures nova-cloud-controller to send a service token
    along with the received user token on requests sent to other services.
    This allows those other services to accept the request even if the user
    token has been invalidated since received by the nova services running
    in nova-cloud-controller units, the same applies for incoming requests
    from other services. Service tokens exist since Openstack Queens.

    Change-Id: I95021600da8af12cb75ef5681fb5af8780ade4f8
    Closes-Bug: #1992840
    (cherry picked from commit fd810f9afd92904cd66544c00610f830fd337299)