OCPBUGS-84046: Add restrictions to NIDs git repositories for adding the /verified label#80450
OCPBUGS-84046: Add restrictions to NIDs git repositories for adding the /verified label#80450rhamini3 wants to merge 1 commit into
Conversation
|
@rhamini3: This pull request references Jira Issue OCPBUGS-84046, which is invalid:
Comment The bug has been updated to refer to the pull request using the external bug tracker. DetailsIn response to this:
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. |
|
No actionable comments were generated in the recent review. 🎉 ℹ️ Recent review info⚙️ Run configurationConfiguration used: Repository YAML (base), Central YAML (inherited) Review profile: CHILL Plan: Enterprise Run ID: 📒 Files selected for processing (7)
WalkthroughThis PR extends Prow plugin configurations across seven OpenShift repositories to manage restricted label permissions. It introduces a new ChangesProw Configuration Updates
Estimated code review effort🎯 2 (Simple) | ⏱️ ~8 minutes Suggested labels
Suggested reviewers
🚥 Pre-merge checks | ✅ 15✅ Passed checks (15 passed)
✏️ Tip: You can configure your own custom pre-merge checks in the settings. ✨ Finishing Touches🧪 Generate unit tests (beta)
Comment |
|
[APPROVALNOTIFIER] This PR is NOT APPROVED This pull-request has been approved by: rhamini3 The full list of commands accepted by this bot can be found here. DetailsNeeds approval from an approver in each of these files:
Approvers can indicate their approval by writing |
|
/jira refresh |
|
@rhamini3: This pull request references Jira Issue OCPBUGS-84046, which is invalid:
Comment DetailsIn response to this:
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. |
|
@rhamini3: This pull request references Jira Issue OCPBUGS-84046, which is valid. The bug has been moved to the POST state. 3 validation(s) were run on this bug
Requesting review from QA contact: DetailsIn response to this:
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. |
|
/jira refresh |
|
@rhamini3: This pull request references Jira Issue OCPBUGS-84046, which is valid. 3 validation(s) were run on this bug
Requesting review from QA contact: DetailsIn response to this:
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. |
|
[REHEARSALNOTIFIER] Note: If this PR includes changes to step registry files ( |
|
@rhamini3: 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. |
|
@rhamini3 what about |
This PR adds a restriction to the repositories owned by NI&D team. it blocks people that are not apart of our team to provide the /verified label to get a PR to merge into one of the repositories
Summary by CodeRabbit
This PR adds label restrictions to seven OpenShift network infrastructure repositories owned by the Network Infrastructure & Deployment (NI&D) team. The changes enforce tighter access control over the
/verifiedlabel, which is used to approve and merge pull requests.Affected Repositories:
openshift/aws-load-balancer-operatoropenshift/cluster-dns-operatoropenshift/cluster-ingress-operatoropenshift/corednsopenshift/external-dns-operatoropenshift/route-controller-manageropenshift/routerWhat Changed:
Each repository's Prow plugin configuration file (
_pluginconfig.yaml) was updated to add arestricted_labelsentry that limits who can apply theverifiedlabel. The restriction defines an allowlist of 18 NI&D team members (rhamini3, melvinjoseph86, knobunc, Miciah, frobware, candita, rfredette, alebedev87, miheer, gcs278, Thealisyed, grzpiotrowski, rikatz, davidesalerno, bentito, jcmoraisjr, and aswinsuryan) who are authorized to use the label.Impact:
This prevents non-NI&D team members from applying the
/verifiedlabel to bypass the approval process in these repositories, strengthening the team's control over PR merging while still allowing the defined team members to perform their normal workflow.