Comment 68 for bug 1992840

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

Reviewed: https://review.opendev.org/c/openstack/charm-ironic-api/+/885476
Committed: https://opendev.org/openstack/charm-ironic-api/commit/a2ef3dda1001d591b934e7c5e361f708d344bdcb
Submitter: "Zuul (22348)"
Branch: stable/zed

commit a2ef3dda1001d591b934e7c5e361f708d344bdcb
Author: Felipe Reyes <email address hidden>
Date: Wed May 24 12:28:36 2023 -0400

    Add support for using service tokens

    This patch configures ironic-api to send a service token along with the
    received user token on requests to other services. This allow those
    other services to accept the request even if the user token has been
    invalidated since received by Ironic. Also with this patch Ironic will
    accept request from other services with invalid user tokens but valid
    service tokens.

    Update src/build.lock to get backported patches into
    charm-helpers@stable/zed

    Closes-Bug: #1992840
    Change-Id: Ic84e4706b93c38916e89b91dfc30bf32396e5213
    (cherry picked from commit 02b7180a6b9cd9c22c4b672ae8510ea14af5e0df)