Comment 1 for bug 2060055

Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Fix merged to oidc-auth-armada-app (master)

Reviewed: https://review.opendev.org/c/starlingx/oidc-auth-armada-app/+/914814
Committed: https://opendev.org/starlingx/oidc-auth-armada-app/commit/9c337fe0c91873870db875c6e5f53d1678507813
Submitter: "Zuul (22348)"
Branch: master

commit 9c337fe0c91873870db875c6e5f53d1678507813
Author: Joao Victor Portal <email address hidden>
Date: Mon Apr 1 12:21:19 2024 -0300

    Remove ingress configuration from OIDC client

    The ingress configuration of OIDC client was never used and there are
    no valid use cases involving it. The implementation contains the
    deprecated Kubernetes API "extensions/v1beta1", but instead of fixing
    it, the implementation will be removed.

    Test Plan:

    PASS: Successfully compile a new OIDC app tarball, upload it to an
    AIO-SX environment and test OIDC app functionality.

    Closes-Bug: 2060055

    Change-Id: I22196dc3434113340c73b5918b7a716785fb6463
    Signed-off-by: Joao Victor Portal <email address hidden>