Login
Log in using an SSO provider:
Fedora Account System
Red Hat Associate
Red Hat Customer
Login using a Red Hat Bugzilla account
Forgot Password
Create an Account
Red Hat Bugzilla – Attachment 1976390 Details for
Bug 2223776
global permission found for cluster-network-addons-operator in cnv csv.spec.install.spec.clusterPermissions
Home
New
Search
Simple Search
Advanced Search
My Links
Browse
Requests
Reports
Current State
Search
Tabular reports
Graphical reports
Duplicates
Other Reports
User Changes
Plotly Reports
Bug Status
Bug Severity
Non-Defaults
Product Dashboard
Help
Page Help!
Bug Writing Guidelines
What's new
Browser Support Policy
5.0.4.rh89 Release notes
FAQ
Guides index
User guide
Web Services
Contact
Legal
[?]
This site requires JavaScript to be enabled to function correctly, please enable it.
cnao rules
cnao (text/plain), 5.81 KB, created by
Debarati Basu-Nag
on 2023-07-18 20:31:30 UTC
(
hide
)
Description:
cnao rules
Filename:
MIME Type:
Creator:
Debarati Basu-Nag
Created:
2023-07-18 20:31:30 UTC
Size:
5.81 KB
patch
obsolete
>(cnv-tests-4-14-py3.11) debaratibasu-nag@Debaratis-MacBook-Pro cnv-tests % oc get csv -n openshift-cnv kubevirt-hyperconverged-operator.v4.14.0 -o json | jq ".spec.install.spec.clusterPermissions[1]" >{ > "rules": [ > { > "apiGroups": [ > "operator.openshift.io" > ], > "resources": [ > "networks" > ], > "verbs": [ > "list", > "watch" > ] > }, > { > "apiGroups": [ > "security.openshift.io" > ], > "resources": [ > "securitycontextconstraints" > ], > "verbs": [ > "get", > "list", > "create", > "update" > ] > }, > { > "apiGroups": [ > "apiextensions.k8s.io" > ], > "resources": [ > "customresourcedefinitions" > ], > "verbs": [ > "get", > "create", > "update" > ] > }, > { > "apiGroups": [ > "networkaddonsoperator.network.kubevirt.io" > ], > "resources": [ > "networkaddonsconfigs" > ], > "verbs": [ > "list", > "watch" > ] > }, > { > "apiGroups": [ > "networkaddonsoperator.network.kubevirt.io" > ], > "resources": [ > "networkaddonsconfigs/status" > ], > "verbs": [ > "patch" > ] > }, > { > "apiGroups": [ > "networkaddonsoperator.network.kubevirt.io" > ], > "resources": [ > "networkaddonsconfigs/finalizers" > ], > "verbs": [ > "update" > ] > }, > { > "apiGroups": [ > "apps" > ], > "resources": [ > "deployments", > "daemonsets" > ], > "verbs": [ > "list", > "watch" > ] > }, > { > "apiGroups": [ > "" > ], > "resources": [ > "configmaps", > "namespaces" > ], > "verbs": [ > "list", > "watch" > ] > }, > { > "apiGroups": [ > "rbac.authorization.k8s.io" > ], > "resources": [ > "clusterroles" > ], > "verbs": [ > "get", > "create", > "update", > "bind", > "delete" > ] > }, > { > "apiGroups": [ > "rbac.authorization.k8s.io" > ], > "resources": [ > "clusterrolebindings" > ], > "verbs": [ > "get", > "create", > "update", > "delete" > ] > }, > { > "apiGroups": [ > "" > ], > "resources": [ > "events" > ], > "verbs": [ > "create", > "patch" > ] > }, > { > "apiGroups": [ > "admissionregistration.k8s.io" > ], > "resources": [ > "mutatingwebhookconfigurations" > ], > "verbs": [ > "get", > "create", > "update", > "delete" > ] > }, > { > "apiGroups": [ > "config.openshift.io" > ], > "resources": [ > "infrastructures" > ], > "verbs": [ > "list", > "watch" > ] > }, > { > "apiGroups": [ > "" > ], > "resources": [ > "services" > ], > "verbs": [ > "delete" > ] > }, > { > "apiGroups": [ > "" > ], > "resources": [ > "events" > ], > "verbs": [ > "update" > ] > }, > { > "apiGroups": [ > "" > ], > "resources": [ > "pods", > "pods/status" > ], > "verbs": [ > "get", > "update", > "list", > "watch" > ] > }, > { > "apiGroups": [ > "events.k8s.io" > ], > "resources": [ > "events" > ], > "verbs": [ > "create", > "patch", > "update" > ] > }, > { > "apiGroups": [ > "k8s.cni.cncf.io" > ], > "resources": [ > "*" > ], > "verbs": [ > "*" > ] > }, > { > "apiGroups": [ > "" > ], > "resources": [ > "nodes", > "nodes/status" > ], > "verbs": [ > "get", > "update", > "patch" > ] > }, > { > "apiGroups": [ > "" > ], > "resources": [ > "configmaps" > ], > "verbs": [ > "get", > "delete" > ] > }, > { > "apiGroups": [ > "" > ], > "resources": [ > "secrets" > ], > "verbs": [ > "list", > "watch", > "create", > "update" > ] > }, > { > "apiGroups": [ > "admissionregistration.k8s.io" > ], > "resources": [ > "validatingwebhookconfigurations", > "mutatingwebhookconfigurations" > ], > "verbs": [ > "list", > "watch" > ] > }, > { > "apiGroups": [ > "" > ], > "resources": [ > "services" > ], > "verbs": [ > "get", > "create", > "update", > "list", > "watch" > ] > }, > { > "apiGroups": [ > "kubevirt.io" > ], > "resources": [ > "virtualmachines" > ], > "verbs": [ > "get", > "list", > "watch", > "update" > ] > }, > { > "apiGroups": [ > "authentication.k8s.io" > ], > "resources": [ > "tokenreviews" > ], > "verbs": [ > "create" > ] > }, > { > "apiGroups": [ > "authorization.k8s.io" > ], > "resources": [ > "subjectaccessreviews" > ], > "verbs": [ > "create" > ] > }, > { > "apiGroups": [ > "apps" > ], > "resources": [ > "deployments" > ], > "verbs": [ > "get", > "create", > "update" > ] > }, > { > "apiGroups": [ > "kubevirt.io" > ], > "resources": [ > "virtualmachineinstances" > ], > "verbs": [ > "get", > "list", > "watch" > ] > }, > { > "apiGroups": [ > "" > ], > "resources": [ > "endpoints" > ], > "verbs": [ > "get", > "list", > "watch" > ] > } > ], > "serviceAccountName": "cluster-network-addons-operator" >}
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Raw
Actions:
View
Attachments on
bug 2223776
: 1976390