Comment 80 for bug 1992840

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

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

commit fca337274407d8c145c33fe5ce4805497878eb04
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/yoga

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