Comment 79 for bug 1992840

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

Reviewed: https://review.opendev.org/c/openstack/charm-nova-cloud-controller/+/886014
Committed: https://opendev.org/openstack/charm-nova-cloud-controller/commit/98b637d8e9d9df19cd001e582f846e2046fba1bd
Submitter: "Zuul (22348)"
Branch: stable/yoga

commit 98b637d8e9d9df19cd001e582f846e2046fba1bd
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)