-
Notifications
You must be signed in to change notification settings - Fork 447
WIP: OCPBUGS-59995: remove unqualified search registries #5244
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: main
Are you sure you want to change the base?
Conversation
Signed-off-by: Peter Hunt <[email protected]>
@haircommander: This pull request references Jira Issue OCPBUGS-59995, which is valid. 3 validation(s) were run on this bug
Requesting review from QA contact: The bug has been updated to refer to the pull request using the external bug tracker. In 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. |
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: haircommander The full list of commands accepted by this bot can be found here. The pull request process is described here
Needs approval from an approver in each of these files:
Approvers can indicate their approval by writing |
very possible this breaks a bunch of stuff.. If we go this route we will want to add this file back as an MC in the 4.19->4.20 upgrade to not break users (similar to how we handled crun/runc, cgroupv1/v2 or capabilities) |
@haircommander: The following tests failed, say
Full PR test history. Your PR dashboard. 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. |
AIUI, that MC was overriding the default So the net effect of this I think is that
But regardless, I'm not sure there's a reason to try to get rid of any inherited I think cri-o/cri-o#9401 is all we need. |
- What I did
Openshift should require all search registries be fully qualified. short names have security risks (domain squatting being the primary). Users should be specifying FQDN and ideally SHA to pull an image, though tag is acceptable if the stream is trusted. Help enforce this by disabling unqualified search registries
- How to verify it
- Description for the changelog