-
Notifications
You must be signed in to change notification settings - Fork 4.7k
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
OCPBUGS-42435: Enforce the required-scc monitor test and validate usage of non-standard OCP SCCs #29135
OCPBUGS-42435: Enforce the required-scc monitor test and validate usage of non-standard OCP SCCs #29135
Conversation
@kramaranya: This pull request references Jira Issue OCPBUGS-42435, which is invalid:
Comment 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. |
/jira refresh |
@kramaranya: This pull request references Jira Issue OCPBUGS-42435, which is valid. The bug has been moved to the POST state. 3 validation(s) were run on this bug
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. |
94bf2a3
to
6b2b70e
Compare
@kramaranya: This pull request references Jira Issue OCPBUGS-42435, which is valid. 3 validation(s) were run on this bug
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. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
What if we have already pinned a non-standard SCC to a namespace that's not allowed?
pkg/monitortests/authentication/requiredsccmonitortests/monitortest.go
Outdated
Show resolved
Hide resolved
pkg/monitortests/authentication/requiredsccmonitortests/monitortest.go
Outdated
Show resolved
Hide resolved
6b2b70e
to
b2c9f6f
Compare
pkg/monitortests/authentication/requiredsccmonitortests/monitortest.go
Outdated
Show resolved
Hide resolved
pkg/monitortests/authentication/requiredsccmonitortests/monitortest.go
Outdated
Show resolved
Hide resolved
pkg/monitortests/authentication/requiredsccmonitortests/monitortest.go
Outdated
Show resolved
Hide resolved
b2c9f6f
to
c4489d2
Compare
Job Failure Risk Analysis for sha: c4489d2
|
/retest |
/retest-required |
pkg/monitortests/authentication/requiredsccmonitortests/monitortest.go
Outdated
Show resolved
Hide resolved
pkg/monitortests/authentication/requiredsccmonitortests/monitortest.go
Outdated
Show resolved
Hide resolved
c4489d2
to
9618001
Compare
/retest |
Job Failure Risk Analysis for sha: 9618001
|
860013f
to
5bcbd93
Compare
@kramaranya: This pull request references Jira Issue OCPBUGS-42435, which is valid. The bug has been moved to the POST state. 3 validation(s) were run on this bug
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. |
/retest-required |
Job Failure Risk Analysis for sha: 5bcbd93
|
pkg/monitortests/authentication/requiredsccmonitortests/monitortest.go
Outdated
Show resolved
Hide resolved
pkg/monitortests/authentication/requiredsccmonitortests/monitortest.go
Outdated
Show resolved
Hide resolved
pkg/monitortests/authentication/requiredsccmonitortests/monitortest.go
Outdated
Show resolved
Hide resolved
5bcbd93
to
a31bc91
Compare
/lgtm |
/retest |
/retest-required |
1 similar comment
/retest-required |
/lgtm |
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: kramaranya, liouk, xueqzhan 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 |
/label acknowledge-critical-fixes-only |
@kramaranya: 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. |
19cf936
into
openshift:master
@kramaranya: Jira Issue OCPBUGS-42435: All pull requests linked via external trackers have merged: Jira Issue OCPBUGS-42435 has been moved to the MODIFIED state. 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. |
[ART PR BUILD NOTIFIER] Distgit: openshift-enterprise-tests |
/payload-job periodic-ci-openshift-hypershift-release-4.19-periodics-e2e-aws-ovn-conformance |
@neisw: trigger 1 job(s) for the /payload-(with-prs|job|aggregate|job-with-prs|aggregate-with-prs) command
See details on https://pr-payload-tests.ci.openshift.org/runs/ci/af313a60-aabb-11ef-89b5-5ddb94df616e-0 |
Enforced required-scc monitor test for fixed namespaces. Extended the required-scc monitor test to validate non-standard SCCs and ensure they are only used in allowed namespaces.