feat: prepare MI mock CLI flags in backend - #4242
Merged
openshift-merge-bot[bot] merged 1 commit intoMar 4, 2026
Merged
Conversation
openshift-ci
Bot
requested review from
Gerd Oberlechner (geoberle) and
Jan-Hendrik Boll (janboll)
February 27, 2026 11:28
Collaborator
Author
|
/hold |
This was referenced Feb 27, 2026
Miguel Soriano (miguelsorianod)
force-pushed
the
msoriano-prepare-mimock-backend-cliflags
branch
from
February 27, 2026 16:19
6cb3f1f to
1d16217
Compare
Collaborator
|
some weird cruft. Please cleanup one way or the other post-merge /lgtm |
Miguel Soriano (miguelsorianod)
force-pushed
the
msoriano-prepare-mimock-backend-cliflags
branch
from
February 27, 2026 17:09
1d16217 to
e19daeb
Compare
Collaborator
|
/lgtm |
|
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: deads2k, miguelsorianod The full list of commands accepted by this bot can be found here. The pull request process is described here DetailsNeeds approval from an approver in each of these files:
Approvers can indicate their approval by writing |
Collaborator
Author
|
/hold cancel |
Collaborator
Author
|
/retest |
1 similar comment
Collaborator
|
/retest |
openshift-merge-bot
Bot
deleted the
msoriano-prepare-mimock-backend-cliflags
branch
March 4, 2026 00:57
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
In #3820 we are going to introduce a validation that interacts with Microsoft's Managed Identities Data Plane service in the ARO-HCP environments where it is available. In the environments where it is not available it is not possible to retrieve credentials associated to Managed Identities. In those environments we instead have a fake implementation of the Managed Identities Data Plane client that always returns the credentials associated to common Azure Service Principal identity that we commonly refer to as the MI mock identity (or MSI Mock identity).
A prerequisite to be able to introduce #3820 is to first rollout the introduction of the CLI flags in the backend binary, so we can later specify them in the Backend's K8s deployment. This MR introduces the MI Mock related CLI flags and basic validation for them.