feat(aro-hcp): use second ARM helper identity - #83084
Conversation
Configure Clusters Service with the second leased ARM helper identity now that the dedicated service wiring is available in ARO-HCP. Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
|
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: roivaz 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 |
WalkthroughThe provisioning scripts now assign separate ARM helper leases to Backend and Clusters Service. They write distinct client IDs and certificate names to the generated configuration and clean up temporary YQ environment variables. ChangesARO HCP ARM helper configuration
Estimated code review effort: 2 (Simple) | ~10 minutes Possibly related PRs
Suggested reviewers: 🚥 Pre-merge checks | ✅ 15✅ Passed checks (15 passed)
✨ Finishing Touches🧪 Generate unit tests (beta)
Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
|
[REHEARSALNOTIFIER]
Prior to this PR being merged, you will need to either run and acknowledge or opt to skip these rehearsals. Interacting with pj-rehearseComment: Once you are satisfied with the results of the rehearsals, comment: |
|
/pj-rehearse pull-ci-Azure-ARO-HCP-main-e2e-parallel |
|
@roivaz: now processing your pj-rehearse request. Please allow up to 10 minutes for jobs to trigger or cancel. |
|
/pj-rehearse pull-ci-Azure-ARO-HCP-main-e2e-parallel-inplace-upgrade |
|
@roivaz: now processing your pj-rehearse request. Please allow up to 10 minutes for jobs to trigger or cancel. |
|
/hold |
|
/pj-rehearse pull-ci-Azure-ARO-HCP-main-e2e-parallel |
|
@roivaz: now processing your pj-rehearse request. Please allow up to 10 minutes for jobs to trigger or cancel. |
|
/pj-rehearse pull-ci-Azure-ARO-HCP-main-e2e-parallel |
|
@roivaz: now processing your pj-rehearse request. Please allow up to 10 minutes for jobs to trigger or cancel. |
|
@roivaz: The following test failed, say
Full PR test history. Your PR dashboard. DetailsInstructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes-sigs/prow repository. I understand the commands that are listed here. |
Why
ARO-HCP now supports a dedicated ARM helper identity for Clusters Service, but the legacy Prow provision scripts still configure both Backend and Clusters Service from the first leased identity. The jobs already lease two identities, so this prevents the intended identity isolation from being exercised.
What
Related: AROSLSRE-1679
Depends on: Azure/ARO-HCP#6454 (merged)
Validation
Summary by CodeRabbit
The ARO-HCP legacy Prow provision scripts now assign separate ARM helper leases to each service:
yqenvironment variables are removed after configuration.Validation includes Bash syntax checks, ShellCheck warnings, and focused lease-to-configuration mapping tests.
Unrelated rehearsal failure
The
e2e-parallel-inplace-upgraderehearsal failed because the pre-existing baseline and upgrade override paths omitted the RegioncustomExporterimage. Baseline ARO-HCP commit0767d80therefore kept the staticsha256:335a...exporter digest while the other Region services used commit-specific images.This is unrelated to the ARM-helper identity change. The independent fix uses the shared ARO-HCP helpers, adds the exporter pipeline dependency, and preserves the existing Hypershift overrides in #83113.