Skip to content

OCPBUGS-114669: [release-4.22] GCP Alternate Universe Domain Support for WIF - #1092

Open
patrickdillon wants to merge 3 commits into
openshift:release-4.22from
patrickdillon:gcd-wif-422
Open

OCPBUGS-114669: [release-4.22] GCP Alternate Universe Domain Support for WIF#1092
patrickdillon wants to merge 3 commits into
openshift:release-4.22from
patrickdillon:gcd-wif-422

Conversation

@patrickdillon

Copy link
Copy Markdown
Contributor

Manual cherry-pick of #1073

Adds support for including a universe domain in ccoctl generated
GCP WIF credentials, which enables authentication in Google Cloud
Dedicated, GCP's sovereign cloud offerings. The universe domain is
determined by the credentials provided to ccoctl.
The cloud-credential operator, when running in WIF mode, syncs or
recreates the credentials secrets on each sync. This commit ensures
that the secret contains the correct universe domain when running
in a non-default universe domain.
@openshift-merge-bot

Copy link
Copy Markdown
Contributor

Pipeline controller notification
This repo is configured to use the pipeline controller. Second-stage tests will be triggered either automatically or after lgtm label is added, depending on the repository configuration. The pipeline controller will automatically detect which contexts are required and will utilize /test Prow commands to trigger the second stage.

For optional jobs, comment /test ? to see a list of all defined jobs. To trigger manually all jobs from second stage use /pipeline required command.

This repository is configured in: LGTM mode

@openshift-ci-robot openshift-ci-robot added jira/valid-reference Indicates that this PR references a valid Jira ticket of any type. jira/valid-bug Indicates that a referenced Jira bug is valid for the branch this PR is targeting. labels Sep 4, 2026
@coderabbitai

coderabbitai Bot commented Sep 4, 2026

Copy link
Copy Markdown

Important

Review skipped

Auto reviews are disabled on base/target branches other than the default branch.

Please check the settings in the CodeRabbit UI or the .coderabbit.yaml file in this repository. To trigger a single review, invoke the @coderabbitai review command.

⚙️ Run configuration

Configuration used: Repository: openshift/coderabbit/.coderabbit.yaml

Review profile: CHILL

Plan: Enterprise

Run ID: 2c754403-ae00-437d-a214-eaa4f5419886

You can disable this status message by setting the reviews.review_status to false in the CodeRabbit configuration file.

Use the checkbox below for a quick retry:

  • 🔍 Trigger review

Comment @coderabbitai help to get the list of available commands.

@openshift-ci-robot

Copy link
Copy Markdown
Contributor

@patrickdillon: This pull request references Jira Issue OCPBUGS-114669, which is valid. The bug has been moved to the POST state.

7 validation(s) were run on this bug
  • bug is open, matching expected state (open)
  • bug target version (4.22.0) matches configured target version for branch (4.22.0)
  • bug is in the state ASSIGNED, which is one of the valid states (NEW, ASSIGNED, POST)
  • release note type set to "Release Note Not Required"
  • dependent bug Jira Issue OCPBUGS-112145 is in the state Verified, which is one of the valid states (MODIFIED, ON_QA, VERIFIED, RELEASE PENDING, CLOSED (ERRATA), CLOSED (CURRENT RELEASE), CLOSED (DONE), CLOSED (DONE-ERRATA))
  • dependent Jira Issue OCPBUGS-112145 targets the "5.0.0" version, which is one of the valid target versions: 5.0.0
  • bug has dependents

The bug has been updated to refer to the pull request using the external bug tracker.

Details

In response to this:

Manual cherry-pick of #1073

Instructions 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 openshift-eng/jira-lifecycle-plugin repository.

@patrickdillon

Copy link
Copy Markdown
Contributor Author

/hold

Depends on openshift/api#3022

@openshift-ci openshift-ci Bot added the do-not-merge/hold Indicates that a PR should not merge because someone has issued a /hold command. label Sep 4, 2026
@openshift-ci
openshift-ci Bot requested review from dlom and suhanime September 4, 2026 18:46
@openshift-ci

openshift-ci Bot commented Sep 4, 2026

Copy link
Copy Markdown
Contributor

[APPROVALNOTIFIER] This PR is NOT APPROVED

This pull-request has been approved by: patrickdillon
Once this PR has been reviewed and has the lgtm label, please assign dlom for approval. For more information see the Code Review Process.

The full list of commands accepted by this bot can be found here.

Details Needs approval from an approver in each of these files:

Approvers can indicate their approval by writing /approve in a comment
Approvers can cancel approval by writing /approve cancel in a comment

@codecov

codecov Bot commented Sep 4, 2026

Copy link
Copy Markdown

Codecov Report

❌ Patch coverage is 32.50000% with 27 lines in your changes missing coverage. Please review.
✅ Project coverage is 46.74%. Comparing base (26005d2) to head (904d0cc).

Files with missing lines Patch % Lines
pkg/gcp/actuator/actuator.go 0.00% 20 Missing ⚠️
pkg/cmd/provisioning/gcp/create_all.go 0.00% 3 Missing ⚠️
...kg/cmd/provisioning/gcp/create_service_accounts.go 75.00% 2 Missing and 1 partial ⚠️
...visioning/gcp/create_workload_identity_provider.go 80.00% 1 Missing ⚠️
Additional details and impacted files

Impacted file tree graph

@@               Coverage Diff                @@
##           release-4.22    #1092      +/-   ##
================================================
- Coverage         46.80%   46.74%   -0.06%     
================================================
  Files                98       98              
  Lines             12594    12619      +25     
================================================
+ Hits               5894     5899       +5     
- Misses             6045     6064      +19     
- Partials            655      656       +1     
Files with missing lines Coverage Δ
...visioning/gcp/create_workload_identity_provider.go 58.67% <80.00%> (+0.34%) ⬆️
pkg/cmd/provisioning/gcp/create_all.go 0.00% <0.00%> (ø)
...kg/cmd/provisioning/gcp/create_service_accounts.go 52.65% <75.00%> (+0.14%) ⬆️
pkg/gcp/actuator/actuator.go 49.02% <0.00%> (-1.53%) ⬇️
🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

@openshift-ci

openshift-ci Bot commented Sep 4, 2026

Copy link
Copy Markdown
Contributor

@patrickdillon: The following test failed, say /retest to rerun all failed tests or /retest-required to rerun all mandatory failed tests:

Test name Commit Details Required Rerun command
ci/prow/security 904d0cc link true /test security

Full PR test history. Your PR dashboard.

Details

Instructions 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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

do-not-merge/hold Indicates that a PR should not merge because someone has issued a /hold command. jira/valid-bug Indicates that a referenced Jira bug is valid for the branch this PR is targeting. jira/valid-reference Indicates that this PR references a valid Jira ticket of any type.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants