-
Notifications
You must be signed in to change notification settings - Fork 182
CNTRLPLANE-1544: scc: Grant authenticated users use of restricted-v3 #1944
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
CNTRLPLANE-1544: scc: Grant authenticated users use of restricted-v3 #1944
Conversation
|
@tchap: This pull request references CNTRLPLANE-1544 which is a valid jira issue. 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. |
WalkthroughAdds a new Kubernetes manifest file that creates a ClusterRoleBinding resource named Changes
Estimated code review effort🎯 1 (Trivial) | ⏱️ ~5 minutes Pre-merge checks and finishing touches✅ Passed checks (3 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 |
|
@tchap: This PR was included in a payload test run from openshift/origin#30384
See details on https://pr-payload-tests.ci.openshift.org/runs/ci/24061e10-adb2-11f0-8048-2ac9649c922f-0 |
1 similar comment
|
@tchap: This PR was included in a payload test run from openshift/origin#30384
See details on https://pr-payload-tests.ci.openshift.org/runs/ci/d5531060-adb2-11f0-8c60-96d33e520b72-0 |
|
@tchap: This PR was included in a payload test run from openshift/origin#30384
See details on https://pr-payload-tests.ci.openshift.org/runs/ci/17c162d0-ae03-11f0-8b46-bf0a49a21fb2-0 |
|
/retest |
1 similar comment
|
/retest |
|
/test e2e-gcp-operator |
|
@tchap: This PR was included in a payload test run from openshift/origin#30384
See details on https://pr-payload-tests.ci.openshift.org/runs/ci/d96286a0-ae8d-11f0-83d9-75f13b671dcf-0 |
|
/test e2e-aws-ovn |
|
@tchap: This pull request references CNTRLPLANE-1544 which is a valid jira issue. 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. |
|
@tchap: This pull request references CNTRLPLANE-1544 which is a valid jira issue. 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 |
We need to include restricted-v3 scc in the list of rules for authenticated users, but iff the associated ClusterRoleBinding exists. This is a temporary and conditional fix to make tests passing for openshift/cluster-kube-apiserver-operator#1944 A subsequent PR is gonna be opened once the PR above is merged.
We need to include restricted-v3 scc in the list of rules for authenticated users, but iff the associated ClusterRoleBinding exists. This is a temporary and conditional fix to make tests passing for openshift/cluster-kube-apiserver-operator#1944 A subsequent PR is gonna be opened once the PR above is merged.
|
/payload-with-prs 4.21 ci informing openshift/origin#30384 |
|
@tchap: trigger 1 job(s) of type informing for the ci release of OCP 4.21
See details on https://pr-payload-tests.ci.openshift.org/runs/ci/b2df3500-af37-11f0-812a-d5b1ae1849ed-0 |
|
/retest |
|
/verified by "[sig-auth][Feature:OpenShiftAuthorization] The default cluster RBAC policy should have correct RBAC rules" |
|
@tchap: This PR has been marked as verified by 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. |
|
/lgtm |
|
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: benluddy, tchap 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 |
|
@haircommander Do we want to cherry-pick this to 4.20? |
|
Yeah I think so! |
|
@haircommander: once the present PR merges, I will cherry-pick it on top of 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 kubernetes-sigs/prow repository. |
|
@tchap: The following test 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. |
|
@haircommander I guess we will also need to cherry-pick the test update in origin? See the PR description. |
151f2be
into
openshift:main
|
@haircommander: new pull request created: #1950 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 kubernetes-sigs/prow repository. |
We need to include restricted-v3 scc in the list of rules for authenticated users, but iff the associated ClusterRoleBinding exists. This is a temporary and conditional fix to make tests passing for openshift/cluster-kube-apiserver-operator#1944 A subsequent PR is gonna be opened once the PR above is merged.
Taking over #1935
There is a missing
ClusterRoleBindingthat should have been added withrestricted-v3.Related tests change: openshift/origin#30384