├── .github ├── PULL_REQUEST_TEMPLATE.md └── workflows │ └── makecommit.yml ├── .gitignore ├── .kubeconfig ├── CLAUDE.md ├── Dockerfile ├── LICENSE ├── Makefile ├── OWNERS ├── OWNERS_ALIASES ├── README.md ├── deploy ├── acm-policies │ ├── 00-openshift-acm-policies.Namespace.yaml │ ├── 50-GENERATED-backplane-acs.Policy.yaml │ ├── 50-GENERATED-backplane-cee-sp.Policy.yaml │ ├── 50-GENERATED-backplane-cee.Policy.yaml │ ├── 50-GENERATED-backplane-cse-sp.Policy.yaml │ ├── 50-GENERATED-backplane-cse.Policy.yaml │ ├── 50-GENERATED-backplane-csm-sp.Policy.yaml │ ├── 50-GENERATED-backplane-csm.Policy.yaml │ ├── 50-GENERATED-backplane-elevated-sre.Policy.yaml │ ├── 50-GENERATED-backplane-lpsre-sp.Policy.yaml │ ├── 50-GENERATED-backplane-lpsre.Policy.yaml │ ├── 50-GENERATED-backplane-mcs-tier-two-sp.Policy.yaml │ ├── 50-GENERATED-backplane-mcs-tier-two.Policy.yaml │ ├── 50-GENERATED-backplane-mobb-sp.Policy.yaml │ ├── 50-GENERATED-backplane-mobb.Policy.yaml │ ├── 50-GENERATED-backplane-srep-sp.Policy.yaml │ ├── 50-GENERATED-backplane-srep.Policy.yaml │ ├── 50-GENERATED-backplane-tam-sp.Policy.yaml │ ├── 50-GENERATED-backplane-tam.Policy.yaml │ ├── 50-GENERATED-backplane.Policy.yaml │ ├── 50-GENERATED-ccs-dedicated-admins-sp.Policy.yaml │ ├── 50-GENERATED-ccs-dedicated-admins.Policy.yaml │ ├── 50-GENERATED-customer-registry-cas.Policy.yaml │ ├── 50-GENERATED-hosted-uwm.Policy.yaml │ ├── 50-GENERATED-hypershift-ovn-logging.Policy.yaml │ ├── 50-GENERATED-osd-backplane-managed-scripts.Policy.yaml │ ├── 50-GENERATED-osd-cluster-admin.Policy.yaml │ ├── 50-GENERATED-osd-customer-monitoring.Policy.yaml │ ├── 50-GENERATED-osd-delete-backplane-script-resources.Policy.yaml │ ├── 50-GENERATED-osd-delete-backplane-serviceaccounts-sp.Policy.yaml │ ├── 50-GENERATED-osd-delete-backplane-serviceaccounts.Policy.yaml │ ├── 50-GENERATED-osd-logging-unsupported.Policy.yaml │ ├── 50-GENERATED-osd-must-gather-operator.Policy.yaml │ ├── 50-GENERATED-osd-openshift-operators-redhat.Policy.yaml │ ├── 50-GENERATED-osd-pcap-collector.Policy.yaml │ ├── 50-GENERATED-osd-project-request-template.Policy.yaml │ ├── 50-GENERATED-osd-user-workload-monitoring-sp.Policy.yaml │ ├── 50-GENERATED-osd-user-workload-monitoring.Policy.yaml │ ├── 50-GENERATED-rbac-permissions-operator-config-sp.Policy.yaml │ ├── 50-GENERATED-rbac-permissions-operator-config.Policy.yaml │ ├── 50-GENERATED-rosa-console-branding-hcp.Policy.yaml │ ├── 50-GENERATED-rosa-console-legacy-branding-configmap.Policy.yaml │ ├── 50-GENERATED-rosa-ingress-certificate-check.Policy.yaml │ ├── 50-GENERATED-rosa-ingress-certificate-policies.Policy.yaml │ ├── 50-GENERATED-srep-vap-hcp-node-label.Policy.yaml │ └── config.yaml ├── aws-ssm-agent │ ├── 01-machineconfig.yaml │ ├── README.md │ └── config.yaml ├── backplane │ ├── 10-backplane-readers-cluster.ClusterRole.yml │ ├── OWNERS │ ├── README.md │ ├── acs-integration │ │ ├── 01-acs-integration-rhacs-observability-role.yml │ │ ├── 01-acs-integration-rhacs-observability-rolebinding.yml │ │ └── config.yaml │ ├── acs │ │ ├── 00-acs-admin.namespace.yaml │ │ ├── 01-acs-admins-cluster.ClusterRole.yaml │ │ ├── 01-acs-admins-project.ClusterRole.yaml │ │ ├── 02-acs-admins.SubjectPermission.yaml │ │ ├── 02-acs-openshift-ingress-role.yml │ │ ├── 02-acs-openshift-ingress-rolebinding.yml │ │ ├── 03-acs-openshift-monitoring-role.yml │ │ ├── 03-acs-openshift-monitoring-rolebinding.yml │ │ ├── 04-acs-openshift-console-role.yml │ │ ├── 04-acs-openshift-console-rolebinding.yml │ │ ├── 05-acs-rhacs-observability-role.yml │ │ ├── 05-acs-rhacs-observability-rolebinding.yml │ │ ├── 06-acs-openshift-gitops-role.yml │ │ ├── 06-acs-openshift-gitops-rolebinding.yml │ │ └── config.yaml │ ├── cee │ │ ├── 00-cee.namespace.yml │ │ ├── 01-cee-cluster-readers-cluster.ClusterRole.yml │ │ ├── 01-cee-monitoring-role.yml │ │ ├── 02-cee-monitoring-rolebinding.yml │ │ ├── 20-cee-mustgather.Role.yml │ │ ├── 30-cee-mustgather.RoleBinding.yml │ │ ├── 30-cee-pcap-collector.Role.yml │ │ ├── 40-cee.SubjectPermission.yml │ │ ├── 60-cee-pcap-collector.RoleBinding.yml │ │ ├── config.yaml │ │ └── hypershift │ │ │ ├── management-cluster │ │ │ ├── 10-cee-management-cluster-cluster.ClusterRole.yml │ │ │ ├── 20-cee.SubjectPermission.yml │ │ │ └── config.yaml │ │ │ └── service-cluster │ │ │ ├── 10-cee-service-cluster-cluster.ClusterRole.yml │ │ │ ├── 20-cee.SubjectPermission.yml │ │ │ └── config.yaml │ ├── config.yaml │ ├── configuration-anomaly-detection │ │ └── README.md │ ├── csa │ │ ├── 00-csa.namespace.yml │ │ ├── 20-csa.SubjectPermission.yml │ │ └── config.yaml │ ├── cse │ │ ├── 00-cse.namespace.yml │ │ ├── 20-cse.SubjectPermission.yml │ │ └── config.yaml │ ├── csm │ │ ├── 00-csm.namespace.yml │ │ ├── 01-csm-cluster-readers-cluster.ClusterRole.yml │ │ ├── 20-csm-mustgather.Role.yml │ │ ├── 30-csm-mustgather.RoleBinding.yml │ │ ├── 30-csm-pcap-collector.Role.yml │ │ ├── 40-csm.SubjectPermission.yml │ │ ├── 60-csm-pcap-collector.RoleBinding.yml │ │ └── config.yaml │ ├── elevated-sre │ │ ├── 00-impersonate-cluster-admin.ClusterRole.yml │ │ ├── 10-impersonate-cluster-admin.ClusterRoleBinding.yml │ │ ├── 20-cluster-admin.User.yml │ │ ├── 30-cluster-admin.ClusterRoleBinding.yml │ │ └── config.yaml │ ├── hybridsre-hcp │ │ └── hypershift │ │ │ └── management-cluster │ │ │ ├── 00-hybridsre-hcp.namespace.yml │ │ │ ├── 20-hybridsre-hcp.SubjectPermission.yml │ │ │ └── config.yaml │ ├── lpsre │ │ ├── 00-lpsre.namespace.yml │ │ ├── 01-lpsre-admins-cluster.ClusterRole.yaml │ │ ├── 02-lpsre-monitoring-role.yml │ │ ├── 02-lpsre-monitoring-rolebinding.yml │ │ ├── 10-lpsre-addon-operator-cluster.ClusterRole.yml │ │ ├── 10-lpsre-addon-operator-olm-project.ClusterRole.yml │ │ ├── 10-lpsre-admins-project.ClusterRole.yml │ │ ├── 10-lpsre-monitoring-project.ClusterRole.yml │ │ ├── 15-lpsre-package-operator-cluster.ClusterRole.yaml │ │ ├── 15-lpsre-package-operator-project.ClusterRole.yaml │ │ ├── 15-lpsre-package-operator.SubjectPermission.yml │ │ ├── 20-lpsre-mustgather.Role.yml │ │ ├── 30-lpsre-mustgather.RoleBinding.yml │ │ ├── 40-lpsre.SubjectPermission.yml │ │ ├── acm │ │ │ ├── 01-acm-lpsre-admins.SubjectPermission.yaml │ │ │ ├── 02-acm-lpsre-admins-project.ClusterRole.yaml │ │ │ └── config.yaml │ │ ├── acs │ │ │ ├── 01-acs-lpsre-admins.SubjectPermission.yaml │ │ │ ├── 02-acs-lpsre-admins-project.ClusterRole.yaml │ │ │ └── config.yaml │ │ ├── cert-manager │ │ │ ├── 01-cert-manager-lpsre-project.SubjectPermission.yaml │ │ │ └── config.yaml │ │ ├── config.yaml │ │ ├── dynatrace │ │ │ ├── 01-lpsre-dynatrace.Role.yml │ │ │ ├── 02-lpsre-dynatrace.RoleBinding.yml │ │ │ ├── config.yaml │ │ │ └── otel │ │ │ │ ├── 01-lpsre-otel.Role.yml │ │ │ │ ├── 02-lpsre-otel.RoleBinding.yml │ │ │ │ └── config.yaml │ │ ├── hypershift │ │ │ ├── config.yaml │ │ │ ├── management-cluster │ │ │ │ ├── 10-lpsre-management-cluster-cluster.ClusterRole.yml │ │ │ │ ├── 10-lpsre-management-cluster-project.ClusterRole.yml │ │ │ │ ├── 10-lpsre.SubjectPermission.yml │ │ │ │ └── config.yaml │ │ │ └── service-cluster │ │ │ │ ├── 10-lpsre-service-cluster-cluster.ClusteRole.yml │ │ │ │ ├── 10-lpsre-service-cluster-project.ClusteRole.yml │ │ │ │ ├── 20-lpsre.SubjectPermission.yml │ │ │ │ └── config.yaml │ │ ├── managed-odh │ │ │ ├── 10-lpsre-odh-admins.SubjectPermission.yml │ │ │ └── config.yaml │ │ ├── non-hypershift │ │ │ ├── 20-lpsre-addon-operator.SubjectPermission.yml │ │ │ └── config.yaml │ │ ├── ocs-consumer │ │ │ ├── 01-ocs-consumer-cr-project.ClusterRole.yml │ │ │ ├── 10-lpsre-ocs-consumer-admins.SubjectPermission.yml │ │ │ └── config.yaml │ │ ├── ocs-converged │ │ │ ├── 10-lpsre-ocs-converged-admins.SubjectPermission.yml │ │ │ └── config.yaml │ │ ├── ocs-provider │ │ │ ├── 01-ocs-provider-cr-project.ClusterRole.yml │ │ │ ├── 10-lpsre-ocs-provider-admins.SubjectPermission.yml │ │ │ └── config.yaml │ │ ├── reference-addon │ │ │ ├── 10-lpsre-reference-addon-admins.SubjectPermission.yml │ │ │ └── config.yaml │ │ ├── rhmi │ │ │ ├── 01-rhmi-lpsre-admins-cluster-aggregate.ClusterRole.yaml │ │ │ ├── 01-rhmi-lpsre-admins-project.ClusterRole.yaml │ │ │ ├── 02-rhmi-lpsre-admins.SubjectPermission.yml │ │ │ └── config.yaml │ │ └── rhoam │ │ │ ├── 01-rhoam-lpsre-admins-cluster-aggregate.ClusterRole.yaml │ │ │ ├── 01-rhoam-lpsre-admins-project.ClusterRole.yaml │ │ │ ├── 02-rhoam-lpsre-admins.SubjectPermission.yml │ │ │ └── config.yaml │ ├── mcg │ │ ├── 00-mcg.namespace.yml │ │ ├── config.yaml │ │ └── mcg-osd │ │ │ ├── 01-mcg-osd-cr-project.ClusterRole.yml │ │ │ ├── 10-mcg-mcg-osd-admins.SubjectPermission.yml │ │ │ └── config.yaml │ ├── mcs-tier-two │ │ ├── 00-mcs-tier-two.namespace.yml │ │ ├── 01-mcs-tier-two-cluster-readers-cluster.ClusterRole.yml │ │ ├── 01-mcs-tier-two-monitoring-role.yml │ │ ├── 02-mcs-tier-two-monitoring-rolebinding.yml │ │ ├── 20-mcs-tier-two-mustgather.Role.yml │ │ ├── 30-mcs-tier-two-mustgather.RoleBinding.yml │ │ ├── 30-mcs-tier-two-pcap-collector.Role.yml │ │ ├── 40-mcs-tier-two.SubjectPermission.yml │ │ ├── 60-mcs-tier-two-pcap-collector.RoleBinding.yml │ │ ├── config.yaml │ │ └── hypershift │ │ │ ├── management-cluster │ │ │ ├── 10-mcs-tier-two-management-cluster-cluster.ClusterRole.yml │ │ │ ├── 20-mcs-tier-two.SubjectPermission.yml │ │ │ └── config.yaml │ │ │ └── service-cluster │ │ │ ├── 10-mcs-tier-two-service-cluster-cluster.ClusterRole.yml │ │ │ ├── 20-mcs-tier-two.SubjectPermission.yml │ │ │ └── config.yaml │ ├── mobb │ │ ├── 00-mobb.namespace.yml │ │ ├── 01-mobb-cluster-readers-cluster.ClusterRole.yml │ │ ├── 20-mobb-mustgather.Role.yml │ │ ├── 30-mobb-mustgather.RoleBinding.yml │ │ ├── 30-mobb-pcap-collector.Role.yml │ │ ├── 40-mobb.SubjectPermission.yml │ │ ├── 60-mobb-pcap-collector.RoleBinding.yml │ │ └── config.yaml │ ├── nvidia-gpu │ │ ├── 00-nvidia-gpu.namespace.yml │ │ ├── config.yaml │ │ └── nvidia-gpu │ │ │ ├── 10-nvidia-gpu-admins.SubjectPermission.yml │ │ │ └── config.yaml │ ├── odf-sre │ │ ├── 00-odf-sre.namespace.yml │ │ ├── 20-odf-sre.SubjectPermission.yml │ │ ├── config.yaml │ │ ├── ocs-consumer │ │ │ ├── 01-odf-sre-ocs-consumer-project.ClusterRole.yml │ │ │ ├── 10-odf-sre.SubjectPermission.yml │ │ │ └── config.yaml │ │ └── ocs-provider │ │ │ ├── 01-odf-sre-ocs-provider-project.ClusterRole.yml │ │ │ ├── 10-odf-sre.SubjectPermission.yml │ │ │ └── config.yaml │ ├── odf │ │ ├── 00-odf.namespace.yml │ │ ├── config.yaml │ │ ├── ocs-consumer │ │ │ ├── 10-odf-ocs-consumer-admins.SubjectPermission.yml │ │ │ └── config.yaml │ │ └── ocs-provider │ │ │ ├── 10-odf-ocs-provider-admins.SubjectPermission.yml │ │ │ └── config.yaml │ ├── sdcicd │ │ ├── 00-sdcicd.namespace.yml │ │ ├── 01-sdcicd-read-only-cluster.ClusterRole.yml │ │ ├── 10-sdcicd-read-only-cluster.ClusterRole.yml │ │ ├── 20-sdcicd.SubjectPermission.yml │ │ ├── 40-sdcicd.SubjectPermission.yml │ │ └── config.yaml │ ├── srep │ │ ├── 00-srep.namespace.yml │ │ ├── 10-srep-admins-cluster.ClusterRole.yml │ │ ├── 10-srep-admins-project.ClusterRole.yml │ │ ├── 10-srep-muo.Role.yml │ │ ├── 10-srep-mustgather.Role.yml │ │ ├── 20-srep-muo.RoleBinding.yml │ │ ├── 20-srep-mustgather.RoleBinding.yml │ │ ├── 20-srep.SubjectPermission.yml │ │ ├── 30-cee-pcap-collector.Role.yml │ │ ├── 40-cee-pcap-collector.RoleBinding.yml │ │ ├── config.yaml │ │ ├── dynatrace │ │ │ ├── 10-srep-dynatrace.Role.yml │ │ │ ├── 20-srep-dynatrace.RoleBinding.yml │ │ │ ├── config.yaml │ │ │ └── opentelemetry │ │ │ │ ├── 10-srep-opentelemetry.Role.yml │ │ │ │ ├── 20-srep-opentelemetry.RoleBinding.yml │ │ │ │ └── config.yaml │ │ ├── fedramp │ │ │ ├── 10-srep-fedramp-muo.Role.yml │ │ │ ├── 20-srep-fedramp-muo.RoleBinding.yml │ │ │ ├── 30-srep-fedramp.SubjectPermission.yml │ │ │ └── config.yaml │ │ ├── hive │ │ │ ├── 10-srep-hive-project.ClusterRole.yml │ │ │ ├── 20-srep-hive-project.ClusterRoleBinding.yml │ │ │ ├── 30-srep.SubjectPermission.yml │ │ │ └── config.yaml │ │ └── hypershift │ │ │ ├── management-cluster │ │ │ ├── 10-srep-management-cluster-cluster.ClusteRole.yml │ │ │ ├── 10-srep-management-cluster-project.ClusteRole.yml │ │ │ ├── 20-srep.SubjectPermission.yml │ │ │ └── config.yaml │ │ │ ├── rhobs-cluster │ │ │ ├── 10-srep-rhobs-cluster-project.ClusterRole.yml │ │ │ ├── 20-srep.SubjectPermission.yml │ │ │ └── config.yaml │ │ │ └── service-cluster │ │ │ ├── 10-srep-service-cluster-cluster.ClusteRole.yml │ │ │ ├── 10-srep-service-cluster-project.ClusteRole.yml │ │ │ ├── 20-srep.SubjectPermission.yml │ │ │ └── config.yaml │ └── tam │ │ ├── 00-tam.namespace.yml │ │ ├── 01-tam-cluster-readers-cluster.ClusterRole.yml │ │ ├── 20-tam-mustgather.Role.yml │ │ ├── 30-tam-mustgather.RoleBinding.yml │ │ ├── 30-tam-pcap-collector.Role.yml │ │ ├── 40-tam.SubjectPermission.yml │ │ ├── 60-tam-pcap-collector.RoleBinding.yml │ │ └── config.yaml ├── ccs-dedicated-admins │ ├── 03-dedicated-admins-manage-operators.ClusterRole.yaml │ ├── 50-dedicated-admins-customer-monitoring.SubjectPermission.yaml │ ├── OWNERS │ └── config.yaml ├── cloud-ingress-operator-configuration │ ├── OWNERS │ ├── apischeme │ │ ├── 10-rh-api.apischeme.yaml │ │ └── config.yaml │ └── routerreplicas-osd-8028 │ │ ├── 10-routerreplics.ingresscontroller.yaml │ │ └── config.yaml ├── cluster-ingress-backplane │ ├── 00-ingress.config.yaml │ └── config.yaml ├── cluster-ingress-hive │ ├── 00-ingress.config.yaml │ └── config.yaml ├── cluster-ingress │ ├── 00-ingress.config.yaml │ └── config.yaml ├── cluster-monitoring-config-non-uwm │ ├── 4.11-4.15 │ │ ├── 50-GENERATED-cluster-monitoring-config.yaml │ │ └── config.yaml │ ├── 50-GENERATED-cluster-monitoring-config.yaml │ ├── OWNERS │ ├── README.md │ ├── clusters-v4.5 │ │ ├── 50-GENERATED-cluster-monitoring-config.yaml │ │ └── config.yaml │ ├── config.yaml │ ├── management-clusters │ │ ├── 50-GENERATED-cluster-monitoring-config.yaml │ │ └── config.yaml │ └── pre-4.11 │ │ ├── 50-GENERATED-cluster-monitoring-config.yaml │ │ └── config.yaml ├── cluster-monitoring-config │ ├── 4.11-4.15 │ │ ├── 50-GENERATED-cluster-monitoring-config.yaml │ │ └── config.yaml │ ├── 50-GENERATED-cluster-monitoring-config.yaml │ ├── OWNERS │ ├── README.md │ ├── config.yaml │ ├── management-clusters │ │ ├── 50-GENERATED-cluster-monitoring-config.yaml │ │ └── config.yaml │ └── pre-4.11 │ │ ├── 50-GENERATED-cluster-monitoring-config.yaml │ │ └── config.yaml ├── crio-config │ ├── 01-containerruntimeconfig.yaml │ └── config.yaml ├── crio-loglinking │ ├── 01-machineconfig.yaml │ └── config.yaml ├── customer-registry-cas │ ├── 10-dedicated-admins-registry-cas.ClusterRole.yaml │ ├── 15-dedicated-admins-registry-cas.Role.yaml │ ├── 20-dedicated-admins-registry-cas.ClusterRoleBinding.yaml │ ├── 25-dedicated-admins-registry-cas.RoleBinding.yaml │ └── config.yaml ├── hosted-uwm │ ├── 05-role.yaml │ ├── 06-rolebinding.yaml │ └── config.yaml ├── hs-delete-custom-cmo-config │ ├── 00-hs-delete-custom-cmo.Namespace.yaml │ ├── 01-hs-delete-custom-cmo.ServiceAccount.yaml │ ├── 02-hs-delete-custom-cmo.ClusterRole.yaml │ ├── 03-hs-delete-custom-cmo.ClusterRoleBinding.yaml │ ├── 10-hs-delete-custom-cmo.Job.yaml │ └── config.yaml ├── hypershift-autoscaler-podmonitor │ ├── 01-autoscaler-podmonitor.yaml │ └── config.yaml ├── hypershift-control-plane-log-forwarding │ ├── 00-namespace.yaml │ ├── 10-clusterrole.yaml │ ├── 10-security-context-constraint.yaml │ ├── 10-serviceaccount.yaml │ ├── 15-clusterrolebinding.yaml │ ├── 30-vector-config.yaml │ ├── 50-daemonset.yaml │ ├── 60-podmonitor.yaml │ ├── 61-podmonitor-cmo.yaml │ ├── 62-role-prometheus-cmo.yaml │ ├── 63-rolebinding-prometheus-cmo.yaml │ └── config.yaml ├── hypershift-kube-state-metrics │ ├── 010-namespace.yaml │ ├── 020-deployment.yaml │ ├── 025-configmap.yaml │ ├── 030-serviceaccount.yaml │ ├── 040-clusterrole.yaml │ ├── 050-clusterrolebinding.yaml │ ├── 060-service.yaml │ ├── 070-servicemonitor.yaml │ ├── README.md │ └── config.yaml ├── hypershift-namespace-labels │ ├── 01-openshift-observability-operator.patch.yaml │ ├── 02-openshift-monitoring.patch.yaml │ ├── README.md │ └── config.yaml ├── hypershift-obo-alertmanager-config │ ├── README.md │ ├── config.yaml │ └── hypershift-obo-alertmanager-config.secret.yaml ├── hypershift-obo-nodeselector-tolerations │ ├── config.yaml │ ├── obo-prometheus.nodeSelector.patch.yaml │ └── obo-prometheus.tolerations.patch.yaml ├── hypershift-ovn-logging │ ├── config.yaml │ └── ovn-logging-label.Policy.yaml ├── hypershift-sre-metric-set │ ├── config.yaml │ └── sre-metric-set.yaml ├── insights-integration │ ├── 01-support.Secret.yaml │ └── config.yaml ├── insights-staging │ ├── 01-support.Secret.yaml │ └── config.yaml ├── itn-2024-00255-camo-unsafefailforward │ ├── 10-openshift-cluster-monitoring-operatorgroup.patch.yaml │ └── config.yaml ├── kubelet-config │ ├── 01-kubelet-config.yaml │ ├── config.yaml │ ├── disable-debugging-handlers-masters │ │ ├── 01-disable-debugging-handlers-masters.KubeletConfig.yaml │ │ └── config.yaml │ ├── disable-debugging-handlers-workers │ │ ├── 01-disable-debugging-handlers-workers.KubeletConfig.yaml │ │ └── config.yaml │ └── pre-4.9 │ │ ├── 01-patch.machineconfigpool.yaml │ │ ├── 02-patch.machineconfigpool.yaml │ │ ├── 03-kubelet-config.yaml │ │ └── config.yaml ├── managed-upgrade-operator-config │ ├── 10-managed-upgrade-operator-configmap.yaml │ ├── 4.5 │ │ ├── 10-managed-upgrade-operator-configmap.yaml │ │ └── config.yaml │ ├── 4.6 │ │ ├── 10-managed-upgrade-operator-configmap.yaml │ │ └── config.yaml │ ├── 4.7 │ │ ├── 10-managed-upgrade-operator-configmap.yaml │ │ └── config.yaml │ ├── OWNERS │ ├── README.md │ ├── config.yaml │ └── hypershift-mc │ │ ├── 10-managed-upgrade-operator-configmap.yaml │ │ └── config.yaml ├── managed-velero-operator-rolebinding │ ├── 111-velero.Role.yaml │ ├── 116-velero.RoleBinding.yaml │ └── config.yaml ├── management-cluster-node-update-concurrency │ ├── 50-machineconfigpool-worker-concurrent-node-upgrade.patch.yaml │ └── config.yaml ├── ocm-agent-operator-managedfleetnotifications │ ├── README.md │ ├── audit-webhook-error-putting-minimized-cloudwatch-log.yaml │ ├── config.yaml │ ├── nodepool-provisioning-failure.yaml │ └── oidc-deleted-limited-support.yaml ├── ocm-agent-operator-managednotifications │ ├── 10-managednotifications-cr.yaml │ ├── 10-managednotifications-proxy-cr.yaml │ ├── 10-managednotifications-upgrade-cr.yaml │ ├── OWNERS │ ├── README.md │ ├── config.yaml │ ├── node-condition │ │ ├── 100-sre-node-condition-managed-notification.ManagedNotification.yaml │ │ └── config.yaml │ └── unsupported-logging │ │ ├── 10-managednotifications-cr.yaml │ │ └── config.yaml ├── ocpbugs-1341-pod-network-connectivity-check-leak │ ├── 00-OCPBUGS-1341.ServiceAccount.yaml │ ├── 01-OCPBUGS-1341.Role.yaml │ ├── 02-OCPBUGS-1341.RoleBinding.yaml │ ├── 03-OCPBUGS-1341.ClusterRoleBinding.yaml │ ├── OWNERS │ ├── README.md │ ├── config.yaml │ ├── no-seccomp │ │ ├── 10-OCPBUGS-1341.CronJob.yaml │ │ └── config.yaml │ └── seccomp │ │ ├── 10-OCPBUGS-1341.CronJob.yaml │ │ └── config.yaml ├── ocpbugs-15043 │ ├── 00-ocpbugs-15043.ServiceAccount.yaml │ ├── 01-ocpbugs-15043.Role.yaml │ ├── 02-ocpbugs-15043.RoleBinding.yaml │ ├── 03-ocpbugs-15043.configmap.yaml │ ├── 10-ocpbugs-15043.CronJob.yaml │ ├── config.yaml │ └── script.sh ├── ocpbugs-20184 │ ├── 00-ocpbugs-20184.ServiceAccount.yaml │ ├── 01-ocpbugs-20184.Role.yaml │ ├── 02-ocpbugs-20184.RoleBinding.yaml │ ├── 10-ocpbugs-20184.CronJob.yaml │ └── config.yaml ├── ocpbugs-773 │ ├── 00-OCPBUGS-773.ServiceAccount.yaml │ ├── 01-OCPBUGS-773.ClusterRole.yaml │ ├── 03-OCPBUGS-773.ClusterRoleBinding.yaml │ ├── OWNERS │ ├── README.md │ ├── config.yaml │ ├── no-seccomp │ │ ├── 10-OCPBUGS-773.CronJob.yaml │ │ └── config.yaml │ └── seccomp │ │ ├── 10-OCPBUGS-773.CronJob.yaml │ │ └── config.yaml ├── odf-prom-restart │ ├── 00-mtsre-1450.ServiceAccount.yaml │ ├── 01-mtsre-1450.Role.yaml │ ├── 02-mtsre-1450.RoleBinding.yaml │ ├── 10-mtsre-1450.cronjob.yaml │ └── config.yaml ├── osd-25821-capa-annotator │ ├── 00-Namespace.yaml │ ├── 01-ClusterRole.yaml │ ├── 02-ServiceAccount.yaml │ ├── 03-ClusterRoleBinding.yaml │ ├── 04-ConfigMap.yaml │ ├── 10-CronJob-4-14.yaml │ ├── 10-CronJob-4-15.yaml │ ├── 10-CronJob-4-16.yaml │ ├── 10-CronJob-4-17.yaml │ ├── README.md │ ├── config.yaml │ ├── generate_configmap.sh │ ├── patch.sh │ ├── should_patch.py │ └── tests.py ├── osd-aquasec-operator │ ├── 00-namespace.yaml │ ├── 01-operatorgroup.yaml │ ├── 02-role.yaml │ ├── 03-rolebinding.yaml │ ├── 10-clusterrole-image-scanner.yaml │ ├── 11-clusterrolebinding-image-scanner.yaml │ ├── OWNERS │ └── config.yaml ├── osd-avo-resources │ ├── OWNERS │ └── fedramp-vpc-endpoints │ │ ├── us-gov-east-1 │ │ ├── 00-osd-avo-VpcEndpoint.yaml │ │ └── config.yaml │ │ └── us-gov-west-1 │ │ ├── 00-osd-avo-VpcEndpoint.yaml │ │ └── config.yaml ├── osd-backplane-managed-scripts │ ├── 00-openshift-backplane-managed-scripts.Namespace.yml │ ├── 10-openshift-backplane-managed-scripts.ClusterRole.yml │ ├── 20-openshift-backplane-managed-scripts.ClusterRoleBinding.yml │ └── config.yaml ├── osd-channel-patch │ ├── README.md │ ├── candidate-4.10 │ │ ├── 01-patch.clusterversion.yaml │ │ └── config.yaml │ ├── candidate-4.11 │ │ ├── 01-patch.clusterversion.yaml │ │ └── config.yaml │ ├── candidate-4.12 │ │ ├── 01-patch.clusterversion.yaml │ │ └── config.yaml │ ├── candidate-4.13 │ │ ├── 01-patch.clusterversion.yaml │ │ └── config.yaml │ ├── candidate-4.14 │ │ ├── 01-patch.clusterversion.yaml │ │ └── config.yaml │ ├── candidate-4.15 │ │ ├── 01-patch.clusterversion.yaml │ │ └── config.yaml │ ├── candidate-4.16 │ │ ├── 01-patch.clusterversion.yaml │ │ └── config.yaml │ ├── candidate-4.17 │ │ ├── 01-patch.clusterversion.yaml │ │ └── config.yaml │ ├── candidate-4.18 │ │ ├── 01-patch.clusterversion.yaml │ │ └── config.yaml │ ├── candidate-4.19 │ │ ├── 01-patch.clusterversion.yaml │ │ └── config.yaml │ ├── candidate-4.20 │ │ ├── 01-patch.clusterversion.yaml │ │ └── config.yaml │ ├── candidate-4.21 │ │ ├── 01-patch.clusterversion.yaml │ │ └── config.yaml │ ├── candidate-4.22 │ │ ├── 01-patch.clusterversion.yaml │ │ └── config.yaml │ ├── candidate-4.23 │ │ ├── 01-patch.clusterversion.yaml │ │ └── config.yaml │ ├── candidate-4.24 │ │ ├── 01-patch.clusterversion.yaml │ │ └── config.yaml │ ├── candidate-4.25 │ │ ├── 01-patch.clusterversion.yaml │ │ └── config.yaml │ ├── candidate-4.5 │ │ ├── 01-patch.clusterversion.yaml │ │ └── config.yaml │ ├── candidate-4.6 │ │ ├── 01-patch.clusterversion.yaml │ │ └── config.yaml │ ├── candidate-4.7 │ │ ├── 01-patch.clusterversion.yaml │ │ └── config.yaml │ ├── candidate-4.8 │ │ ├── 01-patch.clusterversion.yaml │ │ └── config.yaml │ ├── candidate-4.9 │ │ ├── 01-patch.clusterversion.yaml │ │ └── config.yaml │ ├── eus-4.16 │ │ ├── 01-patch.clusterversion.yaml │ │ └── config.yaml │ ├── eus-4.17 │ │ ├── 01-patch.clusterversion.yaml │ │ └── config.yaml │ ├── eus-4.18 │ │ ├── 01-patch.clusterversion.yaml │ │ └── config.yaml │ ├── eus-4.19 │ │ ├── 01-patch.clusterversion.yaml │ │ └── config.yaml │ ├── eus-4.20 │ │ ├── 01-patch.clusterversion.yaml │ │ └── config.yaml │ ├── eus-4.21 │ │ ├── 01-patch.clusterversion.yaml │ │ └── config.yaml │ ├── eus-4.22 │ │ ├── 01-patch.clusterversion.yaml │ │ └── config.yaml │ ├── eus-4.23 │ │ ├── 01-patch.clusterversion.yaml │ │ └── config.yaml │ ├── eus-4.24 │ │ ├── 01-patch.clusterversion.yaml │ │ └── config.yaml │ ├── eus-4.25 │ │ ├── 01-patch.clusterversion.yaml │ │ └── config.yaml │ ├── fast-4.10 │ │ ├── 01-patch.clusterversion.yaml │ │ └── config.yaml │ ├── fast-4.11 │ │ ├── 01-patch.clusterversion.yaml │ │ └── config.yaml │ ├── fast-4.12 │ │ ├── 01-patch.clusterversion.yaml │ │ └── config.yaml │ ├── fast-4.13 │ │ ├── 01-patch.clusterversion.yaml │ │ └── config.yaml │ ├── fast-4.14 │ │ ├── 01-patch.clusterversion.yaml │ │ └── config.yaml │ ├── fast-4.15 │ │ ├── 01-patch.clusterversion.yaml │ │ └── config.yaml │ ├── fast-4.16 │ │ ├── 01-patch.clusterversion.yaml │ │ └── config.yaml │ ├── fast-4.17 │ │ ├── 01-patch.clusterversion.yaml │ │ └── config.yaml │ ├── fast-4.18 │ │ ├── 01-patch.clusterversion.yaml │ │ └── config.yaml │ ├── fast-4.19 │ │ ├── 01-patch.clusterversion.yaml │ │ └── config.yaml │ ├── fast-4.20 │ │ ├── 01-patch.clusterversion.yaml │ │ └── config.yaml │ ├── fast-4.21 │ │ ├── 01-patch.clusterversion.yaml │ │ └── config.yaml │ ├── fast-4.22 │ │ ├── 01-patch.clusterversion.yaml │ │ └── config.yaml │ ├── fast-4.23 │ │ ├── 01-patch.clusterversion.yaml │ │ └── config.yaml │ ├── fast-4.24 │ │ ├── 01-patch.clusterversion.yaml │ │ └── config.yaml │ ├── fast-4.25 │ │ ├── 01-patch.clusterversion.yaml │ │ └── config.yaml │ ├── fast-4.5 │ │ ├── 01-patch.clusterversion.yaml │ │ └── config.yaml │ ├── fast-4.6 │ │ ├── 01-patch.clusterversion.yaml │ │ └── config.yaml │ ├── fast-4.7 │ │ ├── 01-patch.clusterversion.yaml │ │ └── config.yaml │ ├── fast-4.8 │ │ ├── 01-patch.clusterversion.yaml │ │ └── config.yaml │ ├── fast-4.9 │ │ ├── 01-patch.clusterversion.yaml │ │ └── config.yaml │ ├── nightly │ │ ├── 01-patch.clusterversion.yaml │ │ └── config.yaml │ ├── stable-4.10 │ │ ├── 01-patch.clusterversion.yaml │ │ └── config.yaml │ ├── stable-4.11 │ │ ├── 01-patch.clusterversion.yaml │ │ └── config.yaml │ ├── stable-4.12 │ │ ├── 01-patch.clusterversion.yaml │ │ └── config.yaml │ ├── stable-4.13 │ │ ├── 01-patch.clusterversion.yaml │ │ └── config.yaml │ ├── stable-4.14 │ │ ├── 01-patch.clusterversion.yaml │ │ └── config.yaml │ ├── stable-4.15 │ │ ├── 01-patch.clusterversion.yaml │ │ └── config.yaml │ ├── stable-4.16 │ │ ├── 01-patch.clusterversion.yaml │ │ └── config.yaml │ ├── stable-4.17 │ │ ├── 01-patch.clusterversion.yaml │ │ └── config.yaml │ ├── stable-4.18 │ │ ├── 01-patch.clusterversion.yaml │ │ └── config.yaml │ ├── stable-4.19 │ │ ├── 01-patch.clusterversion.yaml │ │ └── config.yaml │ ├── stable-4.20 │ │ ├── 01-patch.clusterversion.yaml │ │ └── config.yaml │ ├── stable-4.21 │ │ ├── 01-patch.clusterversion.yaml │ │ └── config.yaml │ ├── stable-4.22 │ │ ├── 01-patch.clusterversion.yaml │ │ └── config.yaml │ ├── stable-4.23 │ │ ├── 01-patch.clusterversion.yaml │ │ └── config.yaml │ ├── stable-4.24 │ │ ├── 01-patch.clusterversion.yaml │ │ └── config.yaml │ ├── stable-4.25 │ │ ├── 01-patch.clusterversion.yaml │ │ └── config.yaml │ ├── stable-4.5 │ │ ├── 01-patch.clusterversion.yaml │ │ └── config.yaml │ ├── stable-4.6 │ │ ├── 01-patch.clusterversion.yaml │ │ └── config.yaml │ ├── stable-4.7 │ │ ├── 01-patch.clusterversion.yaml │ │ └── config.yaml │ ├── stable-4.8 │ │ ├── 01-patch.clusterversion.yaml │ │ └── config.yaml │ └── stable-4.9 │ │ ├── 01-patch.clusterversion.yaml │ │ └── config.yaml ├── osd-cluster-acks │ ├── OWNERS │ ├── README.md │ ├── gcp │ │ └── 4.15 │ │ │ ├── config.yaml │ │ │ └── osd-gcp-ack_CloudCredential.yaml │ ├── ocp │ │ ├── 4.12 │ │ │ ├── admin-gates.yaml │ │ │ └── config.yaml │ │ ├── 4.13 │ │ │ ├── admin-gates.yaml │ │ │ └── config.yaml │ │ ├── 4.14 │ │ │ ├── admin-gates.yaml │ │ │ └── config.yaml │ │ ├── 4.16 │ │ │ ├── admin-gates.yaml │ │ │ └── config.yaml │ │ ├── 4.19 │ │ │ ├── admin-gates.yaml │ │ │ └── config.yaml │ │ └── 4.9 │ │ │ ├── admin-gates.yaml │ │ │ └── config.yaml │ ├── sts │ │ ├── 4.10 │ │ │ ├── config.yaml │ │ │ └── osd-sts-ack_CloudCredential.yaml │ │ ├── 4.11 │ │ │ ├── config.yaml │ │ │ └── osd-sts-ack_CloudCredential.yaml │ │ ├── 4.12 │ │ │ ├── config.yaml │ │ │ └── osd-sts-ack_CloudCredential.yaml │ │ ├── 4.13 │ │ │ ├── config.yaml │ │ │ └── osd-sts-ack_CloudCredential.yaml │ │ ├── 4.14 │ │ │ ├── config.yaml │ │ │ └── osd-sts-ack_CloudCredential.yaml │ │ ├── 4.15 │ │ │ ├── config.yaml │ │ │ └── osd-sts-ack_CloudCredential.yaml │ │ ├── 4.16 │ │ │ ├── config.yaml │ │ │ └── osd-sts-ack_CloudCredential.yaml │ │ ├── 4.17 │ │ │ ├── config.yaml │ │ │ └── osd-sts-ack_CloudCredential.yaml │ │ ├── 4.18 │ │ │ ├── config.yaml │ │ │ └── osd-sts-ack_CloudCredential.yaml │ │ ├── 4.19 │ │ │ ├── config.yaml │ │ │ └── osd-sts-ack_CloudCredential.yaml │ │ ├── 4.20 │ │ │ ├── config.yaml │ │ │ └── osd-sts-ack_CloudCredential.yaml │ │ └── 4.9 │ │ │ ├── config.yaml │ │ │ └── osd-sts-ack_4.9_CloudCredential.yaml │ └── wif │ │ ├── 4.18 │ │ ├── config.yaml │ │ └── osd-wif-ack_CloudCredential.yaml │ │ ├── 4.19 │ │ ├── config.yaml │ │ └── osd-wif-ack_CloudCredential.yaml │ │ └── 4.20 │ │ ├── config.yaml │ │ └── osd-wif-ack_CloudCredential.yaml ├── osd-cluster-admin │ ├── 03-cluster-admin.ClusterRoleBinding.yaml │ ├── OWNERS │ └── config.yaml ├── osd-cluster-metadata │ ├── 10-osd-cluster-metadata.openshift-config.ConfigMap.yaml │ └── config.yaml ├── osd-cluster-ready │ ├── 10-osd-ready.ServiceAccount.yaml │ ├── 20-osd-ready.openshift-monitoring.Role.yaml │ ├── 25-osd-ready.openshift-monitoring.RoleBinding.yaml │ ├── 30-osd-ready.openshift-monitoring.NetworkPolicy.yaml │ ├── 40-osd-ready.openshift-machine-api.Role.yaml │ ├── 45-osd-ready.openshift-machine-api.RoleBinding.yaml │ ├── 50-osd-ready.openshift-config.Role.yaml │ ├── 55-osd-ready.openshift-config.RoleBinding.yaml │ ├── 60-osd-ready.ClusterRole.yaml │ ├── 65-osd-ready.ClusterRoleBinding.yaml │ ├── config.yaml │ └── job │ │ ├── 10-osd-ready.Job.yaml │ │ └── config.yaml ├── osd-codeready-workspaces │ ├── 00-namespace.yaml │ ├── 01-operatorgroup.yaml │ ├── 05-role.yaml │ ├── 06-rolebinding.yaml │ ├── OWNERS │ └── config.yaml ├── osd-console-branding │ ├── config.yaml │ ├── osd-branding.console.Patch.yaml │ └── telemetry │ │ ├── config.yaml │ │ └── osd-branding.console.Patch.yaml ├── osd-curated-operatorsources-revert │ ├── 00-operatorhub.cr.yaml │ ├── 00-osd-patch-subscription-source.ServiceAccount.yaml │ ├── 01-osd-patch-subscription-source.ClusterRole.yaml │ ├── 02-osd-patch-subscription-source.ClusterRoleBinding.yaml │ ├── 10-osd-patch-subscription-source.CronJob.yaml │ ├── OWNERS │ ├── README.md │ └── config.yaml ├── osd-curated-operatorsources │ ├── 00-operatorhub.cr.yaml │ ├── OWNERS │ └── config.yaml ├── osd-custom-domains │ ├── 01-dedicated-admins-cluster.ClusterRole.yaml │ ├── OWNERS │ └── config.yaml ├── osd-customer-monitoring │ ├── 00-namespace.yaml │ ├── 01-operatorgroup.yaml │ ├── 05-prometheus-k8s-role.yaml │ ├── 05-role.yaml │ ├── 06-prometheus-k8s-rolebinding.yaml │ ├── 06-rolebinding.yaml │ ├── OWNERS │ └── config.yaml ├── osd-delete-backplane-remediation-rbacs │ ├── 00-delete-backplane-remediation-rbacs.namespace.yml │ ├── 10-delete-backplane-remediation-rbacs.rbac.yaml │ ├── 15-delete-backplane-remediation-rbacs.rbac.yaml │ ├── 20-delete-backplane-remediation-rbacs.CronJob.yaml │ └── config.yaml ├── osd-delete-backplane-script-resources │ ├── 00-delete-backplane-script-resources.namespace.yml │ ├── 10-delete-backplane-script-resources.rbac.yaml │ ├── 20-delete-backplane-script-resources.CronJob.yaml │ └── config.yaml ├── osd-delete-backplane-serviceaccounts │ ├── 00-delete-backplane-serviceaccounts.namespace.yml │ ├── 10-delete-backplane-serviceaccounts.rbac.yaml │ ├── 15-delete-backplane-serviceaccounts.SubjectPermission.yaml │ ├── 20-delete-backplane-serviceaccounts.CronJob.yaml │ └── config.yaml ├── osd-fedramp-cluster-monitoring-config │ ├── 50-GENERATED-cluster-monitoring-config.yaml │ ├── OWNERS │ └── config.yaml ├── osd-fedramp-machineconfig │ ├── chrony-pre-4.14 │ │ ├── 00-fedramp-chrony-master.yaml │ │ ├── 00-fedramp-chrony-worker.yaml │ │ └── config.yaml │ ├── chrony │ │ ├── 00-fedramp-chrony-master.yaml │ │ ├── 00-fedramp-chrony-worker.yaml │ │ └── config.yaml │ ├── int │ │ └── pre-4.15 │ │ │ ├── 51-master-rh-registry-trust.yaml │ │ │ ├── 51-worker-rh-registry-trust.yaml │ │ │ └── config.yaml │ ├── prod │ │ └── pre-4.15 │ │ │ ├── 51-master-rh-registry-trust.yaml │ │ │ ├── 51-worker-rh-registry-trust.yaml │ │ │ └── config.yaml │ └── stg │ │ └── pre-4.15 │ │ ├── 51-master-rh-registry-trust.yaml │ │ ├── 51-worker-rh-registry-trust.yaml │ │ └── config.yaml ├── osd-fedramp-managed-upgrade-operator-config │ ├── 10-managed-upgrade-operator-configmap.yaml │ ├── OWNERS │ ├── config.yaml │ ├── customer-clusters │ │ ├── 10-managed-upgrade-operator-configmap.yaml │ │ └── config.yaml │ └── hive-prod01 │ │ ├── 10-managed-upgrade-operator-configmap.yaml │ │ └── config.yaml ├── osd-fedramp-motd │ ├── 00-fedramp-motd.yaml │ └── config.yaml ├── osd-gcp-ssd-storage │ ├── cluster-storage-gcp-ssd.yaml │ ├── config.yaml │ └── gcp-dedicated-admin │ │ ├── 01-osd-gcp-storage-dedicated-admin.yaml │ │ └── config.yaml ├── osd-hsts-routes │ ├── config.yaml │ ├── hsts-alertmanager.Route.patch.yaml │ ├── hsts-console.Route.patch.yaml │ ├── hsts-prometheus.Route.patch.yaml │ ├── hsts-thanos.Route.patch.yaml │ └── pre-4.11 │ │ ├── config.yaml │ │ └── hsts-grafana.Route.patch.yaml ├── osd-ingress │ ├── OWNERS │ ├── controller │ │ ├── config.yaml │ │ └── router-infraNodes.patch.yaml │ └── routerreplicas-osd-20989 │ │ ├── 10-routerreplics.ingresscontroller.yaml │ │ └── config.yaml ├── osd-legacy-ingress-feature-labeller │ ├── 00-osd-legacy-ingress-feature-labeller.ServiceAccount.yaml │ ├── 01-osd-legacy-ingress-feature-labeller.ClusterRole.yaml │ ├── 02-osd-legacy-ingress-feature-labeller.ClusterRoleBinding.yaml │ ├── 10-osd-legacy-ingress-feature-labeller.CronJob.yaml │ └── config.yaml ├── osd-limited-support │ ├── 00-limited-support.ConfigMap.yaml │ └── config.yaml ├── osd-logging │ ├── 00-namespace.yaml │ ├── 01-operatorgroup.yaml │ ├── 02-curator.configmap.yaml │ ├── OWNERS │ ├── README.md │ ├── config.yaml │ ├── supported │ │ ├── 03-storage-quota.yaml │ │ ├── 05-role.yaml │ │ ├── 06-rolebinding.yaml │ │ └── config.yaml │ └── unsupported │ │ ├── 00-namespace.yaml │ │ ├── 05-role.yaml │ │ ├── 06-rolebinding.yaml │ │ └── config.yaml ├── osd-ls-banner │ ├── 10-limited-support-consolenotification.yaml │ └── config.yaml ├── osd-machine-api │ ├── 010-machine-api.srep-infra-healthcheck.MachineHealthCheck.yaml │ ├── 011-machine-api.srep-worker-healthcheck.MachineHealthCheck.yaml │ ├── 012-machine-api.srep-metal-worker-healthcheck.MachineHealthCheck.yaml │ ├── 013-machine-api.srep-master-healthcheck.MachineHealthCheck.yaml │ ├── OWNERS │ ├── config.yaml │ └── management-clusters │ │ ├── 011-machine-api.srep-worker-healthcheck.MachineHealthCheck.yaml │ │ └── config.yaml ├── osd-machine-configuration │ ├── 00-disable-managed-boot-images.yaml │ ├── 417-gcp │ │ ├── 00-disable-managed-boot-images.yaml │ │ └── config.yaml │ └── config.yaml ├── osd-managed-resources │ ├── OWNERS │ ├── README.md │ ├── config.yaml │ ├── managed-namespaces.ConfigMap.yaml │ └── ocp-namespaces.ConfigMap.yaml ├── osd-master-node-labeller │ ├── 00-osd-master-node-labeller.ServiceAccount.yaml │ ├── 01-osd-master-node-labeller.ClusterRole.yaml │ ├── 02-osd-master-node-labeller.ClusterRoleBinding.yaml │ ├── 10-osd-master-node-labeller.CronJob.yaml │ ├── README.md │ └── config.yaml ├── osd-must-gather-operator │ ├── 01-openshift-must-gather-operator.Namespace.yaml │ └── config.yaml ├── osd-namespace-labels │ ├── 10-openshift-kube-apiserver.patch.yaml │ ├── 10-openshift-operator-lifecycle-manager.patch.yaml │ ├── README.md │ └── config.yaml ├── osd-netnamespaces │ ├── 01-dedicated-admins-cluster.ClusterRole.yaml │ └── config.yaml ├── osd-oauth-templates-errors │ ├── OWNERS │ ├── config.yaml │ └── osd-oauth-templates-errors.secret.yaml ├── osd-oauth-templates-login │ ├── OWNERS │ ├── config.yaml │ └── osd-oauth-templates-login.secret.yaml ├── osd-oauth-templates-providers │ ├── OWNERS │ ├── config.yaml │ └── osd-oauth-templates-providers.secret.yaml ├── osd-oauth-templates │ ├── config.yaml │ ├── ohss-2561-hypershift │ │ ├── README.md │ │ ├── config.yaml │ │ └── hive-integration-oauth.patch.yaml │ ├── ohss-2561 │ │ ├── README.md │ │ ├── config.yaml │ │ └── hive-integration-oauth.patch.yaml │ └── osd-oauth-templates.patch.yaml ├── osd-openshift-operators-redhat │ ├── 00-namespace.yaml │ ├── 10-rolebindings.yaml │ └── config.yaml ├── osd-pcap-collector │ ├── 04-pcap-dedicated-admins-scc.yaml │ ├── 05-pcap-dedicated-admins-ClusterRole.yaml │ ├── 06-pcap-dedicated-admins-ClusterRoleBind.yaml │ └── config.yaml ├── osd-project-request-template │ ├── 02-role.dedicated-admins-project-request.yaml │ ├── 03-rolebinding.dedicated-admins-project-request.yaml │ ├── config.yaml │ └── nonhypershift │ │ ├── 04-patch.label-default-namespace.yaml │ │ ├── README.md │ │ └── config.yaml ├── osd-rebalance-infra-nodes │ ├── 00-osd-rebalance-infra-nodes.ServiceAccount.yaml │ ├── 01-osd-rebalance-infra-nodes.ClusterRole.yaml │ ├── 01-osd-rebalance-infra-nodes.ClusterRoleBinding.yaml │ ├── 02-osd-rebalance-infra-nodes-openshift-dns.Role.yaml │ ├── 02-osd-rebalance-infra-nodes-openshift-dns.RoleBinding.yaml │ ├── 03-osd-rebalance-infra-nodes-openshift-monitoring.NetworkPolicy.yaml │ ├── 03-osd-rebalance-infra-nodes-openshift-monitoring.Role.yaml │ ├── 03-osd-rebalance-infra-nodes-openshift-monitoring.RoleBinding.yaml │ ├── 04-osd-rebalance-infra-nodes-openshift-user-workload-monitoring.Role.yaml │ ├── 04-osd-rebalance-infra-nodes-openshift-user-workload-monitoring.RoleBinding.yaml │ ├── 05-osd-rebalance-infra-nodes-openshift-security.Role.yaml │ ├── 05-osd-rebalance-infra-nodes-openshift-security.RoleBinding.yaml │ ├── 06-openshift-image-registry-pod-rebalance.RoleBinding.yaml │ ├── 06-openshift-monitoring-pod-rebalance.RoleBinding.yaml │ ├── 06-openshift-must-gather-operator-pod-rebalance.RoleBinding.yaml │ ├── 06-openshift-network-operator-pod-rebalance.RoleBinding.yaml │ ├── 06-openshift-rbac-permissions-pod-rebalance.RoleBinding.yaml │ ├── 06-openshift-route-monitor-operator-pod-rebalance.RoleBinding.yaml │ ├── 06-openshift-splunk-forwarder-operator-pod-rebalance.RoleBinding.yaml │ ├── 06-osd-rebalance-infra-nodes-openshift-pod-rebalance.ClusterRole.yaml │ ├── 07-osd-rebalance-infra-nodes.ConfigMap.yaml │ ├── 10-osd-rebalance-infra-nodes.CronJob.yaml │ ├── README.md │ ├── config.yaml │ ├── non-fr-sts-wif-privatelink │ │ ├── 00-openshift-cloud-ingress-operator-pod-rebalance.RoleBinding.yaml │ │ └── config.yaml │ ├── non-fr-sts-wif │ │ ├── 00-openshift-velero-pod-rebalance.RoleBinding.yaml │ │ └── config.yaml │ └── non-fr │ │ ├── 00-openshift-managed-node-metadata-operator-pod-rebalance.RoleBinding.yaml │ │ ├── 00-openshift-ocm-agent-operator-pod-rebalance.RoleBinding.yaml │ │ ├── 00-openshift-osd-metrics-pod-rebalance.RoleBinding.yaml │ │ ├── 06-openshift-custom-domains-operator-pod-rebalance.RoleBinding.yaml │ │ └── config.yaml ├── osd-registry │ ├── OWNERS │ ├── cluster.Config.patch.yaml │ └── config.yaml ├── osd-route-monitor-operator │ ├── 100-openshift-route-monitor-operator.api.ClusterUrlMonitor.yaml │ ├── 100-openshift-route-monitor-operator.console.RouteMonitor.yaml │ ├── OWNERS │ ├── README.md │ ├── config.yaml │ └── management-cluster │ │ ├── 100-openshift-route-monitor-operator.api.ClusterUrlMonitor.yaml │ │ ├── README.md │ │ └── config.yaml ├── osd-samesite-cookie │ ├── config.yaml │ ├── pre-4.11 │ │ ├── config.yaml │ │ └── ss-grafana.Route.patch.yaml │ ├── ss-alertmanager.Route.patch.yaml │ ├── ss-console.Route.patch.yaml │ ├── ss-prometheus.Route.patch.yaml │ └── ss-thanos.Route.patch.yaml ├── osd-serviceaccounts │ ├── 00-serviceaccounts.yaml │ ├── README.md │ ├── aws │ │ ├── 00-serviceaccounts.yaml │ │ ├── README.md │ │ └── config.yaml │ ├── config.yaml │ ├── cronjob │ │ ├── 00-osd-delete-ownerrefs.ServiceAccount.yaml │ │ ├── 01-osd-delete-ownerrefs.ClusterRole.yaml │ │ ├── 02-osd-delete-ownerrefs.ClusterRoleBinding.yaml │ │ ├── 10-osd-delete-ownerrefs.CronJob.yaml │ │ └── config.yaml │ ├── nonsts-nonwif-private-link-psc │ │ ├── 00-serviceaccounts.yaml │ │ ├── README.md │ │ └── config.yaml │ ├── sts │ │ ├── 00-serviceaccounts.yaml │ │ ├── README.md │ │ └── config.yaml │ └── wif │ │ ├── 00-serviceaccounts.yaml │ │ ├── README.md │ │ └── config.yaml ├── osd-suricata │ └── hypershift-management-cluster │ │ ├── 00-osd-suricata-Namespace.yaml │ │ ├── 04-osd-suricata-ServiceAccount.yaml │ │ ├── 05-osd-suricata-scc-SecurityContextConstraint.yaml │ │ ├── 10-osd-suricata-Role.yaml │ │ ├── 10-osd-suricata-RoleBinding.yaml │ │ ├── 15-configmap.yaml │ │ ├── 20-osd-suricata-Daemonset.yaml │ │ ├── OWNERS │ │ └── config.yaml ├── osd-user-workload-monitoring │ ├── 01-dedicated-admins-uwm-config-edit.RoleBinding.yaml │ ├── 02-dedicated-admins-uwm-cm-role.Role.yaml │ ├── 03-dedicated-admins-uwm-cm-rolebinding.RoleBinding.yaml │ ├── 04-dedicated-admins-uwm-am-secret-role.Role.yaml │ ├── 05-dedicated-admins-uwm-am-secret-rolebinding.RoleBinding.yaml │ ├── 06-dedicated-admins-alert-route-editing.SubjectPermission.yaml │ └── config.yaml ├── rbac-permissions-operator-config │ ├── 00-dedicated-admin.Namespace.yaml │ ├── 03-dedicated-admins-cluster.ClusterRole.yaml │ ├── 03-dedicated-admins-project.ClusterRole.yaml │ ├── 05-dedicated-admins-aggregate-cluster.ClusterRole.yaml │ ├── 05-dedicated-admins-aggregate-project.ClusterRole.yaml │ ├── 05-dedicated-readers.ClusterRole.yaml │ ├── 05-osd-readers.ClusterRole.yaml │ ├── 07-dedicated-admins-cluster.ClusterRoleBinding.yaml │ ├── 10-dedicated-admins-operators.Role.yaml │ ├── 10-dedicated-admins-operators.RoleBinding.yaml │ ├── 20-dedicated-admins-marketplace.Role.yaml │ ├── 20-dedicated-admins-marketplace.RoleBinding.yaml │ ├── 30-dedicated-admins-dns.Role.yaml │ ├── 30-dedicated-admins-dns.RoleBinding.yaml │ ├── 50-dedicated-admins-serviceaccounts.SubjectPermission.yaml │ ├── 50-dedicated-admins.SubjectPermission.yaml │ ├── 60-dedicated-admin-openshift-namespaces.SubjectPermission.yaml │ ├── 60-dedicated-admins-openshift-namespaces-serviceaccounts.SubjectPermission.yaml │ ├── OWNERS │ └── config.yaml ├── resource-quotas │ ├── 10-patch.namespace.openshift-etcd.yaml │ ├── 10-patch.namespace.openshift-ingress.yaml │ ├── 10-patch.namespace.openshift-kube-apiserver.yaml │ ├── 10-patch.namespace.openshift-monitoring.yaml │ ├── Makefile │ ├── OWNERS │ ├── README.md │ ├── config.yaml │ ├── functions.mk │ └── values.mk ├── rhoai │ ├── README.md │ ├── config.yaml │ └── rhods-prometheus-viewer.ClusterRoleBinding.yaml ├── rosa-console-branding │ ├── classic │ │ ├── config.yaml │ │ └── rosa-branding.Console.yaml │ ├── hcp │ │ ├── config.yaml │ │ └── rosa-branding.Console.yaml │ └── telemetry │ │ ├── config.yaml │ │ └── osd-branding.console.Patch.yaml ├── rosa-console-legacy-branding-configmap │ ├── OWNERS │ ├── config.yaml │ └── rosa-brand-logo.yaml ├── rosa-console-legacy-branding │ ├── OWNERS │ ├── config.yaml │ ├── legacy-branding-removal │ │ ├── config.yaml │ │ └── remove-legacy-brand.yaml │ └── rosa-branding.Console.yaml ├── rosa-ingress-certificate-check │ ├── 01-ingress-default.Policy.yaml │ └── config.yaml ├── rosa-ingress-certificate-policies │ ├── 00-ingress-default.Policy.yaml │ ├── 01-rosa-ingress-certificate.Policy.yaml │ └── config.yaml ├── rosa-oauth-templates-errors │ ├── OWNERS │ ├── config.yaml │ └── rosa-oauth-templates-errors.secret.yaml ├── rosa-oauth-templates-login │ ├── OWNERS │ ├── config.yaml │ └── rosa-oauth-templates-login.secret.yaml ├── rosa-oauth-templates-policies │ ├── 00-openshift-acm-policies.Namespace.yaml │ ├── 50-rosa-oauth-tpl-errors.Policy.yaml │ ├── 50-rosa-oauth-tpl-login.Policy.yaml │ ├── 50-rosa-oauth-tpl-providers.Policy.yaml │ └── config.yaml ├── rosa-oauth-templates-providers │ ├── OWNERS │ ├── config.yaml │ └── rosa-oauth-templates-providers.secret.yaml ├── rosa-oauth-templates │ ├── OWNERS │ ├── config.yaml │ └── rosa-oauth-templates.OAuth.yaml ├── sdn-ovn-migration │ ├── 100-network-live-migration.PrometheusRule.yaml │ └── config.yaml ├── sre-prometheus │ ├── 100-alertmanager-silence-active.PrometheusRule.yaml │ ├── 100-cluster-version-operator.PrometheusRule.yaml │ ├── 100-configure-alertmanager-operator.PrometheusRule.yaml │ ├── 100-control-plan-leader-election-status.PrometheusRule.yaml │ ├── 100-control-plane-resizing.PrometheusRule.yaml │ ├── 100-elasticsearch-jobs.PrometheusRule.yaml │ ├── 100-excessive-memory.PrometheusRule.yaml │ ├── 100-haproxy-reload-fails.Prometheusrule.yaml │ ├── 100-infra-resizing.PrometheusRule.yaml │ ├── 100-kube-apiserver-missing-on-node.yaml │ ├── 100-kube-controller-manager-missing-on-node.yaml │ ├── 100-kube-scheduler-missing-on-node.yaml │ ├── 100-machine-health-check-unterminated-short-circuit.PrometheusRule.yaml │ ├── 100-managed-node-metadata-operator.PrometheusRule.yaml │ ├── 100-managed-upgrade-operator.PrometheusRule.yaml │ ├── 100-managed-velero-operator.PrometheusRule.yaml │ ├── 100-node-filedescriptor-limits.PrometheusRule.yaml │ ├── 100-node-stuck-terminating-creating.PrometheusRule.yaml │ ├── 100-node-unschedulable.PrometheusRule.yaml │ ├── 100-oauth-server.PrometheusRule.yaml │ ├── 100-ocm-agent-operator.PrometheusRule.yaml │ ├── 100-pending-csr.PrometheusRule.yaml │ ├── 100-rhmi-sre-elevation.PrometheusRule.yaml │ ├── 100-rhoam-sre-elevation.PrometheusRule.yaml │ ├── 100-router-health.PrometheusRule.yaml │ ├── 100-runaway-sdn.PrometheusRule.yaml │ ├── 100-sre-api-errors.PrometheusRule.yaml │ ├── 100-sre-cannot-retrieve-updates.PrometheusRule.yaml │ ├── 100-sre-haproxydown.PrometheusRule.yaml │ ├── 100-sre-kubejobfailing.PrometheusRule.yaml │ ├── 100-sre-kubequotaexceeded.PrometheusRule.yaml │ ├── 100-sre-podDisruptionBudget.PrometheusRule.yaml │ ├── 100-sre-pruning.PrometheusRule.yaml │ ├── 100-sre-pv.PrometheusRule.yaml │ ├── 100-telemeter-client.PrometheusRule.yaml │ ├── OWNERS │ ├── README.md │ ├── aws │ │ ├── 100-stuck-volumes.PrometheusRule.yaml │ │ ├── config.yaml │ │ ├── ebs-iops-burstbalance │ │ │ ├── 100-aws-ebs-iops-burstbal.promRule.yaml │ │ │ └── config.yaml │ │ └── sts-privatelink │ │ │ ├── 100-cloud-ingress-operator.PrometheusRule.yaml │ │ │ └── config.yaml │ ├── centralized-observability │ │ ├── 100-sre-internal-recording-rules.yaml │ │ ├── 100-sre-internal-slo-recording-rules.PrometheusRule.yaml │ │ ├── 100-sre-operators-recording-rules.yaml │ │ ├── 100-sre-slo-recording-rules.PrometheusRule.yaml │ │ ├── 100-sre-telemetry-managed-labels-recording-rules.PrometheusRule.yaml │ │ ├── README.md │ │ ├── config.yaml │ │ └── srep_osd_metrics_flow.jpg │ ├── config.yaml │ ├── extended-logging │ │ ├── 101-parsed_elasticsearch_openshift-logging_elasticsearch-prometheus-rules.PrometheusRule.yaml │ │ ├── 101-parsed_fluentd_openshift-logging_collector.PrometheusRule.yaml │ │ ├── README.md │ │ └── config.yaml │ ├── fedramp │ │ ├── 100-avo-pendingAcceptance.PrometheusRule.yaml │ │ ├── 100-disk-full.PrometheusRule.yaml │ │ ├── config.yaml │ │ └── hive-prod │ │ │ ├── 100-cgao-inactive-heartbeatmonitor.yaml │ │ │ └── config.yaml │ ├── insights │ │ ├── 100-sre-insightsoperator.PrometheusRule.yaml │ │ └── config.yaml │ ├── legacy-ingress │ │ ├── 100-sre-haproxydown.PrometheusRule.yaml │ │ └── config.yaml │ ├── management-cluster │ │ ├── 100-dynatrace-workloads-monitoring.PrometheusRule.yaml │ │ ├── 100-kubeletconfig-debugging-handlers-enabled.PrometheusRule.yaml │ │ ├── 100-machine-out-of-compliance.PrometheusRule.yaml │ │ ├── 100-oadp-monitoring.PrometheusRule.yaml │ │ ├── 100-obo-stack-monitoring.yml │ │ ├── 100-vector-log-forwarding.PrometheusRule.yaml │ │ ├── config.yaml │ │ └── rhobs-monitoring │ │ │ ├── 01-openshift-logging.patch.yaml │ │ │ ├── 02-openshift-observability-operator.patch.yaml │ │ │ └── config.yaml │ ├── monitoring │ │ ├── 100-cluster-monitoring-error-budget-burn.yaml │ │ └── config.yaml │ ├── ocm-agent │ │ ├── 100-customer-webooks.PrometheusRule.yaml │ │ ├── 100-multiple-efs-operator-PrometheusRule.yaml │ │ ├── 100-ocm-agent-proxy.PrometheusRule.yaml │ │ ├── 100-ocm-agent-upgrade.PrometheusRule.yaml │ │ ├── 100-ocm-agent.PrometheusRule.yaml │ │ ├── README.md │ │ ├── config.yaml │ │ ├── legacy-ingress │ │ │ ├── 100-ocm-agent.PrometheusRule.yaml │ │ │ └── config.yaml │ │ ├── node-condition │ │ │ ├── 100-ocm-agent-node-condition.PrometheusRule.yaml │ │ │ └── config.yaml │ │ ├── obo-monitoring │ │ │ ├── 100-audit-webhook-cloud-watch-errors.PrometheusRule.yaml │ │ │ ├── 100-nodes-not-joining-nodepool.PrometheusRule.yaml │ │ │ ├── 100-oidc-missing.PrometheusRule.yaml │ │ │ └── config.yaml │ │ └── unsupported-logging │ │ │ ├── 100-ocm-agent.PrometheusRule.yaml │ │ │ └── config.yaml │ └── pre-4.8 │ │ ├── 100-csv-abnormal.PrometheusRule.yaml │ │ └── config.yaml ├── sre-pruning │ ├── 100-pruning.Namespace.yaml │ ├── 105-pruning.rbac.ClusterRole.yaml │ ├── 105-pruning.rbac.ClusterRoleBinding.yaml │ ├── 105-pruning.rbac.ServiceAccount.yaml │ ├── 110-pruning-builds.CronJob.yaml │ ├── 110-pruning-deployments.CronJob.yaml │ ├── OWNERS │ ├── README.md │ ├── config.yaml │ ├── images-pre-4.6 │ │ ├── 00-pruning.rbac.yaml │ │ ├── 01-pruning-images.CronJob.yaml │ │ └── config.yaml │ └── images │ │ ├── 00-cluster.ImagePruner.patch.yaml │ │ └── config.yaml ├── srep-1000-ethtool-exporter │ ├── 00-Namespace.yaml │ ├── 01-ServiceAccount.yaml │ ├── 02-Role.yaml │ ├── 03-RoleBinding.yaml │ ├── 05-ClusterRoleBinding.yaml │ ├── 06-SecurityContextConstraints.yaml │ ├── 07-ConfigMap.yaml │ ├── 08-ConfigMap-rbac-proxy.yaml │ ├── 09-DaemonSet.yaml │ ├── 10-Service.yaml │ ├── 12-ServiceMonitorRhobs.yaml │ ├── README.md │ └── config.yaml ├── srep-vap │ └── hcp-node-label │ │ ├── 100-node-label-image-type-vap.yaml │ │ ├── 101-node-label-image-type-vapb.yaml │ │ ├── README.md │ │ └── config.yaml └── velero-configuration │ ├── 100-velero.Velero.yaml │ ├── 110-velero.Schedules.yaml │ ├── 120-velero.Secret-Role.yaml │ ├── 130-velero.Secret-RoleBinding.yaml │ ├── OWNERS │ ├── config.yaml │ └── hive-specific │ ├── 05-velero-schedule-admins-cluster.ClusterRole.yaml │ ├── 111-velero.Schedules.yaml │ └── config.yaml ├── docs └── backplane │ ├── OWNERS │ ├── guideline.md │ └── requirements │ ├── 10-template.md │ ├── README.md │ ├── acs │ ├── 10-acs-managed-service-nonprod.md │ └── 10-acs-managed-service.md │ ├── cee │ ├── 10-egressip.md │ ├── 20-machineautoscaler.md │ ├── 30-management-cluster.md │ ├── 30-service-cluster.md │ └── 40-backplane-cee.md │ ├── hybridsre-hcp │ ├── 20-hypershift-management-cluster.md │ └── OWNERS │ ├── mcs-tier-two │ ├── 10-egressip.md │ ├── 20-machineautoscaler.md │ ├── 30-management-cluster.md │ ├── 30-service-cluster.md │ └── 40-backplane-mcs-tier-two.md │ └── srep │ ├── 00-cloud-console.md │ ├── 10-managed-ocp.md │ ├── 20-hive-shard.md │ ├── 30-hypershift-service-cluster.md │ ├── 40-hypershift-management-cluster.md │ └── OWNERS ├── hack ├── 00-osd-managed-cluster-config-integration.yaml.tmpl ├── 00-osd-managed-cluster-config-production.yaml.tmpl ├── 00-osd-managed-cluster-config-stage.yaml.tmpl ├── OWNERS └── app_sre_pr_check.sh ├── project.mk ├── resources ├── README.md ├── addons-namespaces │ └── main.yaml ├── cluster-monitoring-config │ └── config.yaml ├── managed │ └── all-osd-resources.yaml ├── privatelink │ ├── 4.10 │ │ └── sts_installer_permission_policy.json │ ├── 4.7 │ │ └── sts_installer_permission_policy.json │ ├── 4.8 │ │ └── sts_installer_permission_policy.json │ └── 4.9 │ │ └── sts_installer_permission_policy.json ├── prometheusrules │ ├── README.md │ ├── elasticsearch_openshift-logging_elasticsearch-prometheus-rules.PrometheusRule.yaml │ └── fluentd_openshift-logging_collector.PrometheusRule.yaml ├── sts │ ├── 4.10 │ │ ├── openshift_aws_vpce_operator_avo_aws_creds_policy.json │ │ ├── openshift_cloud_credential_operator_cloud_credential_operator_iam_ro_creds_policy.json │ │ ├── openshift_cloud_ingress_operator_cloud_credentials_policy.json │ │ ├── openshift_cloud_network_config_controller_cloud_credentials_policy.json │ │ ├── openshift_cluster_csi_drivers_ebs_cloud_credentials_policy.json │ │ ├── openshift_image_registry_installer_cloud_credentials_policy.json │ │ ├── openshift_ingress_operator_cloud_credentials_policy.json │ │ ├── openshift_machine_api_aws_cloud_credentials_policy.json │ │ ├── operator_iam_role_policy.json │ │ ├── osd_scp_policy.json │ │ ├── sts_installer_permission_policy.json │ │ ├── sts_installer_trust_policy.json │ │ ├── sts_instance_controlplane_permission_policy.json │ │ ├── sts_instance_controlplane_trust_policy.json │ │ ├── sts_instance_worker_permission_policy.json │ │ ├── sts_instance_worker_trust_policy.json │ │ ├── sts_ocm_admin_permission_policy.json │ │ ├── sts_ocm_permission_policy.json │ │ ├── sts_ocm_trust_policy.json │ │ ├── sts_ocm_user_trust_policy.json │ │ ├── sts_support_permission_policy.json │ │ └── sts_support_trust_policy.json │ ├── 4.11 │ │ ├── openshift_aws_vpce_operator_avo_aws_creds_policy.json │ │ ├── openshift_capa_controller_manager_credentials_policy.json │ │ ├── openshift_cloud_credential_operator_cloud_credential_operator_iam_ro_creds_policy.json │ │ ├── openshift_cloud_ingress_operator_cloud_credentials_policy.json │ │ ├── openshift_cloud_network_config_controller_cloud_credentials_policy.json │ │ ├── openshift_cluster_csi_drivers_ebs_cloud_credentials_policy.json │ │ ├── openshift_control_plane_operator_credentials_policy.json │ │ ├── openshift_image_registry_installer_cloud_credentials_policy.json │ │ ├── openshift_ingress_operator_cloud_credentials_policy.json │ │ ├── openshift_kms_provider_credentials_policy.json │ │ ├── openshift_kube_controller_manager_credentials_policy.json │ │ ├── openshift_machine_api_aws_cloud_credentials_policy.json │ │ ├── operator_iam_role_policy.json │ │ ├── osd_scp_policy.json │ │ ├── sts_installer_core_permission_policy.json │ │ ├── sts_installer_permission_policy.json │ │ ├── sts_installer_privatelink_permission_policy.json │ │ ├── sts_installer_trust_policy.json │ │ ├── sts_installer_vpc_permission_policy.json │ │ ├── sts_instance_controlplane_permission_policy.json │ │ ├── sts_instance_controlplane_trust_policy.json │ │ ├── sts_instance_worker_permission_policy.json │ │ ├── sts_instance_worker_trust_policy.json │ │ ├── sts_ocm_admin_permission_policy.json │ │ ├── sts_ocm_permission_policy.json │ │ ├── sts_ocm_trust_policy.json │ │ ├── sts_ocm_user_trust_policy.json │ │ ├── sts_support_permission_policy.json │ │ └── sts_support_trust_policy.json │ ├── 4.12 │ │ ├── openshift_aws_vpce_operator_avo_aws_creds_policy.json │ │ ├── openshift_capa_controller_manager_credentials_policy.json │ │ ├── openshift_cloud_credential_operator_cloud_credential_operator_iam_ro_creds_policy.json │ │ ├── openshift_cloud_ingress_operator_cloud_credentials_policy.json │ │ ├── openshift_cloud_network_config_controller_cloud_credentials_policy.json │ │ ├── openshift_cluster_csi_drivers_ebs_cloud_credentials_policy.json │ │ ├── openshift_control_plane_operator_credentials_policy.json │ │ ├── openshift_image_registry_installer_cloud_credentials_policy.json │ │ ├── openshift_ingress_operator_cloud_credentials_policy.json │ │ ├── openshift_kms_provider_credentials_policy.json │ │ ├── openshift_kube_controller_manager_credentials_policy.json │ │ ├── openshift_machine_api_aws_cloud_credentials_policy.json │ │ ├── operator_iam_role_policy.json │ │ ├── osd_scp_policy.json │ │ ├── shared_vpc_openshift_ingress_operator_cloud_credentials_policy.json │ │ ├── sts_installer_core_permission_boundary_policy.json │ │ ├── sts_installer_permission_policy.json │ │ ├── sts_installer_privatelink_permission_boundary_policy.json │ │ ├── sts_installer_trust_policy.json │ │ ├── sts_installer_vpc_permission_boundary_policy.json │ │ ├── sts_instance_controlplane_permission_policy.json │ │ ├── sts_instance_controlplane_trust_policy.json │ │ ├── sts_instance_worker_permission_policy.json │ │ ├── sts_instance_worker_trust_policy.json │ │ ├── sts_ocm_admin_permission_policy.json │ │ ├── sts_ocm_permission_policy.json │ │ ├── sts_ocm_trust_policy.json │ │ ├── sts_ocm_user_trust_policy.json │ │ ├── sts_support_permission_policy.json │ │ └── sts_support_trust_policy.json │ ├── 4.13 │ │ ├── openshift_aws_vpce_operator_avo_aws_creds_policy.json │ │ ├── openshift_capa_controller_manager_credentials_policy.json │ │ ├── openshift_cloud_credential_operator_cloud_credential_operator_iam_ro_creds_policy.json │ │ ├── openshift_cloud_ingress_operator_cloud_credentials_policy.json │ │ ├── openshift_cloud_network_config_controller_cloud_credentials_policy.json │ │ ├── openshift_cluster_csi_drivers_ebs_cloud_credentials_policy.json │ │ ├── openshift_control_plane_operator_credentials_policy.json │ │ ├── openshift_image_registry_installer_cloud_credentials_policy.json │ │ ├── openshift_ingress_operator_cloud_credentials_policy.json │ │ ├── openshift_kms_provider_credentials_policy.json │ │ ├── openshift_kube_controller_manager_credentials_policy.json │ │ ├── openshift_machine_api_aws_cloud_credentials_policy.json │ │ ├── operator_iam_role_policy.json │ │ ├── osd_scp_policy.json │ │ ├── shared_vpc_openshift_ingress_operator_cloud_credentials_policy.json │ │ ├── sts_installer_core_permission_boundary_policy.json │ │ ├── sts_installer_permission_policy.json │ │ ├── sts_installer_privatelink_permission_boundary_policy.json │ │ ├── sts_installer_trust_policy.json │ │ ├── sts_installer_vpc_permission_boundary_policy.json │ │ ├── sts_instance_controlplane_permission_policy.json │ │ ├── sts_instance_controlplane_trust_policy.json │ │ ├── sts_instance_worker_permission_policy.json │ │ ├── sts_instance_worker_trust_policy.json │ │ ├── sts_ocm_admin_permission_policy.json │ │ ├── sts_ocm_permission_policy.json │ │ ├── sts_ocm_trust_policy.json │ │ ├── sts_ocm_user_trust_policy.json │ │ ├── sts_support_permission_policy.json │ │ └── sts_support_trust_policy.json │ ├── 4.14 │ │ ├── fedramp-hypershift │ │ │ ├── README.md │ │ │ ├── openshift_hcp_capa_controller_manager_credentials_policy.json │ │ │ ├── openshift_hcp_cloud_network_config_cloud_credentials_permission_policy.json │ │ │ ├── openshift_hcp_cluster_csi_driver_ebs_operator_cloud_credentials_policy.json │ │ │ ├── openshift_hcp_cluster_ingress_operator_cloud_credentials_policy.json │ │ │ ├── openshift_hcp_control_plane_operator_credentials_policy.json │ │ │ ├── openshift_hcp_image_registry_operator_permission_policy.json │ │ │ ├── openshift_hcp_kms_provider_credential_policy.json │ │ │ ├── openshift_hcp_kube_controller_manager_credentials_policy.json │ │ │ ├── openshift_hcp_shared_vpc_route_53_credentials_policy.json │ │ │ ├── openshift_hcp_shared_vpc_vpc_endpoint_credentials_policy.json │ │ │ ├── sts_extended_hcp_support_permission_policy.json │ │ │ ├── sts_hcp_installer_permission_policy.json │ │ │ ├── sts_hcp_support_permission_policy.json │ │ │ └── sts_hcp_worker_instance_permission_policy.json │ │ ├── openshift_aws_vpce_operator_avo_aws_creds_policy.json │ │ ├── openshift_capa_controller_manager_credentials_policy.json │ │ ├── openshift_cloud_credential_operator_cloud_credential_operator_iam_ro_creds_policy.json │ │ ├── openshift_cloud_ingress_operator_cloud_credentials_policy.json │ │ ├── openshift_cloud_network_config_controller_cloud_credentials_policy.json │ │ ├── openshift_cluster_csi_drivers_ebs_cloud_credentials_policy.json │ │ ├── openshift_control_plane_operator_credentials_policy.json │ │ ├── openshift_image_registry_installer_cloud_credentials_policy.json │ │ ├── openshift_ingress_operator_cloud_credentials_policy.json │ │ ├── openshift_kms_provider_credentials_policy.json │ │ ├── openshift_kube_controller_manager_credentials_policy.json │ │ ├── openshift_machine_api_aws_cloud_credentials_policy.json │ │ ├── operator_iam_role_policy.json │ │ ├── osd_scp_policy.json │ │ ├── shared_vpc_openshift_ingress_operator_cloud_credentials_policy.json │ │ ├── sts_installer_core_permission_boundary_policy.json │ │ ├── sts_installer_permission_policy.json │ │ ├── sts_installer_privatelink_permission_boundary_policy.json │ │ ├── sts_installer_trust_policy.json │ │ ├── sts_installer_vpc_permission_boundary_policy.json │ │ ├── sts_instance_controlplane_permission_policy.json │ │ ├── sts_instance_controlplane_trust_policy.json │ │ ├── sts_instance_worker_permission_policy.json │ │ ├── sts_instance_worker_trust_policy.json │ │ ├── sts_ocm_admin_permission_policy.json │ │ ├── sts_ocm_permission_policy.json │ │ ├── sts_ocm_trust_policy.json │ │ ├── sts_ocm_user_trust_policy.json │ │ ├── sts_support_permission_policy.json │ │ └── sts_support_trust_policy.json │ ├── 4.15 │ │ ├── openshift_aws_vpce_operator_avo_aws_creds_policy.json │ │ ├── openshift_capa_controller_manager_credentials_policy.json │ │ ├── openshift_cloud_credential_operator_cloud_credential_operator_iam_ro_creds_policy.json │ │ ├── openshift_cloud_ingress_operator_cloud_credentials_policy.json │ │ ├── openshift_cloud_network_config_controller_cloud_credentials_policy.json │ │ ├── openshift_cluster_csi_drivers_ebs_cloud_credentials_policy.json │ │ ├── openshift_control_plane_operator_credentials_policy.json │ │ ├── openshift_image_registry_installer_cloud_credentials_policy.json │ │ ├── openshift_ingress_operator_cloud_credentials_policy.json │ │ ├── openshift_kms_provider_credentials_policy.json │ │ ├── openshift_kube_controller_manager_credentials_policy.json │ │ ├── openshift_machine_api_aws_cloud_credentials_policy.json │ │ ├── operator_iam_role_policy.json │ │ ├── osd_scp_policy.json │ │ ├── shared_vpc_openshift_ingress_operator_cloud_credentials_policy.json │ │ ├── sts_installer_core_permission_boundary_policy.json │ │ ├── sts_installer_permission_policy.json │ │ ├── sts_installer_privatelink_permission_boundary_policy.json │ │ ├── sts_installer_trust_policy.json │ │ ├── sts_installer_vpc_permission_boundary_policy.json │ │ ├── sts_instance_controlplane_permission_policy.json │ │ ├── sts_instance_controlplane_trust_policy.json │ │ ├── sts_instance_worker_permission_policy.json │ │ ├── sts_instance_worker_trust_policy.json │ │ ├── sts_ocm_admin_permission_policy.json │ │ ├── sts_ocm_permission_policy.json │ │ ├── sts_ocm_trust_policy.json │ │ ├── sts_ocm_user_trust_policy.json │ │ ├── sts_support_permission_policy.json │ │ └── sts_support_trust_policy.json │ ├── 4.16 │ │ ├── openshift_aws_vpce_operator_avo_aws_creds_policy.json │ │ ├── openshift_capa_controller_manager_credentials_policy.json │ │ ├── openshift_cloud_credential_operator_cloud_credential_operator_iam_ro_creds_policy.json │ │ ├── openshift_cloud_ingress_operator_cloud_credentials_policy.json │ │ ├── openshift_cloud_network_config_controller_cloud_credentials_policy.json │ │ ├── openshift_cluster_csi_drivers_ebs_cloud_credentials_policy.json │ │ ├── openshift_control_plane_operator_credentials_policy.json │ │ ├── openshift_image_registry_installer_cloud_credentials_policy.json │ │ ├── openshift_ingress_operator_cloud_credentials_policy.json │ │ ├── openshift_kms_provider_credentials_policy.json │ │ ├── openshift_kube_controller_manager_credentials_policy.json │ │ ├── openshift_machine_api_aws_cloud_credentials_policy.json │ │ ├── operator_iam_role_policy.json │ │ ├── osd_scp_policy.json │ │ ├── shared_vpc_openshift_ingress_operator_cloud_credentials_policy.json │ │ ├── sts_installer_core_permission_boundary_policy.json │ │ ├── sts_installer_permission_policy.json │ │ ├── sts_installer_privatelink_permission_boundary_policy.json │ │ ├── sts_installer_trust_policy.json │ │ ├── sts_installer_vpc_permission_boundary_policy.json │ │ ├── sts_instance_controlplane_permission_policy.json │ │ ├── sts_instance_controlplane_trust_policy.json │ │ ├── sts_instance_worker_permission_policy.json │ │ ├── sts_instance_worker_trust_policy.json │ │ ├── sts_ocm_admin_permission_policy.json │ │ ├── sts_ocm_permission_policy.json │ │ ├── sts_ocm_trust_policy.json │ │ ├── sts_ocm_user_trust_policy.json │ │ ├── sts_support_permission_policy.json │ │ └── sts_support_trust_policy.json │ ├── 4.17 │ │ ├── openshift_aws_vpce_operator_avo_aws_creds_policy.json │ │ ├── openshift_capa_controller_manager_credentials_policy.json │ │ ├── openshift_cloud_credential_operator_cloud_credential_operator_iam_ro_creds_policy.json │ │ ├── openshift_cloud_ingress_operator_cloud_credentials_policy.json │ │ ├── openshift_cloud_network_config_controller_cloud_credentials_policy.json │ │ ├── openshift_cluster_csi_drivers_ebs_cloud_credentials_policy.json │ │ ├── openshift_control_plane_operator_credentials_policy.json │ │ ├── openshift_image_registry_installer_cloud_credentials_policy.json │ │ ├── openshift_ingress_operator_cloud_credentials_policy.json │ │ ├── openshift_kms_provider_credentials_policy.json │ │ ├── openshift_kube_controller_manager_credentials_policy.json │ │ ├── openshift_machine_api_aws_cloud_credentials_policy.json │ │ ├── operator_iam_role_policy.json │ │ ├── osd_scp_policy.json │ │ ├── shared_vpc_openshift_ingress_operator_cloud_credentials_policy.json │ │ ├── sts_installer_core_permission_boundary_policy.json │ │ ├── sts_installer_permission_policy.json │ │ ├── sts_installer_privatelink_permission_boundary_policy.json │ │ ├── sts_installer_trust_policy.json │ │ ├── sts_installer_vpc_permission_boundary_policy.json │ │ ├── sts_instance_controlplane_permission_policy.json │ │ ├── sts_instance_controlplane_trust_policy.json │ │ ├── sts_instance_worker_permission_policy.json │ │ ├── sts_instance_worker_trust_policy.json │ │ ├── sts_ocm_admin_permission_policy.json │ │ ├── sts_ocm_permission_policy.json │ │ ├── sts_ocm_trust_policy.json │ │ ├── sts_ocm_user_trust_policy.json │ │ ├── sts_support_permission_policy.json │ │ └── sts_support_trust_policy.json │ ├── 4.18 │ │ ├── openshift_aws_vpce_operator_avo_aws_creds_policy.json │ │ ├── openshift_capa_controller_manager_credentials_policy.json │ │ ├── openshift_cloud_credential_operator_cloud_credential_operator_iam_ro_creds_policy.json │ │ ├── openshift_cloud_ingress_operator_cloud_credentials_policy.json │ │ ├── openshift_cloud_network_config_controller_cloud_credentials_policy.json │ │ ├── openshift_cluster_csi_drivers_ebs_cloud_credentials_policy.json │ │ ├── openshift_control_plane_operator_credentials_policy.json │ │ ├── openshift_image_registry_installer_cloud_credentials_policy.json │ │ ├── openshift_ingress_operator_cloud_credentials_policy.json │ │ ├── openshift_kms_provider_credentials_policy.json │ │ ├── openshift_kube_controller_manager_credentials_policy.json │ │ ├── openshift_machine_api_aws_cloud_credentials_policy.json │ │ ├── operator_iam_role_policy.json │ │ ├── osd_scp_policy.json │ │ ├── shared_vpc_openshift_ingress_operator_cloud_credentials_policy.json │ │ ├── sts_installer_core_permission_boundary_policy.json │ │ ├── sts_installer_permission_policy.json │ │ ├── sts_installer_privatelink_permission_boundary_policy.json │ │ ├── sts_installer_trust_policy.json │ │ ├── sts_installer_vpc_permission_boundary_policy.json │ │ ├── sts_instance_controlplane_permission_policy.json │ │ ├── sts_instance_controlplane_trust_policy.json │ │ ├── sts_instance_worker_permission_policy.json │ │ ├── sts_instance_worker_trust_policy.json │ │ ├── sts_ocm_admin_permission_policy.json │ │ ├── sts_ocm_permission_policy.json │ │ ├── sts_ocm_trust_policy.json │ │ ├── sts_ocm_user_trust_policy.json │ │ ├── sts_support_permission_policy.json │ │ └── sts_support_trust_policy.json │ ├── 4.19 │ │ ├── openshift_aws_vpce_operator_avo_aws_creds_policy.json │ │ ├── openshift_capa_controller_manager_credentials_policy.json │ │ ├── openshift_cloud_credential_operator_cloud_credential_operator_iam_ro_creds_policy.json │ │ ├── openshift_cloud_ingress_operator_cloud_credentials_policy.json │ │ ├── openshift_cloud_network_config_controller_cloud_credentials_policy.json │ │ ├── openshift_cluster_csi_drivers_ebs_cloud_credentials_policy.json │ │ ├── openshift_control_plane_operator_credentials_policy.json │ │ ├── openshift_image_registry_installer_cloud_credentials_policy.json │ │ ├── openshift_ingress_operator_cloud_credentials_policy.json │ │ ├── openshift_kms_provider_credentials_policy.json │ │ ├── openshift_kube_controller_manager_credentials_policy.json │ │ ├── openshift_machine_api_aws_cloud_credentials_policy.json │ │ ├── operator_iam_role_policy.json │ │ ├── osd_scp_policy.json │ │ ├── shared_vpc_openshift_ingress_operator_cloud_credentials_policy.json │ │ ├── sts_installer_core_permission_boundary_policy.json │ │ ├── sts_installer_permission_policy.json │ │ ├── sts_installer_privatelink_permission_boundary_policy.json │ │ ├── sts_installer_trust_policy.json │ │ ├── sts_installer_vpc_permission_boundary_policy.json │ │ ├── sts_instance_controlplane_permission_policy.json │ │ ├── sts_instance_controlplane_trust_policy.json │ │ ├── sts_instance_worker_permission_policy.json │ │ ├── sts_instance_worker_trust_policy.json │ │ ├── sts_ocm_admin_permission_policy.json │ │ ├── sts_ocm_permission_policy.json │ │ ├── sts_ocm_trust_policy.json │ │ ├── sts_ocm_user_trust_policy.json │ │ ├── sts_support_permission_policy.json │ │ └── sts_support_trust_policy.json │ ├── 4.20 │ │ ├── openshift_aws_vpce_operator_avo_aws_creds_policy.json │ │ ├── openshift_capa_controller_manager_credentials_policy.json │ │ ├── openshift_cloud_credential_operator_cloud_credential_operator_iam_ro_creds_policy.json │ │ ├── openshift_cloud_ingress_operator_cloud_credentials_policy.json │ │ ├── openshift_cloud_network_config_controller_cloud_credentials_policy.json │ │ ├── openshift_cluster_csi_drivers_ebs_cloud_credentials_policy.json │ │ ├── openshift_control_plane_operator_credentials_policy.json │ │ ├── openshift_image_registry_installer_cloud_credentials_policy.json │ │ ├── openshift_ingress_operator_cloud_credentials_policy.json │ │ ├── openshift_kms_provider_credentials_policy.json │ │ ├── openshift_kube_controller_manager_credentials_policy.json │ │ ├── openshift_machine_api_aws_cloud_credentials_policy.json │ │ ├── operator_iam_role_policy.json │ │ ├── osd_scp_policy.json │ │ ├── shared_vpc_openshift_ingress_operator_cloud_credentials_policy.json │ │ ├── sts_installer_core_permission_boundary_policy.json │ │ ├── sts_installer_permission_policy.json │ │ ├── sts_installer_privatelink_permission_boundary_policy.json │ │ ├── sts_installer_trust_policy.json │ │ ├── sts_installer_vpc_permission_boundary_policy.json │ │ ├── sts_instance_controlplane_permission_policy.json │ │ ├── sts_instance_controlplane_trust_policy.json │ │ ├── sts_instance_worker_permission_policy.json │ │ ├── sts_instance_worker_trust_policy.json │ │ ├── sts_ocm_admin_permission_policy.json │ │ ├── sts_ocm_permission_policy.json │ │ ├── sts_ocm_trust_policy.json │ │ ├── sts_ocm_user_trust_policy.json │ │ ├── sts_support_permission_policy.json │ │ └── sts_support_trust_policy.json │ ├── 4.7 │ │ ├── openshift_cloud_credential_operator_cloud_credential_operator_iam_ro_creds_policy.json │ │ ├── openshift_cluster_csi_drivers_ebs_cloud_credentials_policy.json │ │ ├── openshift_image_registry_installer_cloud_credentials_policy.json │ │ ├── openshift_ingress_operator_cloud_credentials_policy.json │ │ ├── openshift_machine_api_aws_cloud_credentials_policy.json │ │ ├── operator_iam_role_policy.json │ │ ├── osd_scp_policy.json │ │ ├── sts_installer_permission_policy.json │ │ ├── sts_installer_trust_policy.json │ │ ├── sts_instance_controlplane_permission_policy.json │ │ ├── sts_instance_controlplane_trust_policy.json │ │ ├── sts_instance_worker_permission_policy.json │ │ ├── sts_instance_worker_trust_policy.json │ │ ├── sts_support_permission_policy.json │ │ └── sts_support_trust_policy.json │ ├── 4.8 │ │ ├── openshift_cloud_credential_operator_cloud_credential_operator_iam_ro_creds_policy.json │ │ ├── openshift_cluster_csi_drivers_ebs_cloud_credentials_policy.json │ │ ├── openshift_image_registry_installer_cloud_credentials_policy.json │ │ ├── openshift_ingress_operator_cloud_credentials_policy.json │ │ ├── openshift_machine_api_aws_cloud_credentials_policy.json │ │ ├── operator_iam_role_policy.json │ │ ├── osd_scp_policy.json │ │ ├── sts_installer_permission_policy.json │ │ ├── sts_installer_trust_policy.json │ │ ├── sts_instance_controlplane_permission_policy.json │ │ ├── sts_instance_controlplane_trust_policy.json │ │ ├── sts_instance_worker_permission_policy.json │ │ ├── sts_instance_worker_trust_policy.json │ │ ├── sts_support_permission_policy.json │ │ └── sts_support_trust_policy.json │ ├── 4.9 │ │ ├── openshift_cloud_credential_operator_cloud_credential_operator_iam_ro_creds_policy.json │ │ ├── openshift_cloud_ingress_operator_cloud_credentials_policy.json │ │ ├── openshift_cluster_csi_drivers_ebs_cloud_credentials_policy.json │ │ ├── openshift_image_registry_installer_cloud_credentials_policy.json │ │ ├── openshift_ingress_operator_cloud_credentials_policy.json │ │ ├── openshift_machine_api_aws_cloud_credentials_policy.json │ │ ├── operator_iam_role_policy.json │ │ ├── osd_scp_policy.json │ │ ├── sts_installer_permission_policy.json │ │ ├── sts_installer_trust_policy.json │ │ ├── sts_instance_controlplane_permission_policy.json │ │ ├── sts_instance_controlplane_trust_policy.json │ │ ├── sts_instance_worker_permission_policy.json │ │ ├── sts_instance_worker_trust_policy.json │ │ ├── sts_support_permission_policy.json │ │ └── sts_support_trust_policy.json │ ├── OWNERS │ ├── README.md │ └── hypershift │ │ ├── README.md │ │ ├── openshift_hcp_capa_controller_manager_credentials_policy.json │ │ ├── openshift_hcp_cloud_network_config_cloud_credentials_permission_policy.json │ │ ├── openshift_hcp_cluster_csi_driver_ebs_operator_cloud_credentials_policy.json │ │ ├── openshift_hcp_cluster_ingress_operator_cloud_credentials_policy.json │ │ ├── openshift_hcp_control_plane_operator_credentials_policy.json │ │ ├── openshift_hcp_image_registry_operator_permission_policy.json │ │ ├── openshift_hcp_kms_provider_credential_policy.json │ │ ├── openshift_hcp_kube_controller_manager_credentials_policy.json │ │ ├── openshift_hcp_shared_vpc_route_53_credentials_policy.json │ │ ├── openshift_hcp_shared_vpc_vpc_endpoint_credentials_policy.json │ │ ├── sts_extended_hcp_support_permission_policy.json │ │ ├── sts_hcp_installer_permission_policy.json │ │ ├── sts_hcp_support_permission_policy.json │ │ └── sts_hcp_worker_instance_permission_policy.json ├── tailored-profiles │ ├── hypershift-cis-tp.yaml │ └── hypershift-pcidss-tp.yaml └── wif │ ├── 4.17 │ └── vanilla.yaml │ ├── 4.18 │ └── vanilla.yaml │ ├── 4.19 │ └── vanilla.yaml │ ├── 4.20 │ └── vanilla.yaml │ ├── OWNERS │ └── README.md ├── scripts ├── checklinks.sh ├── enforce-backplane-rules.py ├── generate-cmo-config.py ├── generate-policy-config.py ├── generate-policy.sh ├── generate-subjectpermissions-policy-config.py ├── generate_template.py ├── jsonify.awk ├── managed-resources │ ├── generate-managed-list.py │ └── make-all-managed-lists.sh ├── policy-generator-config.yaml ├── rotate-aws-creds │ ├── common.sh │ ├── run.sh │ ├── sharded.sh │ └── v3.sh └── templates │ ├── selectorsyncset.yaml │ └── template.yaml └── source └── html ├── osd ├── README.md ├── errors.html ├── login.html └── providers.html └── rosa ├── README.md ├── errors.html ├── login.html ├── providers.html └── rosa-brand-logo.svg /.github/PULL_REQUEST_TEMPLATE.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openshift/managed-cluster-config/HEAD/.github/PULL_REQUEST_TEMPLATE.md -------------------------------------------------------------------------------- /.github/workflows/makecommit.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openshift/managed-cluster-config/HEAD/.github/workflows/makecommit.yml -------------------------------------------------------------------------------- /.gitignore: -------------------------------------------------------------------------------- 1 | tmp_exporters/ 2 | generated/ 3 | .DS_Store 4 | .vscode/ 5 | .idea/ 6 | -------------------------------------------------------------------------------- /.kubeconfig: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openshift/managed-cluster-config/HEAD/.kubeconfig -------------------------------------------------------------------------------- /CLAUDE.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openshift/managed-cluster-config/HEAD/CLAUDE.md -------------------------------------------------------------------------------- /Dockerfile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openshift/managed-cluster-config/HEAD/Dockerfile -------------------------------------------------------------------------------- /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openshift/managed-cluster-config/HEAD/LICENSE -------------------------------------------------------------------------------- /Makefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openshift/managed-cluster-config/HEAD/Makefile -------------------------------------------------------------------------------- /OWNERS: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openshift/managed-cluster-config/HEAD/OWNERS -------------------------------------------------------------------------------- /OWNERS_ALIASES: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openshift/managed-cluster-config/HEAD/OWNERS_ALIASES -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openshift/managed-cluster-config/HEAD/README.md -------------------------------------------------------------------------------- /deploy/acm-policies/00-openshift-acm-policies.Namespace.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openshift/managed-cluster-config/HEAD/deploy/acm-policies/00-openshift-acm-policies.Namespace.yaml -------------------------------------------------------------------------------- /deploy/acm-policies/50-GENERATED-backplane-acs.Policy.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openshift/managed-cluster-config/HEAD/deploy/acm-policies/50-GENERATED-backplane-acs.Policy.yaml -------------------------------------------------------------------------------- /deploy/acm-policies/50-GENERATED-backplane-cee.Policy.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openshift/managed-cluster-config/HEAD/deploy/acm-policies/50-GENERATED-backplane-cee.Policy.yaml -------------------------------------------------------------------------------- /deploy/acm-policies/50-GENERATED-backplane-cse.Policy.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openshift/managed-cluster-config/HEAD/deploy/acm-policies/50-GENERATED-backplane-cse.Policy.yaml -------------------------------------------------------------------------------- /deploy/acm-policies/50-GENERATED-backplane-csm.Policy.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openshift/managed-cluster-config/HEAD/deploy/acm-policies/50-GENERATED-backplane-csm.Policy.yaml -------------------------------------------------------------------------------- /deploy/acm-policies/50-GENERATED-backplane-lpsre.Policy.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openshift/managed-cluster-config/HEAD/deploy/acm-policies/50-GENERATED-backplane-lpsre.Policy.yaml -------------------------------------------------------------------------------- /deploy/acm-policies/50-GENERATED-backplane-mobb.Policy.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openshift/managed-cluster-config/HEAD/deploy/acm-policies/50-GENERATED-backplane-mobb.Policy.yaml -------------------------------------------------------------------------------- /deploy/acm-policies/50-GENERATED-backplane-srep.Policy.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openshift/managed-cluster-config/HEAD/deploy/acm-policies/50-GENERATED-backplane-srep.Policy.yaml -------------------------------------------------------------------------------- /deploy/acm-policies/50-GENERATED-backplane-tam.Policy.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openshift/managed-cluster-config/HEAD/deploy/acm-policies/50-GENERATED-backplane-tam.Policy.yaml -------------------------------------------------------------------------------- /deploy/acm-policies/50-GENERATED-backplane.Policy.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openshift/managed-cluster-config/HEAD/deploy/acm-policies/50-GENERATED-backplane.Policy.yaml -------------------------------------------------------------------------------- /deploy/acm-policies/50-GENERATED-hosted-uwm.Policy.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openshift/managed-cluster-config/HEAD/deploy/acm-policies/50-GENERATED-hosted-uwm.Policy.yaml -------------------------------------------------------------------------------- /deploy/acm-policies/config.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openshift/managed-cluster-config/HEAD/deploy/acm-policies/config.yaml -------------------------------------------------------------------------------- /deploy/aws-ssm-agent/01-machineconfig.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openshift/managed-cluster-config/HEAD/deploy/aws-ssm-agent/01-machineconfig.yaml -------------------------------------------------------------------------------- /deploy/aws-ssm-agent/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openshift/managed-cluster-config/HEAD/deploy/aws-ssm-agent/README.md -------------------------------------------------------------------------------- /deploy/aws-ssm-agent/config.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openshift/managed-cluster-config/HEAD/deploy/aws-ssm-agent/config.yaml -------------------------------------------------------------------------------- /deploy/backplane/OWNERS: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openshift/managed-cluster-config/HEAD/deploy/backplane/OWNERS -------------------------------------------------------------------------------- /deploy/backplane/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openshift/managed-cluster-config/HEAD/deploy/backplane/README.md -------------------------------------------------------------------------------- /deploy/backplane/acs-integration/config.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openshift/managed-cluster-config/HEAD/deploy/backplane/acs-integration/config.yaml -------------------------------------------------------------------------------- /deploy/backplane/acs/00-acs-admin.namespace.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openshift/managed-cluster-config/HEAD/deploy/backplane/acs/00-acs-admin.namespace.yaml -------------------------------------------------------------------------------- /deploy/backplane/acs/01-acs-admins-cluster.ClusterRole.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openshift/managed-cluster-config/HEAD/deploy/backplane/acs/01-acs-admins-cluster.ClusterRole.yaml -------------------------------------------------------------------------------- /deploy/backplane/acs/01-acs-admins-project.ClusterRole.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openshift/managed-cluster-config/HEAD/deploy/backplane/acs/01-acs-admins-project.ClusterRole.yaml -------------------------------------------------------------------------------- /deploy/backplane/acs/02-acs-admins.SubjectPermission.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openshift/managed-cluster-config/HEAD/deploy/backplane/acs/02-acs-admins.SubjectPermission.yaml -------------------------------------------------------------------------------- /deploy/backplane/acs/02-acs-openshift-ingress-role.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openshift/managed-cluster-config/HEAD/deploy/backplane/acs/02-acs-openshift-ingress-role.yml -------------------------------------------------------------------------------- /deploy/backplane/acs/03-acs-openshift-monitoring-role.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openshift/managed-cluster-config/HEAD/deploy/backplane/acs/03-acs-openshift-monitoring-role.yml -------------------------------------------------------------------------------- /deploy/backplane/acs/04-acs-openshift-console-role.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openshift/managed-cluster-config/HEAD/deploy/backplane/acs/04-acs-openshift-console-role.yml -------------------------------------------------------------------------------- /deploy/backplane/acs/05-acs-rhacs-observability-role.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openshift/managed-cluster-config/HEAD/deploy/backplane/acs/05-acs-rhacs-observability-role.yml -------------------------------------------------------------------------------- /deploy/backplane/acs/06-acs-openshift-gitops-role.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openshift/managed-cluster-config/HEAD/deploy/backplane/acs/06-acs-openshift-gitops-role.yml -------------------------------------------------------------------------------- /deploy/backplane/acs/06-acs-openshift-gitops-rolebinding.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openshift/managed-cluster-config/HEAD/deploy/backplane/acs/06-acs-openshift-gitops-rolebinding.yml -------------------------------------------------------------------------------- /deploy/backplane/acs/config.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openshift/managed-cluster-config/HEAD/deploy/backplane/acs/config.yaml -------------------------------------------------------------------------------- /deploy/backplane/cee/00-cee.namespace.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openshift/managed-cluster-config/HEAD/deploy/backplane/cee/00-cee.namespace.yml -------------------------------------------------------------------------------- /deploy/backplane/cee/01-cee-monitoring-role.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openshift/managed-cluster-config/HEAD/deploy/backplane/cee/01-cee-monitoring-role.yml -------------------------------------------------------------------------------- /deploy/backplane/cee/02-cee-monitoring-rolebinding.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openshift/managed-cluster-config/HEAD/deploy/backplane/cee/02-cee-monitoring-rolebinding.yml -------------------------------------------------------------------------------- /deploy/backplane/cee/20-cee-mustgather.Role.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openshift/managed-cluster-config/HEAD/deploy/backplane/cee/20-cee-mustgather.Role.yml -------------------------------------------------------------------------------- /deploy/backplane/cee/30-cee-mustgather.RoleBinding.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openshift/managed-cluster-config/HEAD/deploy/backplane/cee/30-cee-mustgather.RoleBinding.yml -------------------------------------------------------------------------------- /deploy/backplane/cee/30-cee-pcap-collector.Role.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openshift/managed-cluster-config/HEAD/deploy/backplane/cee/30-cee-pcap-collector.Role.yml -------------------------------------------------------------------------------- /deploy/backplane/cee/40-cee.SubjectPermission.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openshift/managed-cluster-config/HEAD/deploy/backplane/cee/40-cee.SubjectPermission.yml -------------------------------------------------------------------------------- /deploy/backplane/cee/60-cee-pcap-collector.RoleBinding.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openshift/managed-cluster-config/HEAD/deploy/backplane/cee/60-cee-pcap-collector.RoleBinding.yml -------------------------------------------------------------------------------- /deploy/backplane/cee/config.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openshift/managed-cluster-config/HEAD/deploy/backplane/cee/config.yaml -------------------------------------------------------------------------------- /deploy/backplane/cee/hypershift/service-cluster/config.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openshift/managed-cluster-config/HEAD/deploy/backplane/cee/hypershift/service-cluster/config.yaml -------------------------------------------------------------------------------- /deploy/backplane/config.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openshift/managed-cluster-config/HEAD/deploy/backplane/config.yaml -------------------------------------------------------------------------------- /deploy/backplane/configuration-anomaly-detection/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openshift/managed-cluster-config/HEAD/deploy/backplane/configuration-anomaly-detection/README.md -------------------------------------------------------------------------------- /deploy/backplane/csa/00-csa.namespace.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openshift/managed-cluster-config/HEAD/deploy/backplane/csa/00-csa.namespace.yml -------------------------------------------------------------------------------- /deploy/backplane/csa/20-csa.SubjectPermission.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openshift/managed-cluster-config/HEAD/deploy/backplane/csa/20-csa.SubjectPermission.yml -------------------------------------------------------------------------------- /deploy/backplane/csa/config.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openshift/managed-cluster-config/HEAD/deploy/backplane/csa/config.yaml -------------------------------------------------------------------------------- /deploy/backplane/cse/00-cse.namespace.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openshift/managed-cluster-config/HEAD/deploy/backplane/cse/00-cse.namespace.yml -------------------------------------------------------------------------------- /deploy/backplane/cse/20-cse.SubjectPermission.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openshift/managed-cluster-config/HEAD/deploy/backplane/cse/20-cse.SubjectPermission.yml -------------------------------------------------------------------------------- /deploy/backplane/cse/config.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openshift/managed-cluster-config/HEAD/deploy/backplane/cse/config.yaml -------------------------------------------------------------------------------- /deploy/backplane/csm/00-csm.namespace.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openshift/managed-cluster-config/HEAD/deploy/backplane/csm/00-csm.namespace.yml -------------------------------------------------------------------------------- /deploy/backplane/csm/20-csm-mustgather.Role.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openshift/managed-cluster-config/HEAD/deploy/backplane/csm/20-csm-mustgather.Role.yml -------------------------------------------------------------------------------- /deploy/backplane/csm/30-csm-mustgather.RoleBinding.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openshift/managed-cluster-config/HEAD/deploy/backplane/csm/30-csm-mustgather.RoleBinding.yml -------------------------------------------------------------------------------- /deploy/backplane/csm/30-csm-pcap-collector.Role.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openshift/managed-cluster-config/HEAD/deploy/backplane/csm/30-csm-pcap-collector.Role.yml -------------------------------------------------------------------------------- /deploy/backplane/csm/40-csm.SubjectPermission.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openshift/managed-cluster-config/HEAD/deploy/backplane/csm/40-csm.SubjectPermission.yml -------------------------------------------------------------------------------- /deploy/backplane/csm/60-csm-pcap-collector.RoleBinding.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openshift/managed-cluster-config/HEAD/deploy/backplane/csm/60-csm-pcap-collector.RoleBinding.yml -------------------------------------------------------------------------------- /deploy/backplane/csm/config.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openshift/managed-cluster-config/HEAD/deploy/backplane/csm/config.yaml -------------------------------------------------------------------------------- /deploy/backplane/elevated-sre/20-cluster-admin.User.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openshift/managed-cluster-config/HEAD/deploy/backplane/elevated-sre/20-cluster-admin.User.yml -------------------------------------------------------------------------------- /deploy/backplane/elevated-sre/config.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openshift/managed-cluster-config/HEAD/deploy/backplane/elevated-sre/config.yaml -------------------------------------------------------------------------------- /deploy/backplane/lpsre/00-lpsre.namespace.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openshift/managed-cluster-config/HEAD/deploy/backplane/lpsre/00-lpsre.namespace.yml -------------------------------------------------------------------------------- /deploy/backplane/lpsre/02-lpsre-monitoring-role.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openshift/managed-cluster-config/HEAD/deploy/backplane/lpsre/02-lpsre-monitoring-role.yml -------------------------------------------------------------------------------- /deploy/backplane/lpsre/02-lpsre-monitoring-rolebinding.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openshift/managed-cluster-config/HEAD/deploy/backplane/lpsre/02-lpsre-monitoring-rolebinding.yml -------------------------------------------------------------------------------- /deploy/backplane/lpsre/20-lpsre-mustgather.Role.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openshift/managed-cluster-config/HEAD/deploy/backplane/lpsre/20-lpsre-mustgather.Role.yml -------------------------------------------------------------------------------- /deploy/backplane/lpsre/40-lpsre.SubjectPermission.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openshift/managed-cluster-config/HEAD/deploy/backplane/lpsre/40-lpsre.SubjectPermission.yml -------------------------------------------------------------------------------- /deploy/backplane/lpsre/acm/config.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openshift/managed-cluster-config/HEAD/deploy/backplane/lpsre/acm/config.yaml -------------------------------------------------------------------------------- /deploy/backplane/lpsre/acs/config.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openshift/managed-cluster-config/HEAD/deploy/backplane/lpsre/acs/config.yaml -------------------------------------------------------------------------------- /deploy/backplane/lpsre/cert-manager/config.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openshift/managed-cluster-config/HEAD/deploy/backplane/lpsre/cert-manager/config.yaml -------------------------------------------------------------------------------- /deploy/backplane/lpsre/config.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openshift/managed-cluster-config/HEAD/deploy/backplane/lpsre/config.yaml -------------------------------------------------------------------------------- /deploy/backplane/lpsre/dynatrace/config.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openshift/managed-cluster-config/HEAD/deploy/backplane/lpsre/dynatrace/config.yaml -------------------------------------------------------------------------------- /deploy/backplane/lpsre/dynatrace/otel/config.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openshift/managed-cluster-config/HEAD/deploy/backplane/lpsre/dynatrace/otel/config.yaml -------------------------------------------------------------------------------- /deploy/backplane/lpsre/hypershift/config.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openshift/managed-cluster-config/HEAD/deploy/backplane/lpsre/hypershift/config.yaml -------------------------------------------------------------------------------- /deploy/backplane/lpsre/managed-odh/config.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openshift/managed-cluster-config/HEAD/deploy/backplane/lpsre/managed-odh/config.yaml -------------------------------------------------------------------------------- /deploy/backplane/lpsre/non-hypershift/config.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openshift/managed-cluster-config/HEAD/deploy/backplane/lpsre/non-hypershift/config.yaml -------------------------------------------------------------------------------- /deploy/backplane/lpsre/ocs-consumer/config.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openshift/managed-cluster-config/HEAD/deploy/backplane/lpsre/ocs-consumer/config.yaml -------------------------------------------------------------------------------- /deploy/backplane/lpsre/ocs-converged/config.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openshift/managed-cluster-config/HEAD/deploy/backplane/lpsre/ocs-converged/config.yaml -------------------------------------------------------------------------------- /deploy/backplane/lpsre/ocs-provider/config.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openshift/managed-cluster-config/HEAD/deploy/backplane/lpsre/ocs-provider/config.yaml -------------------------------------------------------------------------------- /deploy/backplane/lpsre/reference-addon/config.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openshift/managed-cluster-config/HEAD/deploy/backplane/lpsre/reference-addon/config.yaml -------------------------------------------------------------------------------- /deploy/backplane/lpsre/rhmi/config.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openshift/managed-cluster-config/HEAD/deploy/backplane/lpsre/rhmi/config.yaml -------------------------------------------------------------------------------- /deploy/backplane/lpsre/rhoam/config.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openshift/managed-cluster-config/HEAD/deploy/backplane/lpsre/rhoam/config.yaml -------------------------------------------------------------------------------- /deploy/backplane/mcg/00-mcg.namespace.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openshift/managed-cluster-config/HEAD/deploy/backplane/mcg/00-mcg.namespace.yml -------------------------------------------------------------------------------- /deploy/backplane/mcg/config.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openshift/managed-cluster-config/HEAD/deploy/backplane/mcg/config.yaml -------------------------------------------------------------------------------- /deploy/backplane/mcg/mcg-osd/config.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openshift/managed-cluster-config/HEAD/deploy/backplane/mcg/mcg-osd/config.yaml -------------------------------------------------------------------------------- /deploy/backplane/mcs-tier-two/config.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openshift/managed-cluster-config/HEAD/deploy/backplane/mcs-tier-two/config.yaml -------------------------------------------------------------------------------- /deploy/backplane/mobb/00-mobb.namespace.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openshift/managed-cluster-config/HEAD/deploy/backplane/mobb/00-mobb.namespace.yml -------------------------------------------------------------------------------- /deploy/backplane/mobb/20-mobb-mustgather.Role.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openshift/managed-cluster-config/HEAD/deploy/backplane/mobb/20-mobb-mustgather.Role.yml -------------------------------------------------------------------------------- /deploy/backplane/mobb/30-mobb-mustgather.RoleBinding.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openshift/managed-cluster-config/HEAD/deploy/backplane/mobb/30-mobb-mustgather.RoleBinding.yml -------------------------------------------------------------------------------- /deploy/backplane/mobb/30-mobb-pcap-collector.Role.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openshift/managed-cluster-config/HEAD/deploy/backplane/mobb/30-mobb-pcap-collector.Role.yml -------------------------------------------------------------------------------- /deploy/backplane/mobb/40-mobb.SubjectPermission.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openshift/managed-cluster-config/HEAD/deploy/backplane/mobb/40-mobb.SubjectPermission.yml -------------------------------------------------------------------------------- /deploy/backplane/mobb/config.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openshift/managed-cluster-config/HEAD/deploy/backplane/mobb/config.yaml -------------------------------------------------------------------------------- /deploy/backplane/nvidia-gpu/00-nvidia-gpu.namespace.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openshift/managed-cluster-config/HEAD/deploy/backplane/nvidia-gpu/00-nvidia-gpu.namespace.yml -------------------------------------------------------------------------------- /deploy/backplane/nvidia-gpu/config.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openshift/managed-cluster-config/HEAD/deploy/backplane/nvidia-gpu/config.yaml -------------------------------------------------------------------------------- /deploy/backplane/nvidia-gpu/nvidia-gpu/config.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openshift/managed-cluster-config/HEAD/deploy/backplane/nvidia-gpu/nvidia-gpu/config.yaml -------------------------------------------------------------------------------- /deploy/backplane/odf-sre/00-odf-sre.namespace.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openshift/managed-cluster-config/HEAD/deploy/backplane/odf-sre/00-odf-sre.namespace.yml -------------------------------------------------------------------------------- /deploy/backplane/odf-sre/20-odf-sre.SubjectPermission.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openshift/managed-cluster-config/HEAD/deploy/backplane/odf-sre/20-odf-sre.SubjectPermission.yml -------------------------------------------------------------------------------- /deploy/backplane/odf-sre/config.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openshift/managed-cluster-config/HEAD/deploy/backplane/odf-sre/config.yaml -------------------------------------------------------------------------------- /deploy/backplane/odf-sre/ocs-consumer/config.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openshift/managed-cluster-config/HEAD/deploy/backplane/odf-sre/ocs-consumer/config.yaml -------------------------------------------------------------------------------- /deploy/backplane/odf-sre/ocs-provider/config.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openshift/managed-cluster-config/HEAD/deploy/backplane/odf-sre/ocs-provider/config.yaml -------------------------------------------------------------------------------- /deploy/backplane/odf/00-odf.namespace.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openshift/managed-cluster-config/HEAD/deploy/backplane/odf/00-odf.namespace.yml -------------------------------------------------------------------------------- /deploy/backplane/odf/config.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openshift/managed-cluster-config/HEAD/deploy/backplane/odf/config.yaml -------------------------------------------------------------------------------- /deploy/backplane/odf/ocs-consumer/config.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openshift/managed-cluster-config/HEAD/deploy/backplane/odf/ocs-consumer/config.yaml -------------------------------------------------------------------------------- /deploy/backplane/odf/ocs-provider/config.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openshift/managed-cluster-config/HEAD/deploy/backplane/odf/ocs-provider/config.yaml -------------------------------------------------------------------------------- /deploy/backplane/sdcicd/00-sdcicd.namespace.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openshift/managed-cluster-config/HEAD/deploy/backplane/sdcicd/00-sdcicd.namespace.yml -------------------------------------------------------------------------------- /deploy/backplane/sdcicd/20-sdcicd.SubjectPermission.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openshift/managed-cluster-config/HEAD/deploy/backplane/sdcicd/20-sdcicd.SubjectPermission.yml -------------------------------------------------------------------------------- /deploy/backplane/sdcicd/40-sdcicd.SubjectPermission.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openshift/managed-cluster-config/HEAD/deploy/backplane/sdcicd/40-sdcicd.SubjectPermission.yml -------------------------------------------------------------------------------- /deploy/backplane/sdcicd/config.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openshift/managed-cluster-config/HEAD/deploy/backplane/sdcicd/config.yaml -------------------------------------------------------------------------------- /deploy/backplane/srep/00-srep.namespace.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openshift/managed-cluster-config/HEAD/deploy/backplane/srep/00-srep.namespace.yml -------------------------------------------------------------------------------- /deploy/backplane/srep/10-srep-muo.Role.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openshift/managed-cluster-config/HEAD/deploy/backplane/srep/10-srep-muo.Role.yml -------------------------------------------------------------------------------- /deploy/backplane/srep/10-srep-mustgather.Role.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openshift/managed-cluster-config/HEAD/deploy/backplane/srep/10-srep-mustgather.Role.yml -------------------------------------------------------------------------------- /deploy/backplane/srep/20-srep-muo.RoleBinding.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openshift/managed-cluster-config/HEAD/deploy/backplane/srep/20-srep-muo.RoleBinding.yml -------------------------------------------------------------------------------- /deploy/backplane/srep/20-srep-mustgather.RoleBinding.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openshift/managed-cluster-config/HEAD/deploy/backplane/srep/20-srep-mustgather.RoleBinding.yml -------------------------------------------------------------------------------- /deploy/backplane/srep/20-srep.SubjectPermission.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openshift/managed-cluster-config/HEAD/deploy/backplane/srep/20-srep.SubjectPermission.yml -------------------------------------------------------------------------------- /deploy/backplane/srep/30-cee-pcap-collector.Role.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openshift/managed-cluster-config/HEAD/deploy/backplane/srep/30-cee-pcap-collector.Role.yml -------------------------------------------------------------------------------- /deploy/backplane/srep/config.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openshift/managed-cluster-config/HEAD/deploy/backplane/srep/config.yaml -------------------------------------------------------------------------------- /deploy/backplane/srep/dynatrace/config.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openshift/managed-cluster-config/HEAD/deploy/backplane/srep/dynatrace/config.yaml -------------------------------------------------------------------------------- /deploy/backplane/srep/dynatrace/opentelemetry/config.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openshift/managed-cluster-config/HEAD/deploy/backplane/srep/dynatrace/opentelemetry/config.yaml -------------------------------------------------------------------------------- /deploy/backplane/srep/fedramp/config.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openshift/managed-cluster-config/HEAD/deploy/backplane/srep/fedramp/config.yaml -------------------------------------------------------------------------------- /deploy/backplane/srep/hive/30-srep.SubjectPermission.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openshift/managed-cluster-config/HEAD/deploy/backplane/srep/hive/30-srep.SubjectPermission.yml -------------------------------------------------------------------------------- /deploy/backplane/srep/hive/config.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openshift/managed-cluster-config/HEAD/deploy/backplane/srep/hive/config.yaml -------------------------------------------------------------------------------- /deploy/backplane/tam/00-tam.namespace.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openshift/managed-cluster-config/HEAD/deploy/backplane/tam/00-tam.namespace.yml -------------------------------------------------------------------------------- /deploy/backplane/tam/20-tam-mustgather.Role.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openshift/managed-cluster-config/HEAD/deploy/backplane/tam/20-tam-mustgather.Role.yml -------------------------------------------------------------------------------- /deploy/backplane/tam/30-tam-mustgather.RoleBinding.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openshift/managed-cluster-config/HEAD/deploy/backplane/tam/30-tam-mustgather.RoleBinding.yml -------------------------------------------------------------------------------- /deploy/backplane/tam/30-tam-pcap-collector.Role.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openshift/managed-cluster-config/HEAD/deploy/backplane/tam/30-tam-pcap-collector.Role.yml -------------------------------------------------------------------------------- /deploy/backplane/tam/40-tam.SubjectPermission.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openshift/managed-cluster-config/HEAD/deploy/backplane/tam/40-tam.SubjectPermission.yml -------------------------------------------------------------------------------- /deploy/backplane/tam/config.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openshift/managed-cluster-config/HEAD/deploy/backplane/tam/config.yaml -------------------------------------------------------------------------------- /deploy/ccs-dedicated-admins/OWNERS: -------------------------------------------------------------------------------- 1 | reviewers: 2 | - rogbas 3 | -------------------------------------------------------------------------------- /deploy/ccs-dedicated-admins/config.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openshift/managed-cluster-config/HEAD/deploy/ccs-dedicated-admins/config.yaml -------------------------------------------------------------------------------- /deploy/cloud-ingress-operator-configuration/OWNERS: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openshift/managed-cluster-config/HEAD/deploy/cloud-ingress-operator-configuration/OWNERS -------------------------------------------------------------------------------- /deploy/cluster-ingress-backplane/00-ingress.config.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openshift/managed-cluster-config/HEAD/deploy/cluster-ingress-backplane/00-ingress.config.yaml -------------------------------------------------------------------------------- /deploy/cluster-ingress-backplane/config.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openshift/managed-cluster-config/HEAD/deploy/cluster-ingress-backplane/config.yaml -------------------------------------------------------------------------------- /deploy/cluster-ingress-hive/00-ingress.config.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openshift/managed-cluster-config/HEAD/deploy/cluster-ingress-hive/00-ingress.config.yaml -------------------------------------------------------------------------------- /deploy/cluster-ingress-hive/config.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openshift/managed-cluster-config/HEAD/deploy/cluster-ingress-hive/config.yaml -------------------------------------------------------------------------------- /deploy/cluster-ingress/00-ingress.config.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openshift/managed-cluster-config/HEAD/deploy/cluster-ingress/00-ingress.config.yaml -------------------------------------------------------------------------------- /deploy/cluster-ingress/config.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openshift/managed-cluster-config/HEAD/deploy/cluster-ingress/config.yaml -------------------------------------------------------------------------------- /deploy/cluster-monitoring-config-non-uwm/OWNERS: -------------------------------------------------------------------------------- 1 | reviewers: 2 | - boranx 3 | - cblecker 4 | -------------------------------------------------------------------------------- /deploy/cluster-monitoring-config-non-uwm/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openshift/managed-cluster-config/HEAD/deploy/cluster-monitoring-config-non-uwm/README.md -------------------------------------------------------------------------------- /deploy/cluster-monitoring-config-non-uwm/config.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openshift/managed-cluster-config/HEAD/deploy/cluster-monitoring-config-non-uwm/config.yaml -------------------------------------------------------------------------------- /deploy/cluster-monitoring-config/4.11-4.15/config.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openshift/managed-cluster-config/HEAD/deploy/cluster-monitoring-config/4.11-4.15/config.yaml -------------------------------------------------------------------------------- /deploy/cluster-monitoring-config/OWNERS: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openshift/managed-cluster-config/HEAD/deploy/cluster-monitoring-config/OWNERS -------------------------------------------------------------------------------- /deploy/cluster-monitoring-config/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openshift/managed-cluster-config/HEAD/deploy/cluster-monitoring-config/README.md -------------------------------------------------------------------------------- /deploy/cluster-monitoring-config/config.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openshift/managed-cluster-config/HEAD/deploy/cluster-monitoring-config/config.yaml -------------------------------------------------------------------------------- /deploy/cluster-monitoring-config/pre-4.11/config.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openshift/managed-cluster-config/HEAD/deploy/cluster-monitoring-config/pre-4.11/config.yaml -------------------------------------------------------------------------------- /deploy/crio-config/01-containerruntimeconfig.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openshift/managed-cluster-config/HEAD/deploy/crio-config/01-containerruntimeconfig.yaml -------------------------------------------------------------------------------- /deploy/crio-config/config.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openshift/managed-cluster-config/HEAD/deploy/crio-config/config.yaml -------------------------------------------------------------------------------- /deploy/crio-loglinking/01-machineconfig.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openshift/managed-cluster-config/HEAD/deploy/crio-loglinking/01-machineconfig.yaml -------------------------------------------------------------------------------- /deploy/crio-loglinking/config.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openshift/managed-cluster-config/HEAD/deploy/crio-loglinking/config.yaml -------------------------------------------------------------------------------- /deploy/customer-registry-cas/config.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openshift/managed-cluster-config/HEAD/deploy/customer-registry-cas/config.yaml -------------------------------------------------------------------------------- /deploy/hosted-uwm/05-role.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openshift/managed-cluster-config/HEAD/deploy/hosted-uwm/05-role.yaml -------------------------------------------------------------------------------- /deploy/hosted-uwm/06-rolebinding.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openshift/managed-cluster-config/HEAD/deploy/hosted-uwm/06-rolebinding.yaml -------------------------------------------------------------------------------- /deploy/hosted-uwm/config.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openshift/managed-cluster-config/HEAD/deploy/hosted-uwm/config.yaml -------------------------------------------------------------------------------- /deploy/hs-delete-custom-cmo-config/config.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openshift/managed-cluster-config/HEAD/deploy/hs-delete-custom-cmo-config/config.yaml -------------------------------------------------------------------------------- /deploy/hypershift-autoscaler-podmonitor/config.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openshift/managed-cluster-config/HEAD/deploy/hypershift-autoscaler-podmonitor/config.yaml -------------------------------------------------------------------------------- /deploy/hypershift-kube-state-metrics/010-namespace.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openshift/managed-cluster-config/HEAD/deploy/hypershift-kube-state-metrics/010-namespace.yaml -------------------------------------------------------------------------------- /deploy/hypershift-kube-state-metrics/020-deployment.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openshift/managed-cluster-config/HEAD/deploy/hypershift-kube-state-metrics/020-deployment.yaml -------------------------------------------------------------------------------- /deploy/hypershift-kube-state-metrics/025-configmap.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openshift/managed-cluster-config/HEAD/deploy/hypershift-kube-state-metrics/025-configmap.yaml -------------------------------------------------------------------------------- /deploy/hypershift-kube-state-metrics/040-clusterrole.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openshift/managed-cluster-config/HEAD/deploy/hypershift-kube-state-metrics/040-clusterrole.yaml -------------------------------------------------------------------------------- /deploy/hypershift-kube-state-metrics/060-service.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openshift/managed-cluster-config/HEAD/deploy/hypershift-kube-state-metrics/060-service.yaml -------------------------------------------------------------------------------- /deploy/hypershift-kube-state-metrics/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openshift/managed-cluster-config/HEAD/deploy/hypershift-kube-state-metrics/README.md -------------------------------------------------------------------------------- /deploy/hypershift-kube-state-metrics/config.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openshift/managed-cluster-config/HEAD/deploy/hypershift-kube-state-metrics/config.yaml -------------------------------------------------------------------------------- /deploy/hypershift-namespace-labels/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openshift/managed-cluster-config/HEAD/deploy/hypershift-namespace-labels/README.md -------------------------------------------------------------------------------- /deploy/hypershift-namespace-labels/config.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openshift/managed-cluster-config/HEAD/deploy/hypershift-namespace-labels/config.yaml -------------------------------------------------------------------------------- /deploy/hypershift-obo-alertmanager-config/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openshift/managed-cluster-config/HEAD/deploy/hypershift-obo-alertmanager-config/README.md -------------------------------------------------------------------------------- /deploy/hypershift-obo-alertmanager-config/config.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openshift/managed-cluster-config/HEAD/deploy/hypershift-obo-alertmanager-config/config.yaml -------------------------------------------------------------------------------- /deploy/hypershift-ovn-logging/config.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openshift/managed-cluster-config/HEAD/deploy/hypershift-ovn-logging/config.yaml -------------------------------------------------------------------------------- /deploy/hypershift-sre-metric-set/config.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openshift/managed-cluster-config/HEAD/deploy/hypershift-sre-metric-set/config.yaml -------------------------------------------------------------------------------- /deploy/hypershift-sre-metric-set/sre-metric-set.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openshift/managed-cluster-config/HEAD/deploy/hypershift-sre-metric-set/sre-metric-set.yaml -------------------------------------------------------------------------------- /deploy/insights-integration/01-support.Secret.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openshift/managed-cluster-config/HEAD/deploy/insights-integration/01-support.Secret.yaml -------------------------------------------------------------------------------- /deploy/insights-integration/config.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openshift/managed-cluster-config/HEAD/deploy/insights-integration/config.yaml -------------------------------------------------------------------------------- /deploy/insights-staging/01-support.Secret.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openshift/managed-cluster-config/HEAD/deploy/insights-staging/01-support.Secret.yaml -------------------------------------------------------------------------------- /deploy/insights-staging/config.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openshift/managed-cluster-config/HEAD/deploy/insights-staging/config.yaml -------------------------------------------------------------------------------- /deploy/itn-2024-00255-camo-unsafefailforward/config.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openshift/managed-cluster-config/HEAD/deploy/itn-2024-00255-camo-unsafefailforward/config.yaml -------------------------------------------------------------------------------- /deploy/kubelet-config/01-kubelet-config.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openshift/managed-cluster-config/HEAD/deploy/kubelet-config/01-kubelet-config.yaml -------------------------------------------------------------------------------- /deploy/kubelet-config/config.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openshift/managed-cluster-config/HEAD/deploy/kubelet-config/config.yaml -------------------------------------------------------------------------------- /deploy/kubelet-config/pre-4.9/03-kubelet-config.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openshift/managed-cluster-config/HEAD/deploy/kubelet-config/pre-4.9/03-kubelet-config.yaml -------------------------------------------------------------------------------- /deploy/kubelet-config/pre-4.9/config.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openshift/managed-cluster-config/HEAD/deploy/kubelet-config/pre-4.9/config.yaml -------------------------------------------------------------------------------- /deploy/managed-upgrade-operator-config/4.5/config.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openshift/managed-cluster-config/HEAD/deploy/managed-upgrade-operator-config/4.5/config.yaml -------------------------------------------------------------------------------- /deploy/managed-upgrade-operator-config/4.6/config.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openshift/managed-cluster-config/HEAD/deploy/managed-upgrade-operator-config/4.6/config.yaml -------------------------------------------------------------------------------- /deploy/managed-upgrade-operator-config/4.7/config.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openshift/managed-cluster-config/HEAD/deploy/managed-upgrade-operator-config/4.7/config.yaml -------------------------------------------------------------------------------- /deploy/managed-upgrade-operator-config/OWNERS: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openshift/managed-cluster-config/HEAD/deploy/managed-upgrade-operator-config/OWNERS -------------------------------------------------------------------------------- /deploy/managed-upgrade-operator-config/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openshift/managed-cluster-config/HEAD/deploy/managed-upgrade-operator-config/README.md -------------------------------------------------------------------------------- /deploy/managed-upgrade-operator-config/config.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openshift/managed-cluster-config/HEAD/deploy/managed-upgrade-operator-config/config.yaml -------------------------------------------------------------------------------- /deploy/managed-velero-operator-rolebinding/config.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openshift/managed-cluster-config/HEAD/deploy/managed-velero-operator-rolebinding/config.yaml -------------------------------------------------------------------------------- /deploy/ocm-agent-operator-managednotifications/OWNERS: -------------------------------------------------------------------------------- 1 | reviewers: 2 | - bmeng 3 | - ravitri -------------------------------------------------------------------------------- /deploy/ocm-agent-operator-managednotifications/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openshift/managed-cluster-config/HEAD/deploy/ocm-agent-operator-managednotifications/README.md -------------------------------------------------------------------------------- /deploy/ocpbugs-1341-pod-network-connectivity-check-leak/OWNERS: -------------------------------------------------------------------------------- 1 | reviewers: 2 | - wking 3 | -------------------------------------------------------------------------------- /deploy/ocpbugs-15043/00-ocpbugs-15043.ServiceAccount.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openshift/managed-cluster-config/HEAD/deploy/ocpbugs-15043/00-ocpbugs-15043.ServiceAccount.yaml -------------------------------------------------------------------------------- /deploy/ocpbugs-15043/01-ocpbugs-15043.Role.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openshift/managed-cluster-config/HEAD/deploy/ocpbugs-15043/01-ocpbugs-15043.Role.yaml -------------------------------------------------------------------------------- /deploy/ocpbugs-15043/02-ocpbugs-15043.RoleBinding.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openshift/managed-cluster-config/HEAD/deploy/ocpbugs-15043/02-ocpbugs-15043.RoleBinding.yaml -------------------------------------------------------------------------------- /deploy/ocpbugs-15043/03-ocpbugs-15043.configmap.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openshift/managed-cluster-config/HEAD/deploy/ocpbugs-15043/03-ocpbugs-15043.configmap.yaml -------------------------------------------------------------------------------- /deploy/ocpbugs-15043/10-ocpbugs-15043.CronJob.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openshift/managed-cluster-config/HEAD/deploy/ocpbugs-15043/10-ocpbugs-15043.CronJob.yaml -------------------------------------------------------------------------------- /deploy/ocpbugs-15043/config.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openshift/managed-cluster-config/HEAD/deploy/ocpbugs-15043/config.yaml -------------------------------------------------------------------------------- /deploy/ocpbugs-15043/script.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openshift/managed-cluster-config/HEAD/deploy/ocpbugs-15043/script.sh -------------------------------------------------------------------------------- /deploy/ocpbugs-20184/00-ocpbugs-20184.ServiceAccount.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openshift/managed-cluster-config/HEAD/deploy/ocpbugs-20184/00-ocpbugs-20184.ServiceAccount.yaml -------------------------------------------------------------------------------- /deploy/ocpbugs-20184/01-ocpbugs-20184.Role.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openshift/managed-cluster-config/HEAD/deploy/ocpbugs-20184/01-ocpbugs-20184.Role.yaml -------------------------------------------------------------------------------- /deploy/ocpbugs-20184/02-ocpbugs-20184.RoleBinding.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openshift/managed-cluster-config/HEAD/deploy/ocpbugs-20184/02-ocpbugs-20184.RoleBinding.yaml -------------------------------------------------------------------------------- /deploy/ocpbugs-20184/10-ocpbugs-20184.CronJob.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openshift/managed-cluster-config/HEAD/deploy/ocpbugs-20184/10-ocpbugs-20184.CronJob.yaml -------------------------------------------------------------------------------- /deploy/ocpbugs-20184/config.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openshift/managed-cluster-config/HEAD/deploy/ocpbugs-20184/config.yaml -------------------------------------------------------------------------------- /deploy/ocpbugs-773/00-OCPBUGS-773.ServiceAccount.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openshift/managed-cluster-config/HEAD/deploy/ocpbugs-773/00-OCPBUGS-773.ServiceAccount.yaml -------------------------------------------------------------------------------- /deploy/ocpbugs-773/01-OCPBUGS-773.ClusterRole.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openshift/managed-cluster-config/HEAD/deploy/ocpbugs-773/01-OCPBUGS-773.ClusterRole.yaml -------------------------------------------------------------------------------- /deploy/ocpbugs-773/03-OCPBUGS-773.ClusterRoleBinding.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openshift/managed-cluster-config/HEAD/deploy/ocpbugs-773/03-OCPBUGS-773.ClusterRoleBinding.yaml -------------------------------------------------------------------------------- /deploy/ocpbugs-773/OWNERS: -------------------------------------------------------------------------------- 1 | reviewers: 2 | - mrbarge 3 | -------------------------------------------------------------------------------- /deploy/ocpbugs-773/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openshift/managed-cluster-config/HEAD/deploy/ocpbugs-773/README.md -------------------------------------------------------------------------------- /deploy/ocpbugs-773/config.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openshift/managed-cluster-config/HEAD/deploy/ocpbugs-773/config.yaml -------------------------------------------------------------------------------- /deploy/ocpbugs-773/no-seccomp/10-OCPBUGS-773.CronJob.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openshift/managed-cluster-config/HEAD/deploy/ocpbugs-773/no-seccomp/10-OCPBUGS-773.CronJob.yaml -------------------------------------------------------------------------------- /deploy/ocpbugs-773/no-seccomp/config.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openshift/managed-cluster-config/HEAD/deploy/ocpbugs-773/no-seccomp/config.yaml -------------------------------------------------------------------------------- /deploy/ocpbugs-773/seccomp/10-OCPBUGS-773.CronJob.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openshift/managed-cluster-config/HEAD/deploy/ocpbugs-773/seccomp/10-OCPBUGS-773.CronJob.yaml -------------------------------------------------------------------------------- /deploy/ocpbugs-773/seccomp/config.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openshift/managed-cluster-config/HEAD/deploy/ocpbugs-773/seccomp/config.yaml -------------------------------------------------------------------------------- /deploy/odf-prom-restart/00-mtsre-1450.ServiceAccount.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openshift/managed-cluster-config/HEAD/deploy/odf-prom-restart/00-mtsre-1450.ServiceAccount.yaml -------------------------------------------------------------------------------- /deploy/odf-prom-restart/01-mtsre-1450.Role.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openshift/managed-cluster-config/HEAD/deploy/odf-prom-restart/01-mtsre-1450.Role.yaml -------------------------------------------------------------------------------- /deploy/odf-prom-restart/02-mtsre-1450.RoleBinding.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openshift/managed-cluster-config/HEAD/deploy/odf-prom-restart/02-mtsre-1450.RoleBinding.yaml -------------------------------------------------------------------------------- /deploy/odf-prom-restart/10-mtsre-1450.cronjob.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openshift/managed-cluster-config/HEAD/deploy/odf-prom-restart/10-mtsre-1450.cronjob.yaml -------------------------------------------------------------------------------- /deploy/odf-prom-restart/config.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openshift/managed-cluster-config/HEAD/deploy/odf-prom-restart/config.yaml -------------------------------------------------------------------------------- /deploy/osd-25821-capa-annotator/00-Namespace.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openshift/managed-cluster-config/HEAD/deploy/osd-25821-capa-annotator/00-Namespace.yaml -------------------------------------------------------------------------------- /deploy/osd-25821-capa-annotator/01-ClusterRole.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openshift/managed-cluster-config/HEAD/deploy/osd-25821-capa-annotator/01-ClusterRole.yaml -------------------------------------------------------------------------------- /deploy/osd-25821-capa-annotator/02-ServiceAccount.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openshift/managed-cluster-config/HEAD/deploy/osd-25821-capa-annotator/02-ServiceAccount.yaml -------------------------------------------------------------------------------- /deploy/osd-25821-capa-annotator/04-ConfigMap.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openshift/managed-cluster-config/HEAD/deploy/osd-25821-capa-annotator/04-ConfigMap.yaml -------------------------------------------------------------------------------- /deploy/osd-25821-capa-annotator/10-CronJob-4-14.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openshift/managed-cluster-config/HEAD/deploy/osd-25821-capa-annotator/10-CronJob-4-14.yaml -------------------------------------------------------------------------------- /deploy/osd-25821-capa-annotator/10-CronJob-4-15.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openshift/managed-cluster-config/HEAD/deploy/osd-25821-capa-annotator/10-CronJob-4-15.yaml -------------------------------------------------------------------------------- /deploy/osd-25821-capa-annotator/10-CronJob-4-16.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openshift/managed-cluster-config/HEAD/deploy/osd-25821-capa-annotator/10-CronJob-4-16.yaml -------------------------------------------------------------------------------- /deploy/osd-25821-capa-annotator/10-CronJob-4-17.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openshift/managed-cluster-config/HEAD/deploy/osd-25821-capa-annotator/10-CronJob-4-17.yaml -------------------------------------------------------------------------------- /deploy/osd-25821-capa-annotator/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openshift/managed-cluster-config/HEAD/deploy/osd-25821-capa-annotator/README.md -------------------------------------------------------------------------------- /deploy/osd-25821-capa-annotator/config.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openshift/managed-cluster-config/HEAD/deploy/osd-25821-capa-annotator/config.yaml -------------------------------------------------------------------------------- /deploy/osd-25821-capa-annotator/generate_configmap.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openshift/managed-cluster-config/HEAD/deploy/osd-25821-capa-annotator/generate_configmap.sh -------------------------------------------------------------------------------- /deploy/osd-25821-capa-annotator/patch.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openshift/managed-cluster-config/HEAD/deploy/osd-25821-capa-annotator/patch.sh -------------------------------------------------------------------------------- /deploy/osd-25821-capa-annotator/should_patch.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openshift/managed-cluster-config/HEAD/deploy/osd-25821-capa-annotator/should_patch.py -------------------------------------------------------------------------------- /deploy/osd-25821-capa-annotator/tests.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openshift/managed-cluster-config/HEAD/deploy/osd-25821-capa-annotator/tests.py -------------------------------------------------------------------------------- /deploy/osd-aquasec-operator/00-namespace.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openshift/managed-cluster-config/HEAD/deploy/osd-aquasec-operator/00-namespace.yaml -------------------------------------------------------------------------------- /deploy/osd-aquasec-operator/01-operatorgroup.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openshift/managed-cluster-config/HEAD/deploy/osd-aquasec-operator/01-operatorgroup.yaml -------------------------------------------------------------------------------- /deploy/osd-aquasec-operator/02-role.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openshift/managed-cluster-config/HEAD/deploy/osd-aquasec-operator/02-role.yaml -------------------------------------------------------------------------------- /deploy/osd-aquasec-operator/03-rolebinding.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openshift/managed-cluster-config/HEAD/deploy/osd-aquasec-operator/03-rolebinding.yaml -------------------------------------------------------------------------------- /deploy/osd-aquasec-operator/OWNERS: -------------------------------------------------------------------------------- 1 | reviewers: 2 | - jharrington22 3 | - rogbas 4 | -------------------------------------------------------------------------------- /deploy/osd-aquasec-operator/config.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openshift/managed-cluster-config/HEAD/deploy/osd-aquasec-operator/config.yaml -------------------------------------------------------------------------------- /deploy/osd-avo-resources/OWNERS: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openshift/managed-cluster-config/HEAD/deploy/osd-avo-resources/OWNERS -------------------------------------------------------------------------------- /deploy/osd-backplane-managed-scripts/config.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openshift/managed-cluster-config/HEAD/deploy/osd-backplane-managed-scripts/config.yaml -------------------------------------------------------------------------------- /deploy/osd-channel-patch/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openshift/managed-cluster-config/HEAD/deploy/osd-channel-patch/README.md -------------------------------------------------------------------------------- /deploy/osd-channel-patch/candidate-4.10/config.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openshift/managed-cluster-config/HEAD/deploy/osd-channel-patch/candidate-4.10/config.yaml -------------------------------------------------------------------------------- /deploy/osd-channel-patch/candidate-4.11/config.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openshift/managed-cluster-config/HEAD/deploy/osd-channel-patch/candidate-4.11/config.yaml -------------------------------------------------------------------------------- /deploy/osd-channel-patch/candidate-4.12/config.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openshift/managed-cluster-config/HEAD/deploy/osd-channel-patch/candidate-4.12/config.yaml -------------------------------------------------------------------------------- /deploy/osd-channel-patch/candidate-4.13/config.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openshift/managed-cluster-config/HEAD/deploy/osd-channel-patch/candidate-4.13/config.yaml -------------------------------------------------------------------------------- /deploy/osd-channel-patch/candidate-4.14/config.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openshift/managed-cluster-config/HEAD/deploy/osd-channel-patch/candidate-4.14/config.yaml -------------------------------------------------------------------------------- /deploy/osd-channel-patch/candidate-4.15/config.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openshift/managed-cluster-config/HEAD/deploy/osd-channel-patch/candidate-4.15/config.yaml -------------------------------------------------------------------------------- /deploy/osd-channel-patch/candidate-4.16/config.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openshift/managed-cluster-config/HEAD/deploy/osd-channel-patch/candidate-4.16/config.yaml -------------------------------------------------------------------------------- /deploy/osd-channel-patch/candidate-4.17/config.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openshift/managed-cluster-config/HEAD/deploy/osd-channel-patch/candidate-4.17/config.yaml -------------------------------------------------------------------------------- /deploy/osd-channel-patch/candidate-4.18/config.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openshift/managed-cluster-config/HEAD/deploy/osd-channel-patch/candidate-4.18/config.yaml -------------------------------------------------------------------------------- /deploy/osd-channel-patch/candidate-4.19/config.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openshift/managed-cluster-config/HEAD/deploy/osd-channel-patch/candidate-4.19/config.yaml -------------------------------------------------------------------------------- /deploy/osd-channel-patch/candidate-4.20/config.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openshift/managed-cluster-config/HEAD/deploy/osd-channel-patch/candidate-4.20/config.yaml -------------------------------------------------------------------------------- /deploy/osd-channel-patch/candidate-4.21/config.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openshift/managed-cluster-config/HEAD/deploy/osd-channel-patch/candidate-4.21/config.yaml -------------------------------------------------------------------------------- /deploy/osd-channel-patch/candidate-4.22/config.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openshift/managed-cluster-config/HEAD/deploy/osd-channel-patch/candidate-4.22/config.yaml -------------------------------------------------------------------------------- /deploy/osd-channel-patch/candidate-4.23/config.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openshift/managed-cluster-config/HEAD/deploy/osd-channel-patch/candidate-4.23/config.yaml -------------------------------------------------------------------------------- /deploy/osd-channel-patch/candidate-4.24/config.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openshift/managed-cluster-config/HEAD/deploy/osd-channel-patch/candidate-4.24/config.yaml -------------------------------------------------------------------------------- /deploy/osd-channel-patch/candidate-4.25/config.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openshift/managed-cluster-config/HEAD/deploy/osd-channel-patch/candidate-4.25/config.yaml -------------------------------------------------------------------------------- /deploy/osd-channel-patch/candidate-4.5/config.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openshift/managed-cluster-config/HEAD/deploy/osd-channel-patch/candidate-4.5/config.yaml -------------------------------------------------------------------------------- /deploy/osd-channel-patch/candidate-4.6/config.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openshift/managed-cluster-config/HEAD/deploy/osd-channel-patch/candidate-4.6/config.yaml -------------------------------------------------------------------------------- /deploy/osd-channel-patch/candidate-4.7/config.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openshift/managed-cluster-config/HEAD/deploy/osd-channel-patch/candidate-4.7/config.yaml -------------------------------------------------------------------------------- /deploy/osd-channel-patch/candidate-4.8/config.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openshift/managed-cluster-config/HEAD/deploy/osd-channel-patch/candidate-4.8/config.yaml -------------------------------------------------------------------------------- /deploy/osd-channel-patch/candidate-4.9/config.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openshift/managed-cluster-config/HEAD/deploy/osd-channel-patch/candidate-4.9/config.yaml -------------------------------------------------------------------------------- /deploy/osd-channel-patch/eus-4.16/config.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openshift/managed-cluster-config/HEAD/deploy/osd-channel-patch/eus-4.16/config.yaml -------------------------------------------------------------------------------- /deploy/osd-channel-patch/eus-4.17/config.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openshift/managed-cluster-config/HEAD/deploy/osd-channel-patch/eus-4.17/config.yaml -------------------------------------------------------------------------------- /deploy/osd-channel-patch/eus-4.18/config.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openshift/managed-cluster-config/HEAD/deploy/osd-channel-patch/eus-4.18/config.yaml -------------------------------------------------------------------------------- /deploy/osd-channel-patch/eus-4.19/config.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openshift/managed-cluster-config/HEAD/deploy/osd-channel-patch/eus-4.19/config.yaml -------------------------------------------------------------------------------- /deploy/osd-channel-patch/eus-4.20/config.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openshift/managed-cluster-config/HEAD/deploy/osd-channel-patch/eus-4.20/config.yaml -------------------------------------------------------------------------------- /deploy/osd-channel-patch/eus-4.21/config.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openshift/managed-cluster-config/HEAD/deploy/osd-channel-patch/eus-4.21/config.yaml -------------------------------------------------------------------------------- /deploy/osd-channel-patch/eus-4.22/config.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openshift/managed-cluster-config/HEAD/deploy/osd-channel-patch/eus-4.22/config.yaml -------------------------------------------------------------------------------- /deploy/osd-channel-patch/eus-4.23/config.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openshift/managed-cluster-config/HEAD/deploy/osd-channel-patch/eus-4.23/config.yaml -------------------------------------------------------------------------------- /deploy/osd-channel-patch/eus-4.24/config.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openshift/managed-cluster-config/HEAD/deploy/osd-channel-patch/eus-4.24/config.yaml -------------------------------------------------------------------------------- /deploy/osd-channel-patch/eus-4.25/config.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openshift/managed-cluster-config/HEAD/deploy/osd-channel-patch/eus-4.25/config.yaml -------------------------------------------------------------------------------- /deploy/osd-channel-patch/fast-4.10/config.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openshift/managed-cluster-config/HEAD/deploy/osd-channel-patch/fast-4.10/config.yaml -------------------------------------------------------------------------------- /deploy/osd-channel-patch/fast-4.11/config.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openshift/managed-cluster-config/HEAD/deploy/osd-channel-patch/fast-4.11/config.yaml -------------------------------------------------------------------------------- /deploy/osd-channel-patch/fast-4.12/config.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openshift/managed-cluster-config/HEAD/deploy/osd-channel-patch/fast-4.12/config.yaml -------------------------------------------------------------------------------- /deploy/osd-channel-patch/fast-4.13/config.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openshift/managed-cluster-config/HEAD/deploy/osd-channel-patch/fast-4.13/config.yaml -------------------------------------------------------------------------------- /deploy/osd-channel-patch/fast-4.14/config.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openshift/managed-cluster-config/HEAD/deploy/osd-channel-patch/fast-4.14/config.yaml -------------------------------------------------------------------------------- /deploy/osd-channel-patch/fast-4.15/config.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openshift/managed-cluster-config/HEAD/deploy/osd-channel-patch/fast-4.15/config.yaml -------------------------------------------------------------------------------- /deploy/osd-channel-patch/fast-4.16/config.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openshift/managed-cluster-config/HEAD/deploy/osd-channel-patch/fast-4.16/config.yaml -------------------------------------------------------------------------------- /deploy/osd-channel-patch/fast-4.17/config.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openshift/managed-cluster-config/HEAD/deploy/osd-channel-patch/fast-4.17/config.yaml -------------------------------------------------------------------------------- /deploy/osd-channel-patch/fast-4.18/config.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openshift/managed-cluster-config/HEAD/deploy/osd-channel-patch/fast-4.18/config.yaml -------------------------------------------------------------------------------- /deploy/osd-channel-patch/fast-4.19/config.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openshift/managed-cluster-config/HEAD/deploy/osd-channel-patch/fast-4.19/config.yaml -------------------------------------------------------------------------------- /deploy/osd-channel-patch/fast-4.20/config.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openshift/managed-cluster-config/HEAD/deploy/osd-channel-patch/fast-4.20/config.yaml -------------------------------------------------------------------------------- /deploy/osd-channel-patch/fast-4.21/config.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openshift/managed-cluster-config/HEAD/deploy/osd-channel-patch/fast-4.21/config.yaml -------------------------------------------------------------------------------- /deploy/osd-channel-patch/fast-4.22/config.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openshift/managed-cluster-config/HEAD/deploy/osd-channel-patch/fast-4.22/config.yaml -------------------------------------------------------------------------------- /deploy/osd-channel-patch/fast-4.23/config.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openshift/managed-cluster-config/HEAD/deploy/osd-channel-patch/fast-4.23/config.yaml -------------------------------------------------------------------------------- /deploy/osd-channel-patch/fast-4.24/config.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openshift/managed-cluster-config/HEAD/deploy/osd-channel-patch/fast-4.24/config.yaml -------------------------------------------------------------------------------- /deploy/osd-channel-patch/fast-4.25/config.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openshift/managed-cluster-config/HEAD/deploy/osd-channel-patch/fast-4.25/config.yaml -------------------------------------------------------------------------------- /deploy/osd-channel-patch/fast-4.5/config.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openshift/managed-cluster-config/HEAD/deploy/osd-channel-patch/fast-4.5/config.yaml -------------------------------------------------------------------------------- /deploy/osd-channel-patch/fast-4.6/config.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openshift/managed-cluster-config/HEAD/deploy/osd-channel-patch/fast-4.6/config.yaml -------------------------------------------------------------------------------- /deploy/osd-channel-patch/fast-4.7/config.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openshift/managed-cluster-config/HEAD/deploy/osd-channel-patch/fast-4.7/config.yaml -------------------------------------------------------------------------------- /deploy/osd-channel-patch/fast-4.8/config.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openshift/managed-cluster-config/HEAD/deploy/osd-channel-patch/fast-4.8/config.yaml -------------------------------------------------------------------------------- /deploy/osd-channel-patch/fast-4.9/config.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openshift/managed-cluster-config/HEAD/deploy/osd-channel-patch/fast-4.9/config.yaml -------------------------------------------------------------------------------- /deploy/osd-channel-patch/nightly/config.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openshift/managed-cluster-config/HEAD/deploy/osd-channel-patch/nightly/config.yaml -------------------------------------------------------------------------------- /deploy/osd-channel-patch/stable-4.10/config.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openshift/managed-cluster-config/HEAD/deploy/osd-channel-patch/stable-4.10/config.yaml -------------------------------------------------------------------------------- /deploy/osd-channel-patch/stable-4.11/config.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openshift/managed-cluster-config/HEAD/deploy/osd-channel-patch/stable-4.11/config.yaml -------------------------------------------------------------------------------- /deploy/osd-channel-patch/stable-4.12/config.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openshift/managed-cluster-config/HEAD/deploy/osd-channel-patch/stable-4.12/config.yaml -------------------------------------------------------------------------------- /deploy/osd-channel-patch/stable-4.13/config.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openshift/managed-cluster-config/HEAD/deploy/osd-channel-patch/stable-4.13/config.yaml -------------------------------------------------------------------------------- /deploy/osd-channel-patch/stable-4.14/config.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openshift/managed-cluster-config/HEAD/deploy/osd-channel-patch/stable-4.14/config.yaml -------------------------------------------------------------------------------- /deploy/osd-channel-patch/stable-4.15/config.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openshift/managed-cluster-config/HEAD/deploy/osd-channel-patch/stable-4.15/config.yaml -------------------------------------------------------------------------------- /deploy/osd-channel-patch/stable-4.16/config.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openshift/managed-cluster-config/HEAD/deploy/osd-channel-patch/stable-4.16/config.yaml -------------------------------------------------------------------------------- /deploy/osd-channel-patch/stable-4.17/config.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openshift/managed-cluster-config/HEAD/deploy/osd-channel-patch/stable-4.17/config.yaml -------------------------------------------------------------------------------- /deploy/osd-channel-patch/stable-4.18/config.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openshift/managed-cluster-config/HEAD/deploy/osd-channel-patch/stable-4.18/config.yaml -------------------------------------------------------------------------------- /deploy/osd-channel-patch/stable-4.19/config.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openshift/managed-cluster-config/HEAD/deploy/osd-channel-patch/stable-4.19/config.yaml -------------------------------------------------------------------------------- /deploy/osd-channel-patch/stable-4.20/config.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openshift/managed-cluster-config/HEAD/deploy/osd-channel-patch/stable-4.20/config.yaml -------------------------------------------------------------------------------- /deploy/osd-channel-patch/stable-4.21/config.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openshift/managed-cluster-config/HEAD/deploy/osd-channel-patch/stable-4.21/config.yaml -------------------------------------------------------------------------------- /deploy/osd-channel-patch/stable-4.22/config.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openshift/managed-cluster-config/HEAD/deploy/osd-channel-patch/stable-4.22/config.yaml -------------------------------------------------------------------------------- /deploy/osd-channel-patch/stable-4.23/config.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openshift/managed-cluster-config/HEAD/deploy/osd-channel-patch/stable-4.23/config.yaml -------------------------------------------------------------------------------- /deploy/osd-channel-patch/stable-4.24/config.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openshift/managed-cluster-config/HEAD/deploy/osd-channel-patch/stable-4.24/config.yaml -------------------------------------------------------------------------------- /deploy/osd-channel-patch/stable-4.25/config.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openshift/managed-cluster-config/HEAD/deploy/osd-channel-patch/stable-4.25/config.yaml -------------------------------------------------------------------------------- /deploy/osd-channel-patch/stable-4.5/config.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openshift/managed-cluster-config/HEAD/deploy/osd-channel-patch/stable-4.5/config.yaml -------------------------------------------------------------------------------- /deploy/osd-channel-patch/stable-4.6/config.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openshift/managed-cluster-config/HEAD/deploy/osd-channel-patch/stable-4.6/config.yaml -------------------------------------------------------------------------------- /deploy/osd-channel-patch/stable-4.7/config.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openshift/managed-cluster-config/HEAD/deploy/osd-channel-patch/stable-4.7/config.yaml -------------------------------------------------------------------------------- /deploy/osd-channel-patch/stable-4.8/config.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openshift/managed-cluster-config/HEAD/deploy/osd-channel-patch/stable-4.8/config.yaml -------------------------------------------------------------------------------- /deploy/osd-channel-patch/stable-4.9/config.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openshift/managed-cluster-config/HEAD/deploy/osd-channel-patch/stable-4.9/config.yaml -------------------------------------------------------------------------------- /deploy/osd-cluster-acks/OWNERS: -------------------------------------------------------------------------------- 1 | reviewers: 2 | - rafael-azevedo 3 | -------------------------------------------------------------------------------- /deploy/osd-cluster-acks/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openshift/managed-cluster-config/HEAD/deploy/osd-cluster-acks/README.md -------------------------------------------------------------------------------- /deploy/osd-cluster-acks/gcp/4.15/config.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openshift/managed-cluster-config/HEAD/deploy/osd-cluster-acks/gcp/4.15/config.yaml -------------------------------------------------------------------------------- /deploy/osd-cluster-acks/ocp/4.12/admin-gates.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openshift/managed-cluster-config/HEAD/deploy/osd-cluster-acks/ocp/4.12/admin-gates.yaml -------------------------------------------------------------------------------- /deploy/osd-cluster-acks/ocp/4.12/config.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openshift/managed-cluster-config/HEAD/deploy/osd-cluster-acks/ocp/4.12/config.yaml -------------------------------------------------------------------------------- /deploy/osd-cluster-acks/ocp/4.13/admin-gates.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openshift/managed-cluster-config/HEAD/deploy/osd-cluster-acks/ocp/4.13/admin-gates.yaml -------------------------------------------------------------------------------- /deploy/osd-cluster-acks/ocp/4.13/config.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openshift/managed-cluster-config/HEAD/deploy/osd-cluster-acks/ocp/4.13/config.yaml -------------------------------------------------------------------------------- /deploy/osd-cluster-acks/ocp/4.14/admin-gates.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openshift/managed-cluster-config/HEAD/deploy/osd-cluster-acks/ocp/4.14/admin-gates.yaml -------------------------------------------------------------------------------- /deploy/osd-cluster-acks/ocp/4.14/config.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openshift/managed-cluster-config/HEAD/deploy/osd-cluster-acks/ocp/4.14/config.yaml -------------------------------------------------------------------------------- /deploy/osd-cluster-acks/ocp/4.16/admin-gates.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openshift/managed-cluster-config/HEAD/deploy/osd-cluster-acks/ocp/4.16/admin-gates.yaml -------------------------------------------------------------------------------- /deploy/osd-cluster-acks/ocp/4.16/config.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openshift/managed-cluster-config/HEAD/deploy/osd-cluster-acks/ocp/4.16/config.yaml -------------------------------------------------------------------------------- /deploy/osd-cluster-acks/ocp/4.19/admin-gates.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openshift/managed-cluster-config/HEAD/deploy/osd-cluster-acks/ocp/4.19/admin-gates.yaml -------------------------------------------------------------------------------- /deploy/osd-cluster-acks/ocp/4.19/config.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openshift/managed-cluster-config/HEAD/deploy/osd-cluster-acks/ocp/4.19/config.yaml -------------------------------------------------------------------------------- /deploy/osd-cluster-acks/ocp/4.9/admin-gates.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openshift/managed-cluster-config/HEAD/deploy/osd-cluster-acks/ocp/4.9/admin-gates.yaml -------------------------------------------------------------------------------- /deploy/osd-cluster-acks/ocp/4.9/config.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openshift/managed-cluster-config/HEAD/deploy/osd-cluster-acks/ocp/4.9/config.yaml -------------------------------------------------------------------------------- /deploy/osd-cluster-acks/sts/4.10/config.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openshift/managed-cluster-config/HEAD/deploy/osd-cluster-acks/sts/4.10/config.yaml -------------------------------------------------------------------------------- /deploy/osd-cluster-acks/sts/4.11/config.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openshift/managed-cluster-config/HEAD/deploy/osd-cluster-acks/sts/4.11/config.yaml -------------------------------------------------------------------------------- /deploy/osd-cluster-acks/sts/4.12/config.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openshift/managed-cluster-config/HEAD/deploy/osd-cluster-acks/sts/4.12/config.yaml -------------------------------------------------------------------------------- /deploy/osd-cluster-acks/sts/4.13/config.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openshift/managed-cluster-config/HEAD/deploy/osd-cluster-acks/sts/4.13/config.yaml -------------------------------------------------------------------------------- /deploy/osd-cluster-acks/sts/4.14/config.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openshift/managed-cluster-config/HEAD/deploy/osd-cluster-acks/sts/4.14/config.yaml -------------------------------------------------------------------------------- /deploy/osd-cluster-acks/sts/4.15/config.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openshift/managed-cluster-config/HEAD/deploy/osd-cluster-acks/sts/4.15/config.yaml -------------------------------------------------------------------------------- /deploy/osd-cluster-acks/sts/4.16/config.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openshift/managed-cluster-config/HEAD/deploy/osd-cluster-acks/sts/4.16/config.yaml -------------------------------------------------------------------------------- /deploy/osd-cluster-acks/sts/4.17/config.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openshift/managed-cluster-config/HEAD/deploy/osd-cluster-acks/sts/4.17/config.yaml -------------------------------------------------------------------------------- /deploy/osd-cluster-acks/sts/4.18/config.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openshift/managed-cluster-config/HEAD/deploy/osd-cluster-acks/sts/4.18/config.yaml -------------------------------------------------------------------------------- /deploy/osd-cluster-acks/sts/4.19/config.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openshift/managed-cluster-config/HEAD/deploy/osd-cluster-acks/sts/4.19/config.yaml -------------------------------------------------------------------------------- /deploy/osd-cluster-acks/sts/4.20/config.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openshift/managed-cluster-config/HEAD/deploy/osd-cluster-acks/sts/4.20/config.yaml -------------------------------------------------------------------------------- /deploy/osd-cluster-acks/sts/4.9/config.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openshift/managed-cluster-config/HEAD/deploy/osd-cluster-acks/sts/4.9/config.yaml -------------------------------------------------------------------------------- /deploy/osd-cluster-acks/wif/4.18/config.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openshift/managed-cluster-config/HEAD/deploy/osd-cluster-acks/wif/4.18/config.yaml -------------------------------------------------------------------------------- /deploy/osd-cluster-acks/wif/4.19/config.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openshift/managed-cluster-config/HEAD/deploy/osd-cluster-acks/wif/4.19/config.yaml -------------------------------------------------------------------------------- /deploy/osd-cluster-acks/wif/4.20/config.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openshift/managed-cluster-config/HEAD/deploy/osd-cluster-acks/wif/4.20/config.yaml -------------------------------------------------------------------------------- /deploy/osd-cluster-admin/OWNERS: -------------------------------------------------------------------------------- 1 | reviewers: 2 | - rogbas 3 | -------------------------------------------------------------------------------- /deploy/osd-cluster-admin/config.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openshift/managed-cluster-config/HEAD/deploy/osd-cluster-admin/config.yaml -------------------------------------------------------------------------------- /deploy/osd-cluster-metadata/config.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openshift/managed-cluster-config/HEAD/deploy/osd-cluster-metadata/config.yaml -------------------------------------------------------------------------------- /deploy/osd-cluster-ready/10-osd-ready.ServiceAccount.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openshift/managed-cluster-config/HEAD/deploy/osd-cluster-ready/10-osd-ready.ServiceAccount.yaml -------------------------------------------------------------------------------- /deploy/osd-cluster-ready/60-osd-ready.ClusterRole.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openshift/managed-cluster-config/HEAD/deploy/osd-cluster-ready/60-osd-ready.ClusterRole.yaml -------------------------------------------------------------------------------- /deploy/osd-cluster-ready/config.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openshift/managed-cluster-config/HEAD/deploy/osd-cluster-ready/config.yaml -------------------------------------------------------------------------------- /deploy/osd-cluster-ready/job/10-osd-ready.Job.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openshift/managed-cluster-config/HEAD/deploy/osd-cluster-ready/job/10-osd-ready.Job.yaml -------------------------------------------------------------------------------- /deploy/osd-cluster-ready/job/config.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openshift/managed-cluster-config/HEAD/deploy/osd-cluster-ready/job/config.yaml -------------------------------------------------------------------------------- /deploy/osd-codeready-workspaces/00-namespace.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openshift/managed-cluster-config/HEAD/deploy/osd-codeready-workspaces/00-namespace.yaml -------------------------------------------------------------------------------- /deploy/osd-codeready-workspaces/01-operatorgroup.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openshift/managed-cluster-config/HEAD/deploy/osd-codeready-workspaces/01-operatorgroup.yaml -------------------------------------------------------------------------------- /deploy/osd-codeready-workspaces/05-role.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openshift/managed-cluster-config/HEAD/deploy/osd-codeready-workspaces/05-role.yaml -------------------------------------------------------------------------------- /deploy/osd-codeready-workspaces/06-rolebinding.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openshift/managed-cluster-config/HEAD/deploy/osd-codeready-workspaces/06-rolebinding.yaml -------------------------------------------------------------------------------- /deploy/osd-codeready-workspaces/OWNERS: -------------------------------------------------------------------------------- 1 | reviewers: 2 | - rogbas 3 | - cblecker 4 | -------------------------------------------------------------------------------- /deploy/osd-codeready-workspaces/config.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openshift/managed-cluster-config/HEAD/deploy/osd-codeready-workspaces/config.yaml -------------------------------------------------------------------------------- /deploy/osd-console-branding/config.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openshift/managed-cluster-config/HEAD/deploy/osd-console-branding/config.yaml -------------------------------------------------------------------------------- /deploy/osd-console-branding/telemetry/config.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openshift/managed-cluster-config/HEAD/deploy/osd-console-branding/telemetry/config.yaml -------------------------------------------------------------------------------- /deploy/osd-curated-operatorsources-revert/OWNERS: -------------------------------------------------------------------------------- 1 | reviewers: 2 | - rogbas 3 | -------------------------------------------------------------------------------- /deploy/osd-curated-operatorsources-revert/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openshift/managed-cluster-config/HEAD/deploy/osd-curated-operatorsources-revert/README.md -------------------------------------------------------------------------------- /deploy/osd-curated-operatorsources-revert/config.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openshift/managed-cluster-config/HEAD/deploy/osd-curated-operatorsources-revert/config.yaml -------------------------------------------------------------------------------- /deploy/osd-curated-operatorsources/00-operatorhub.cr.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openshift/managed-cluster-config/HEAD/deploy/osd-curated-operatorsources/00-operatorhub.cr.yaml -------------------------------------------------------------------------------- /deploy/osd-curated-operatorsources/OWNERS: -------------------------------------------------------------------------------- 1 | reviewers: 2 | - rogbas 3 | -------------------------------------------------------------------------------- /deploy/osd-curated-operatorsources/config.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openshift/managed-cluster-config/HEAD/deploy/osd-curated-operatorsources/config.yaml -------------------------------------------------------------------------------- /deploy/osd-custom-domains/OWNERS: -------------------------------------------------------------------------------- 1 | reviewers: 2 | - dustman9000 3 | - jharrington22 4 | -------------------------------------------------------------------------------- /deploy/osd-custom-domains/config.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openshift/managed-cluster-config/HEAD/deploy/osd-custom-domains/config.yaml -------------------------------------------------------------------------------- /deploy/osd-customer-monitoring/00-namespace.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openshift/managed-cluster-config/HEAD/deploy/osd-customer-monitoring/00-namespace.yaml -------------------------------------------------------------------------------- /deploy/osd-customer-monitoring/01-operatorgroup.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openshift/managed-cluster-config/HEAD/deploy/osd-customer-monitoring/01-operatorgroup.yaml -------------------------------------------------------------------------------- /deploy/osd-customer-monitoring/05-role.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openshift/managed-cluster-config/HEAD/deploy/osd-customer-monitoring/05-role.yaml -------------------------------------------------------------------------------- /deploy/osd-customer-monitoring/06-rolebinding.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openshift/managed-cluster-config/HEAD/deploy/osd-customer-monitoring/06-rolebinding.yaml -------------------------------------------------------------------------------- /deploy/osd-customer-monitoring/OWNERS: -------------------------------------------------------------------------------- 1 | reviewers: 2 | - rogbas 3 | -------------------------------------------------------------------------------- /deploy/osd-customer-monitoring/config.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openshift/managed-cluster-config/HEAD/deploy/osd-customer-monitoring/config.yaml -------------------------------------------------------------------------------- /deploy/osd-delete-backplane-remediation-rbacs/config.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openshift/managed-cluster-config/HEAD/deploy/osd-delete-backplane-remediation-rbacs/config.yaml -------------------------------------------------------------------------------- /deploy/osd-delete-backplane-script-resources/config.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openshift/managed-cluster-config/HEAD/deploy/osd-delete-backplane-script-resources/config.yaml -------------------------------------------------------------------------------- /deploy/osd-delete-backplane-serviceaccounts/config.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openshift/managed-cluster-config/HEAD/deploy/osd-delete-backplane-serviceaccounts/config.yaml -------------------------------------------------------------------------------- /deploy/osd-fedramp-cluster-monitoring-config/OWNERS: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openshift/managed-cluster-config/HEAD/deploy/osd-fedramp-cluster-monitoring-config/OWNERS -------------------------------------------------------------------------------- /deploy/osd-fedramp-cluster-monitoring-config/config.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openshift/managed-cluster-config/HEAD/deploy/osd-fedramp-cluster-monitoring-config/config.yaml -------------------------------------------------------------------------------- /deploy/osd-fedramp-machineconfig/chrony/config.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openshift/managed-cluster-config/HEAD/deploy/osd-fedramp-machineconfig/chrony/config.yaml -------------------------------------------------------------------------------- /deploy/osd-fedramp-machineconfig/int/pre-4.15/config.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openshift/managed-cluster-config/HEAD/deploy/osd-fedramp-machineconfig/int/pre-4.15/config.yaml -------------------------------------------------------------------------------- /deploy/osd-fedramp-machineconfig/stg/pre-4.15/config.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openshift/managed-cluster-config/HEAD/deploy/osd-fedramp-machineconfig/stg/pre-4.15/config.yaml -------------------------------------------------------------------------------- /deploy/osd-fedramp-managed-upgrade-operator-config/OWNERS: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openshift/managed-cluster-config/HEAD/deploy/osd-fedramp-managed-upgrade-operator-config/OWNERS -------------------------------------------------------------------------------- /deploy/osd-fedramp-motd/00-fedramp-motd.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openshift/managed-cluster-config/HEAD/deploy/osd-fedramp-motd/00-fedramp-motd.yaml -------------------------------------------------------------------------------- /deploy/osd-fedramp-motd/config.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openshift/managed-cluster-config/HEAD/deploy/osd-fedramp-motd/config.yaml -------------------------------------------------------------------------------- /deploy/osd-gcp-ssd-storage/cluster-storage-gcp-ssd.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openshift/managed-cluster-config/HEAD/deploy/osd-gcp-ssd-storage/cluster-storage-gcp-ssd.yaml -------------------------------------------------------------------------------- /deploy/osd-gcp-ssd-storage/config.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openshift/managed-cluster-config/HEAD/deploy/osd-gcp-ssd-storage/config.yaml -------------------------------------------------------------------------------- /deploy/osd-hsts-routes/config.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openshift/managed-cluster-config/HEAD/deploy/osd-hsts-routes/config.yaml -------------------------------------------------------------------------------- /deploy/osd-hsts-routes/hsts-alertmanager.Route.patch.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openshift/managed-cluster-config/HEAD/deploy/osd-hsts-routes/hsts-alertmanager.Route.patch.yaml -------------------------------------------------------------------------------- /deploy/osd-hsts-routes/hsts-console.Route.patch.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openshift/managed-cluster-config/HEAD/deploy/osd-hsts-routes/hsts-console.Route.patch.yaml -------------------------------------------------------------------------------- /deploy/osd-hsts-routes/hsts-prometheus.Route.patch.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openshift/managed-cluster-config/HEAD/deploy/osd-hsts-routes/hsts-prometheus.Route.patch.yaml -------------------------------------------------------------------------------- /deploy/osd-hsts-routes/hsts-thanos.Route.patch.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openshift/managed-cluster-config/HEAD/deploy/osd-hsts-routes/hsts-thanos.Route.patch.yaml -------------------------------------------------------------------------------- /deploy/osd-hsts-routes/pre-4.11/config.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openshift/managed-cluster-config/HEAD/deploy/osd-hsts-routes/pre-4.11/config.yaml -------------------------------------------------------------------------------- /deploy/osd-ingress/OWNERS: -------------------------------------------------------------------------------- 1 | reviewers: 2 | - cblecker 3 | - boranx 4 | -------------------------------------------------------------------------------- /deploy/osd-ingress/controller/config.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openshift/managed-cluster-config/HEAD/deploy/osd-ingress/controller/config.yaml -------------------------------------------------------------------------------- /deploy/osd-ingress/routerreplicas-osd-20989/config.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openshift/managed-cluster-config/HEAD/deploy/osd-ingress/routerreplicas-osd-20989/config.yaml -------------------------------------------------------------------------------- /deploy/osd-legacy-ingress-feature-labeller/config.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openshift/managed-cluster-config/HEAD/deploy/osd-legacy-ingress-feature-labeller/config.yaml -------------------------------------------------------------------------------- /deploy/osd-limited-support/config.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openshift/managed-cluster-config/HEAD/deploy/osd-limited-support/config.yaml -------------------------------------------------------------------------------- /deploy/osd-logging/00-namespace.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openshift/managed-cluster-config/HEAD/deploy/osd-logging/00-namespace.yaml -------------------------------------------------------------------------------- /deploy/osd-logging/01-operatorgroup.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openshift/managed-cluster-config/HEAD/deploy/osd-logging/01-operatorgroup.yaml -------------------------------------------------------------------------------- /deploy/osd-logging/02-curator.configmap.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openshift/managed-cluster-config/HEAD/deploy/osd-logging/02-curator.configmap.yaml -------------------------------------------------------------------------------- /deploy/osd-logging/OWNERS: -------------------------------------------------------------------------------- 1 | reviewers: 2 | - wanghaoran1988 3 | -------------------------------------------------------------------------------- /deploy/osd-logging/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openshift/managed-cluster-config/HEAD/deploy/osd-logging/README.md -------------------------------------------------------------------------------- /deploy/osd-logging/config.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openshift/managed-cluster-config/HEAD/deploy/osd-logging/config.yaml -------------------------------------------------------------------------------- /deploy/osd-logging/supported/03-storage-quota.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openshift/managed-cluster-config/HEAD/deploy/osd-logging/supported/03-storage-quota.yaml -------------------------------------------------------------------------------- /deploy/osd-logging/supported/05-role.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openshift/managed-cluster-config/HEAD/deploy/osd-logging/supported/05-role.yaml -------------------------------------------------------------------------------- /deploy/osd-logging/supported/06-rolebinding.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openshift/managed-cluster-config/HEAD/deploy/osd-logging/supported/06-rolebinding.yaml -------------------------------------------------------------------------------- /deploy/osd-logging/supported/config.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openshift/managed-cluster-config/HEAD/deploy/osd-logging/supported/config.yaml -------------------------------------------------------------------------------- /deploy/osd-logging/unsupported/00-namespace.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openshift/managed-cluster-config/HEAD/deploy/osd-logging/unsupported/00-namespace.yaml -------------------------------------------------------------------------------- /deploy/osd-logging/unsupported/05-role.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openshift/managed-cluster-config/HEAD/deploy/osd-logging/unsupported/05-role.yaml -------------------------------------------------------------------------------- /deploy/osd-logging/unsupported/06-rolebinding.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openshift/managed-cluster-config/HEAD/deploy/osd-logging/unsupported/06-rolebinding.yaml -------------------------------------------------------------------------------- /deploy/osd-logging/unsupported/config.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openshift/managed-cluster-config/HEAD/deploy/osd-logging/unsupported/config.yaml -------------------------------------------------------------------------------- /deploy/osd-ls-banner/config.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openshift/managed-cluster-config/HEAD/deploy/osd-ls-banner/config.yaml -------------------------------------------------------------------------------- /deploy/osd-machine-api/OWNERS: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openshift/managed-cluster-config/HEAD/deploy/osd-machine-api/OWNERS -------------------------------------------------------------------------------- /deploy/osd-machine-api/config.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openshift/managed-cluster-config/HEAD/deploy/osd-machine-api/config.yaml -------------------------------------------------------------------------------- /deploy/osd-machine-api/management-clusters/config.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openshift/managed-cluster-config/HEAD/deploy/osd-machine-api/management-clusters/config.yaml -------------------------------------------------------------------------------- /deploy/osd-machine-configuration/417-gcp/config.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openshift/managed-cluster-config/HEAD/deploy/osd-machine-configuration/417-gcp/config.yaml -------------------------------------------------------------------------------- /deploy/osd-machine-configuration/config.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openshift/managed-cluster-config/HEAD/deploy/osd-machine-configuration/config.yaml -------------------------------------------------------------------------------- /deploy/osd-managed-resources/OWNERS: -------------------------------------------------------------------------------- 1 | reviewers: 2 | -------------------------------------------------------------------------------- /deploy/osd-managed-resources/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openshift/managed-cluster-config/HEAD/deploy/osd-managed-resources/README.md -------------------------------------------------------------------------------- /deploy/osd-managed-resources/config.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openshift/managed-cluster-config/HEAD/deploy/osd-managed-resources/config.yaml -------------------------------------------------------------------------------- /deploy/osd-master-node-labeller/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openshift/managed-cluster-config/HEAD/deploy/osd-master-node-labeller/README.md -------------------------------------------------------------------------------- /deploy/osd-master-node-labeller/config.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openshift/managed-cluster-config/HEAD/deploy/osd-master-node-labeller/config.yaml -------------------------------------------------------------------------------- /deploy/osd-must-gather-operator/config.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openshift/managed-cluster-config/HEAD/deploy/osd-must-gather-operator/config.yaml -------------------------------------------------------------------------------- /deploy/osd-namespace-labels/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openshift/managed-cluster-config/HEAD/deploy/osd-namespace-labels/README.md -------------------------------------------------------------------------------- /deploy/osd-namespace-labels/config.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openshift/managed-cluster-config/HEAD/deploy/osd-namespace-labels/config.yaml -------------------------------------------------------------------------------- /deploy/osd-netnamespaces/config.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openshift/managed-cluster-config/HEAD/deploy/osd-netnamespaces/config.yaml -------------------------------------------------------------------------------- /deploy/osd-oauth-templates-errors/OWNERS: -------------------------------------------------------------------------------- 1 | reviewers: 2 | - rafael-azevedo 3 | -------------------------------------------------------------------------------- /deploy/osd-oauth-templates-errors/config.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openshift/managed-cluster-config/HEAD/deploy/osd-oauth-templates-errors/config.yaml -------------------------------------------------------------------------------- /deploy/osd-oauth-templates-login/OWNERS: -------------------------------------------------------------------------------- 1 | reviewers: 2 | - rafael-azevedo 3 | -------------------------------------------------------------------------------- /deploy/osd-oauth-templates-login/config.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openshift/managed-cluster-config/HEAD/deploy/osd-oauth-templates-login/config.yaml -------------------------------------------------------------------------------- /deploy/osd-oauth-templates-providers/OWNERS: -------------------------------------------------------------------------------- 1 | reviewers: 2 | - rafael-azevedo 3 | -------------------------------------------------------------------------------- /deploy/osd-oauth-templates-providers/config.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openshift/managed-cluster-config/HEAD/deploy/osd-oauth-templates-providers/config.yaml -------------------------------------------------------------------------------- /deploy/osd-oauth-templates/config.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openshift/managed-cluster-config/HEAD/deploy/osd-oauth-templates/config.yaml -------------------------------------------------------------------------------- /deploy/osd-oauth-templates/ohss-2561-hypershift/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openshift/managed-cluster-config/HEAD/deploy/osd-oauth-templates/ohss-2561-hypershift/README.md -------------------------------------------------------------------------------- /deploy/osd-oauth-templates/ohss-2561/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openshift/managed-cluster-config/HEAD/deploy/osd-oauth-templates/ohss-2561/README.md -------------------------------------------------------------------------------- /deploy/osd-oauth-templates/ohss-2561/config.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openshift/managed-cluster-config/HEAD/deploy/osd-oauth-templates/ohss-2561/config.yaml -------------------------------------------------------------------------------- /deploy/osd-oauth-templates/osd-oauth-templates.patch.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openshift/managed-cluster-config/HEAD/deploy/osd-oauth-templates/osd-oauth-templates.patch.yaml -------------------------------------------------------------------------------- /deploy/osd-openshift-operators-redhat/00-namespace.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openshift/managed-cluster-config/HEAD/deploy/osd-openshift-operators-redhat/00-namespace.yaml -------------------------------------------------------------------------------- /deploy/osd-openshift-operators-redhat/config.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openshift/managed-cluster-config/HEAD/deploy/osd-openshift-operators-redhat/config.yaml -------------------------------------------------------------------------------- /deploy/osd-pcap-collector/config.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openshift/managed-cluster-config/HEAD/deploy/osd-pcap-collector/config.yaml -------------------------------------------------------------------------------- /deploy/osd-project-request-template/config.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openshift/managed-cluster-config/HEAD/deploy/osd-project-request-template/config.yaml -------------------------------------------------------------------------------- /deploy/osd-rebalance-infra-nodes/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openshift/managed-cluster-config/HEAD/deploy/osd-rebalance-infra-nodes/README.md -------------------------------------------------------------------------------- /deploy/osd-rebalance-infra-nodes/config.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openshift/managed-cluster-config/HEAD/deploy/osd-rebalance-infra-nodes/config.yaml -------------------------------------------------------------------------------- /deploy/osd-rebalance-infra-nodes/non-fr/config.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openshift/managed-cluster-config/HEAD/deploy/osd-rebalance-infra-nodes/non-fr/config.yaml -------------------------------------------------------------------------------- /deploy/osd-registry/OWNERS: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openshift/managed-cluster-config/HEAD/deploy/osd-registry/OWNERS -------------------------------------------------------------------------------- /deploy/osd-registry/cluster.Config.patch.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openshift/managed-cluster-config/HEAD/deploy/osd-registry/cluster.Config.patch.yaml -------------------------------------------------------------------------------- /deploy/osd-registry/config.yaml: -------------------------------------------------------------------------------- 1 | deploymentMode: "SelectorSyncSet" 2 | -------------------------------------------------------------------------------- /deploy/osd-route-monitor-operator/OWNERS: -------------------------------------------------------------------------------- 1 | reviewers: 2 | -------------------------------------------------------------------------------- /deploy/osd-route-monitor-operator/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openshift/managed-cluster-config/HEAD/deploy/osd-route-monitor-operator/README.md -------------------------------------------------------------------------------- /deploy/osd-route-monitor-operator/config.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openshift/managed-cluster-config/HEAD/deploy/osd-route-monitor-operator/config.yaml -------------------------------------------------------------------------------- /deploy/osd-samesite-cookie/config.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openshift/managed-cluster-config/HEAD/deploy/osd-samesite-cookie/config.yaml -------------------------------------------------------------------------------- /deploy/osd-samesite-cookie/pre-4.11/config.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openshift/managed-cluster-config/HEAD/deploy/osd-samesite-cookie/pre-4.11/config.yaml -------------------------------------------------------------------------------- /deploy/osd-samesite-cookie/ss-console.Route.patch.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openshift/managed-cluster-config/HEAD/deploy/osd-samesite-cookie/ss-console.Route.patch.yaml -------------------------------------------------------------------------------- /deploy/osd-samesite-cookie/ss-prometheus.Route.patch.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openshift/managed-cluster-config/HEAD/deploy/osd-samesite-cookie/ss-prometheus.Route.patch.yaml -------------------------------------------------------------------------------- /deploy/osd-samesite-cookie/ss-thanos.Route.patch.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openshift/managed-cluster-config/HEAD/deploy/osd-samesite-cookie/ss-thanos.Route.patch.yaml -------------------------------------------------------------------------------- /deploy/osd-serviceaccounts/00-serviceaccounts.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openshift/managed-cluster-config/HEAD/deploy/osd-serviceaccounts/00-serviceaccounts.yaml -------------------------------------------------------------------------------- /deploy/osd-serviceaccounts/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openshift/managed-cluster-config/HEAD/deploy/osd-serviceaccounts/README.md -------------------------------------------------------------------------------- /deploy/osd-serviceaccounts/aws/00-serviceaccounts.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openshift/managed-cluster-config/HEAD/deploy/osd-serviceaccounts/aws/00-serviceaccounts.yaml -------------------------------------------------------------------------------- /deploy/osd-serviceaccounts/aws/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openshift/managed-cluster-config/HEAD/deploy/osd-serviceaccounts/aws/README.md -------------------------------------------------------------------------------- /deploy/osd-serviceaccounts/aws/config.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openshift/managed-cluster-config/HEAD/deploy/osd-serviceaccounts/aws/config.yaml -------------------------------------------------------------------------------- /deploy/osd-serviceaccounts/config.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openshift/managed-cluster-config/HEAD/deploy/osd-serviceaccounts/config.yaml -------------------------------------------------------------------------------- /deploy/osd-serviceaccounts/cronjob/config.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openshift/managed-cluster-config/HEAD/deploy/osd-serviceaccounts/cronjob/config.yaml -------------------------------------------------------------------------------- /deploy/osd-serviceaccounts/sts/00-serviceaccounts.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openshift/managed-cluster-config/HEAD/deploy/osd-serviceaccounts/sts/00-serviceaccounts.yaml -------------------------------------------------------------------------------- /deploy/osd-serviceaccounts/sts/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openshift/managed-cluster-config/HEAD/deploy/osd-serviceaccounts/sts/README.md -------------------------------------------------------------------------------- /deploy/osd-serviceaccounts/sts/config.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openshift/managed-cluster-config/HEAD/deploy/osd-serviceaccounts/sts/config.yaml -------------------------------------------------------------------------------- /deploy/osd-serviceaccounts/wif/00-serviceaccounts.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openshift/managed-cluster-config/HEAD/deploy/osd-serviceaccounts/wif/00-serviceaccounts.yaml -------------------------------------------------------------------------------- /deploy/osd-serviceaccounts/wif/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openshift/managed-cluster-config/HEAD/deploy/osd-serviceaccounts/wif/README.md -------------------------------------------------------------------------------- /deploy/osd-serviceaccounts/wif/config.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openshift/managed-cluster-config/HEAD/deploy/osd-serviceaccounts/wif/config.yaml -------------------------------------------------------------------------------- /deploy/osd-suricata/hypershift-management-cluster/OWNERS: -------------------------------------------------------------------------------- 1 | reviewers: 2 | - rhdedgar 3 | -------------------------------------------------------------------------------- /deploy/osd-user-workload-monitoring/config.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openshift/managed-cluster-config/HEAD/deploy/osd-user-workload-monitoring/config.yaml -------------------------------------------------------------------------------- /deploy/rbac-permissions-operator-config/OWNERS: -------------------------------------------------------------------------------- 1 | reviewers: 2 | - wanghaoran1988 3 | - rogbas 4 | -------------------------------------------------------------------------------- /deploy/rbac-permissions-operator-config/config.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openshift/managed-cluster-config/HEAD/deploy/rbac-permissions-operator-config/config.yaml -------------------------------------------------------------------------------- /deploy/resource-quotas/Makefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openshift/managed-cluster-config/HEAD/deploy/resource-quotas/Makefile -------------------------------------------------------------------------------- /deploy/resource-quotas/OWNERS: -------------------------------------------------------------------------------- 1 | reviewers: 2 | - lisa 3 | - cblecker 4 | -------------------------------------------------------------------------------- /deploy/resource-quotas/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openshift/managed-cluster-config/HEAD/deploy/resource-quotas/README.md -------------------------------------------------------------------------------- /deploy/resource-quotas/config.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openshift/managed-cluster-config/HEAD/deploy/resource-quotas/config.yaml -------------------------------------------------------------------------------- /deploy/resource-quotas/functions.mk: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openshift/managed-cluster-config/HEAD/deploy/resource-quotas/functions.mk -------------------------------------------------------------------------------- /deploy/resource-quotas/values.mk: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openshift/managed-cluster-config/HEAD/deploy/resource-quotas/values.mk -------------------------------------------------------------------------------- /deploy/rhoai/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openshift/managed-cluster-config/HEAD/deploy/rhoai/README.md -------------------------------------------------------------------------------- /deploy/rhoai/config.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openshift/managed-cluster-config/HEAD/deploy/rhoai/config.yaml -------------------------------------------------------------------------------- /deploy/rosa-console-branding/classic/config.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openshift/managed-cluster-config/HEAD/deploy/rosa-console-branding/classic/config.yaml -------------------------------------------------------------------------------- /deploy/rosa-console-branding/hcp/config.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openshift/managed-cluster-config/HEAD/deploy/rosa-console-branding/hcp/config.yaml -------------------------------------------------------------------------------- /deploy/rosa-console-branding/telemetry/config.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openshift/managed-cluster-config/HEAD/deploy/rosa-console-branding/telemetry/config.yaml -------------------------------------------------------------------------------- /deploy/rosa-console-legacy-branding-configmap/OWNERS: -------------------------------------------------------------------------------- 1 | reviewers: 2 | - boranx 3 | - cblecker 4 | -------------------------------------------------------------------------------- /deploy/rosa-console-legacy-branding-configmap/config.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openshift/managed-cluster-config/HEAD/deploy/rosa-console-legacy-branding-configmap/config.yaml -------------------------------------------------------------------------------- /deploy/rosa-console-legacy-branding/OWNERS: -------------------------------------------------------------------------------- 1 | reviewers: 2 | - boranx 3 | - cblecker 4 | -------------------------------------------------------------------------------- /deploy/rosa-console-legacy-branding/config.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openshift/managed-cluster-config/HEAD/deploy/rosa-console-legacy-branding/config.yaml -------------------------------------------------------------------------------- /deploy/rosa-ingress-certificate-check/config.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openshift/managed-cluster-config/HEAD/deploy/rosa-ingress-certificate-check/config.yaml -------------------------------------------------------------------------------- /deploy/rosa-ingress-certificate-policies/config.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openshift/managed-cluster-config/HEAD/deploy/rosa-ingress-certificate-policies/config.yaml -------------------------------------------------------------------------------- /deploy/rosa-oauth-templates-errors/OWNERS: -------------------------------------------------------------------------------- 1 | reviewers: 2 | - boranx 3 | - cblecker 4 | -------------------------------------------------------------------------------- /deploy/rosa-oauth-templates-errors/config.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openshift/managed-cluster-config/HEAD/deploy/rosa-oauth-templates-errors/config.yaml -------------------------------------------------------------------------------- /deploy/rosa-oauth-templates-login/OWNERS: -------------------------------------------------------------------------------- 1 | reviewers: 2 | - boranx 3 | - cblecker 4 | -------------------------------------------------------------------------------- /deploy/rosa-oauth-templates-login/config.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openshift/managed-cluster-config/HEAD/deploy/rosa-oauth-templates-login/config.yaml -------------------------------------------------------------------------------- /deploy/rosa-oauth-templates-policies/config.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openshift/managed-cluster-config/HEAD/deploy/rosa-oauth-templates-policies/config.yaml -------------------------------------------------------------------------------- /deploy/rosa-oauth-templates-providers/OWNERS: -------------------------------------------------------------------------------- 1 | reviewers: 2 | - boranx 3 | - cblecker 4 | -------------------------------------------------------------------------------- /deploy/rosa-oauth-templates-providers/config.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openshift/managed-cluster-config/HEAD/deploy/rosa-oauth-templates-providers/config.yaml -------------------------------------------------------------------------------- /deploy/rosa-oauth-templates/OWNERS: -------------------------------------------------------------------------------- 1 | reviewers: 2 | - boranx 3 | - cblecker 4 | -------------------------------------------------------------------------------- /deploy/rosa-oauth-templates/config.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openshift/managed-cluster-config/HEAD/deploy/rosa-oauth-templates/config.yaml -------------------------------------------------------------------------------- /deploy/sdn-ovn-migration/config.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openshift/managed-cluster-config/HEAD/deploy/sdn-ovn-migration/config.yaml -------------------------------------------------------------------------------- /deploy/sre-prometheus/100-pending-csr.PrometheusRule.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openshift/managed-cluster-config/HEAD/deploy/sre-prometheus/100-pending-csr.PrometheusRule.yaml -------------------------------------------------------------------------------- /deploy/sre-prometheus/100-runaway-sdn.PrometheusRule.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openshift/managed-cluster-config/HEAD/deploy/sre-prometheus/100-runaway-sdn.PrometheusRule.yaml -------------------------------------------------------------------------------- /deploy/sre-prometheus/100-sre-pruning.PrometheusRule.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openshift/managed-cluster-config/HEAD/deploy/sre-prometheus/100-sre-pruning.PrometheusRule.yaml -------------------------------------------------------------------------------- /deploy/sre-prometheus/100-sre-pv.PrometheusRule.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openshift/managed-cluster-config/HEAD/deploy/sre-prometheus/100-sre-pv.PrometheusRule.yaml -------------------------------------------------------------------------------- /deploy/sre-prometheus/OWNERS: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openshift/managed-cluster-config/HEAD/deploy/sre-prometheus/OWNERS -------------------------------------------------------------------------------- /deploy/sre-prometheus/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openshift/managed-cluster-config/HEAD/deploy/sre-prometheus/README.md -------------------------------------------------------------------------------- /deploy/sre-prometheus/aws/config.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openshift/managed-cluster-config/HEAD/deploy/sre-prometheus/aws/config.yaml -------------------------------------------------------------------------------- /deploy/sre-prometheus/aws/sts-privatelink/config.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openshift/managed-cluster-config/HEAD/deploy/sre-prometheus/aws/sts-privatelink/config.yaml -------------------------------------------------------------------------------- /deploy/sre-prometheus/centralized-observability/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openshift/managed-cluster-config/HEAD/deploy/sre-prometheus/centralized-observability/README.md -------------------------------------------------------------------------------- /deploy/sre-prometheus/config.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openshift/managed-cluster-config/HEAD/deploy/sre-prometheus/config.yaml -------------------------------------------------------------------------------- /deploy/sre-prometheus/extended-logging/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openshift/managed-cluster-config/HEAD/deploy/sre-prometheus/extended-logging/README.md -------------------------------------------------------------------------------- /deploy/sre-prometheus/extended-logging/config.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openshift/managed-cluster-config/HEAD/deploy/sre-prometheus/extended-logging/config.yaml -------------------------------------------------------------------------------- /deploy/sre-prometheus/fedramp/config.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openshift/managed-cluster-config/HEAD/deploy/sre-prometheus/fedramp/config.yaml -------------------------------------------------------------------------------- /deploy/sre-prometheus/fedramp/hive-prod/config.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openshift/managed-cluster-config/HEAD/deploy/sre-prometheus/fedramp/hive-prod/config.yaml -------------------------------------------------------------------------------- /deploy/sre-prometheus/insights/config.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openshift/managed-cluster-config/HEAD/deploy/sre-prometheus/insights/config.yaml -------------------------------------------------------------------------------- /deploy/sre-prometheus/legacy-ingress/config.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openshift/managed-cluster-config/HEAD/deploy/sre-prometheus/legacy-ingress/config.yaml -------------------------------------------------------------------------------- /deploy/sre-prometheus/management-cluster/config.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openshift/managed-cluster-config/HEAD/deploy/sre-prometheus/management-cluster/config.yaml -------------------------------------------------------------------------------- /deploy/sre-prometheus/monitoring/config.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openshift/managed-cluster-config/HEAD/deploy/sre-prometheus/monitoring/config.yaml -------------------------------------------------------------------------------- /deploy/sre-prometheus/ocm-agent/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openshift/managed-cluster-config/HEAD/deploy/sre-prometheus/ocm-agent/README.md -------------------------------------------------------------------------------- /deploy/sre-prometheus/ocm-agent/config.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openshift/managed-cluster-config/HEAD/deploy/sre-prometheus/ocm-agent/config.yaml -------------------------------------------------------------------------------- /deploy/sre-prometheus/pre-4.8/config.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openshift/managed-cluster-config/HEAD/deploy/sre-prometheus/pre-4.8/config.yaml -------------------------------------------------------------------------------- /deploy/sre-pruning/100-pruning.Namespace.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openshift/managed-cluster-config/HEAD/deploy/sre-pruning/100-pruning.Namespace.yaml -------------------------------------------------------------------------------- /deploy/sre-pruning/105-pruning.rbac.ClusterRole.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openshift/managed-cluster-config/HEAD/deploy/sre-pruning/105-pruning.rbac.ClusterRole.yaml -------------------------------------------------------------------------------- /deploy/sre-pruning/105-pruning.rbac.ServiceAccount.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openshift/managed-cluster-config/HEAD/deploy/sre-pruning/105-pruning.rbac.ServiceAccount.yaml -------------------------------------------------------------------------------- /deploy/sre-pruning/110-pruning-builds.CronJob.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openshift/managed-cluster-config/HEAD/deploy/sre-pruning/110-pruning-builds.CronJob.yaml -------------------------------------------------------------------------------- /deploy/sre-pruning/110-pruning-deployments.CronJob.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openshift/managed-cluster-config/HEAD/deploy/sre-pruning/110-pruning-deployments.CronJob.yaml -------------------------------------------------------------------------------- /deploy/sre-pruning/OWNERS: -------------------------------------------------------------------------------- 1 | reviewers: 2 | - cblecker 3 | -------------------------------------------------------------------------------- /deploy/sre-pruning/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openshift/managed-cluster-config/HEAD/deploy/sre-pruning/README.md -------------------------------------------------------------------------------- /deploy/sre-pruning/config.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openshift/managed-cluster-config/HEAD/deploy/sre-pruning/config.yaml -------------------------------------------------------------------------------- /deploy/sre-pruning/images-pre-4.6/00-pruning.rbac.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openshift/managed-cluster-config/HEAD/deploy/sre-pruning/images-pre-4.6/00-pruning.rbac.yaml -------------------------------------------------------------------------------- /deploy/sre-pruning/images-pre-4.6/config.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openshift/managed-cluster-config/HEAD/deploy/sre-pruning/images-pre-4.6/config.yaml -------------------------------------------------------------------------------- /deploy/sre-pruning/images/config.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openshift/managed-cluster-config/HEAD/deploy/sre-pruning/images/config.yaml -------------------------------------------------------------------------------- /deploy/srep-1000-ethtool-exporter/00-Namespace.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openshift/managed-cluster-config/HEAD/deploy/srep-1000-ethtool-exporter/00-Namespace.yaml -------------------------------------------------------------------------------- /deploy/srep-1000-ethtool-exporter/01-ServiceAccount.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openshift/managed-cluster-config/HEAD/deploy/srep-1000-ethtool-exporter/01-ServiceAccount.yaml -------------------------------------------------------------------------------- /deploy/srep-1000-ethtool-exporter/02-Role.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openshift/managed-cluster-config/HEAD/deploy/srep-1000-ethtool-exporter/02-Role.yaml -------------------------------------------------------------------------------- /deploy/srep-1000-ethtool-exporter/03-RoleBinding.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openshift/managed-cluster-config/HEAD/deploy/srep-1000-ethtool-exporter/03-RoleBinding.yaml -------------------------------------------------------------------------------- /deploy/srep-1000-ethtool-exporter/07-ConfigMap.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openshift/managed-cluster-config/HEAD/deploy/srep-1000-ethtool-exporter/07-ConfigMap.yaml -------------------------------------------------------------------------------- /deploy/srep-1000-ethtool-exporter/09-DaemonSet.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openshift/managed-cluster-config/HEAD/deploy/srep-1000-ethtool-exporter/09-DaemonSet.yaml -------------------------------------------------------------------------------- /deploy/srep-1000-ethtool-exporter/10-Service.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openshift/managed-cluster-config/HEAD/deploy/srep-1000-ethtool-exporter/10-Service.yaml -------------------------------------------------------------------------------- /deploy/srep-1000-ethtool-exporter/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openshift/managed-cluster-config/HEAD/deploy/srep-1000-ethtool-exporter/README.md -------------------------------------------------------------------------------- /deploy/srep-1000-ethtool-exporter/config.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openshift/managed-cluster-config/HEAD/deploy/srep-1000-ethtool-exporter/config.yaml -------------------------------------------------------------------------------- /deploy/srep-vap/hcp-node-label/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openshift/managed-cluster-config/HEAD/deploy/srep-vap/hcp-node-label/README.md -------------------------------------------------------------------------------- /deploy/srep-vap/hcp-node-label/config.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openshift/managed-cluster-config/HEAD/deploy/srep-vap/hcp-node-label/config.yaml -------------------------------------------------------------------------------- /deploy/velero-configuration/100-velero.Velero.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openshift/managed-cluster-config/HEAD/deploy/velero-configuration/100-velero.Velero.yaml -------------------------------------------------------------------------------- /deploy/velero-configuration/110-velero.Schedules.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openshift/managed-cluster-config/HEAD/deploy/velero-configuration/110-velero.Schedules.yaml -------------------------------------------------------------------------------- /deploy/velero-configuration/120-velero.Secret-Role.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openshift/managed-cluster-config/HEAD/deploy/velero-configuration/120-velero.Secret-Role.yaml -------------------------------------------------------------------------------- /deploy/velero-configuration/OWNERS: -------------------------------------------------------------------------------- 1 | reviewers: 2 | - cblecker 3 | -------------------------------------------------------------------------------- /deploy/velero-configuration/config.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openshift/managed-cluster-config/HEAD/deploy/velero-configuration/config.yaml -------------------------------------------------------------------------------- /deploy/velero-configuration/hive-specific/config.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openshift/managed-cluster-config/HEAD/deploy/velero-configuration/hive-specific/config.yaml -------------------------------------------------------------------------------- /docs/backplane/OWNERS: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openshift/managed-cluster-config/HEAD/docs/backplane/OWNERS -------------------------------------------------------------------------------- /docs/backplane/guideline.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openshift/managed-cluster-config/HEAD/docs/backplane/guideline.md -------------------------------------------------------------------------------- /docs/backplane/requirements/10-template.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openshift/managed-cluster-config/HEAD/docs/backplane/requirements/10-template.md -------------------------------------------------------------------------------- /docs/backplane/requirements/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openshift/managed-cluster-config/HEAD/docs/backplane/requirements/README.md -------------------------------------------------------------------------------- /docs/backplane/requirements/acs/10-acs-managed-service.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openshift/managed-cluster-config/HEAD/docs/backplane/requirements/acs/10-acs-managed-service.md -------------------------------------------------------------------------------- /docs/backplane/requirements/cee/10-egressip.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openshift/managed-cluster-config/HEAD/docs/backplane/requirements/cee/10-egressip.md -------------------------------------------------------------------------------- /docs/backplane/requirements/cee/20-machineautoscaler.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openshift/managed-cluster-config/HEAD/docs/backplane/requirements/cee/20-machineautoscaler.md -------------------------------------------------------------------------------- /docs/backplane/requirements/cee/30-management-cluster.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openshift/managed-cluster-config/HEAD/docs/backplane/requirements/cee/30-management-cluster.md -------------------------------------------------------------------------------- /docs/backplane/requirements/cee/30-service-cluster.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openshift/managed-cluster-config/HEAD/docs/backplane/requirements/cee/30-service-cluster.md -------------------------------------------------------------------------------- /docs/backplane/requirements/cee/40-backplane-cee.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openshift/managed-cluster-config/HEAD/docs/backplane/requirements/cee/40-backplane-cee.md -------------------------------------------------------------------------------- /docs/backplane/requirements/hybridsre-hcp/OWNERS: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openshift/managed-cluster-config/HEAD/docs/backplane/requirements/hybridsre-hcp/OWNERS -------------------------------------------------------------------------------- /docs/backplane/requirements/mcs-tier-two/10-egressip.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openshift/managed-cluster-config/HEAD/docs/backplane/requirements/mcs-tier-two/10-egressip.md -------------------------------------------------------------------------------- /docs/backplane/requirements/srep/00-cloud-console.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openshift/managed-cluster-config/HEAD/docs/backplane/requirements/srep/00-cloud-console.md -------------------------------------------------------------------------------- /docs/backplane/requirements/srep/10-managed-ocp.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openshift/managed-cluster-config/HEAD/docs/backplane/requirements/srep/10-managed-ocp.md -------------------------------------------------------------------------------- /docs/backplane/requirements/srep/20-hive-shard.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openshift/managed-cluster-config/HEAD/docs/backplane/requirements/srep/20-hive-shard.md -------------------------------------------------------------------------------- /docs/backplane/requirements/srep/OWNERS: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openshift/managed-cluster-config/HEAD/docs/backplane/requirements/srep/OWNERS -------------------------------------------------------------------------------- /hack/00-osd-managed-cluster-config-integration.yaml.tmpl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openshift/managed-cluster-config/HEAD/hack/00-osd-managed-cluster-config-integration.yaml.tmpl -------------------------------------------------------------------------------- /hack/00-osd-managed-cluster-config-production.yaml.tmpl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openshift/managed-cluster-config/HEAD/hack/00-osd-managed-cluster-config-production.yaml.tmpl -------------------------------------------------------------------------------- /hack/00-osd-managed-cluster-config-stage.yaml.tmpl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openshift/managed-cluster-config/HEAD/hack/00-osd-managed-cluster-config-stage.yaml.tmpl -------------------------------------------------------------------------------- /hack/OWNERS: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openshift/managed-cluster-config/HEAD/hack/OWNERS -------------------------------------------------------------------------------- /hack/app_sre_pr_check.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openshift/managed-cluster-config/HEAD/hack/app_sre_pr_check.sh -------------------------------------------------------------------------------- /project.mk: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openshift/managed-cluster-config/HEAD/project.mk -------------------------------------------------------------------------------- /resources/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openshift/managed-cluster-config/HEAD/resources/README.md -------------------------------------------------------------------------------- /resources/addons-namespaces/main.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openshift/managed-cluster-config/HEAD/resources/addons-namespaces/main.yaml -------------------------------------------------------------------------------- /resources/cluster-monitoring-config/config.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openshift/managed-cluster-config/HEAD/resources/cluster-monitoring-config/config.yaml -------------------------------------------------------------------------------- /resources/managed/all-osd-resources.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openshift/managed-cluster-config/HEAD/resources/managed/all-osd-resources.yaml -------------------------------------------------------------------------------- /resources/prometheusrules/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openshift/managed-cluster-config/HEAD/resources/prometheusrules/README.md -------------------------------------------------------------------------------- /resources/sts/4.10/operator_iam_role_policy.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openshift/managed-cluster-config/HEAD/resources/sts/4.10/operator_iam_role_policy.json -------------------------------------------------------------------------------- /resources/sts/4.10/osd_scp_policy.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openshift/managed-cluster-config/HEAD/resources/sts/4.10/osd_scp_policy.json -------------------------------------------------------------------------------- /resources/sts/4.10/sts_installer_permission_policy.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openshift/managed-cluster-config/HEAD/resources/sts/4.10/sts_installer_permission_policy.json -------------------------------------------------------------------------------- /resources/sts/4.10/sts_installer_trust_policy.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openshift/managed-cluster-config/HEAD/resources/sts/4.10/sts_installer_trust_policy.json -------------------------------------------------------------------------------- /resources/sts/4.10/sts_instance_worker_trust_policy.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openshift/managed-cluster-config/HEAD/resources/sts/4.10/sts_instance_worker_trust_policy.json -------------------------------------------------------------------------------- /resources/sts/4.10/sts_ocm_admin_permission_policy.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openshift/managed-cluster-config/HEAD/resources/sts/4.10/sts_ocm_admin_permission_policy.json -------------------------------------------------------------------------------- /resources/sts/4.10/sts_ocm_permission_policy.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openshift/managed-cluster-config/HEAD/resources/sts/4.10/sts_ocm_permission_policy.json -------------------------------------------------------------------------------- /resources/sts/4.10/sts_ocm_trust_policy.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openshift/managed-cluster-config/HEAD/resources/sts/4.10/sts_ocm_trust_policy.json -------------------------------------------------------------------------------- /resources/sts/4.10/sts_ocm_user_trust_policy.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openshift/managed-cluster-config/HEAD/resources/sts/4.10/sts_ocm_user_trust_policy.json -------------------------------------------------------------------------------- /resources/sts/4.10/sts_support_permission_policy.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openshift/managed-cluster-config/HEAD/resources/sts/4.10/sts_support_permission_policy.json -------------------------------------------------------------------------------- /resources/sts/4.10/sts_support_trust_policy.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openshift/managed-cluster-config/HEAD/resources/sts/4.10/sts_support_trust_policy.json -------------------------------------------------------------------------------- /resources/sts/4.11/operator_iam_role_policy.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openshift/managed-cluster-config/HEAD/resources/sts/4.11/operator_iam_role_policy.json -------------------------------------------------------------------------------- /resources/sts/4.11/osd_scp_policy.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openshift/managed-cluster-config/HEAD/resources/sts/4.11/osd_scp_policy.json -------------------------------------------------------------------------------- /resources/sts/4.11/sts_installer_permission_policy.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openshift/managed-cluster-config/HEAD/resources/sts/4.11/sts_installer_permission_policy.json -------------------------------------------------------------------------------- /resources/sts/4.11/sts_installer_trust_policy.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openshift/managed-cluster-config/HEAD/resources/sts/4.11/sts_installer_trust_policy.json -------------------------------------------------------------------------------- /resources/sts/4.11/sts_instance_worker_trust_policy.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openshift/managed-cluster-config/HEAD/resources/sts/4.11/sts_instance_worker_trust_policy.json -------------------------------------------------------------------------------- /resources/sts/4.11/sts_ocm_admin_permission_policy.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openshift/managed-cluster-config/HEAD/resources/sts/4.11/sts_ocm_admin_permission_policy.json -------------------------------------------------------------------------------- /resources/sts/4.11/sts_ocm_permission_policy.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openshift/managed-cluster-config/HEAD/resources/sts/4.11/sts_ocm_permission_policy.json -------------------------------------------------------------------------------- /resources/sts/4.11/sts_ocm_trust_policy.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openshift/managed-cluster-config/HEAD/resources/sts/4.11/sts_ocm_trust_policy.json -------------------------------------------------------------------------------- /resources/sts/4.11/sts_ocm_user_trust_policy.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openshift/managed-cluster-config/HEAD/resources/sts/4.11/sts_ocm_user_trust_policy.json -------------------------------------------------------------------------------- /resources/sts/4.11/sts_support_permission_policy.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openshift/managed-cluster-config/HEAD/resources/sts/4.11/sts_support_permission_policy.json -------------------------------------------------------------------------------- /resources/sts/4.11/sts_support_trust_policy.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openshift/managed-cluster-config/HEAD/resources/sts/4.11/sts_support_trust_policy.json -------------------------------------------------------------------------------- /resources/sts/4.12/operator_iam_role_policy.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openshift/managed-cluster-config/HEAD/resources/sts/4.12/operator_iam_role_policy.json -------------------------------------------------------------------------------- /resources/sts/4.12/osd_scp_policy.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openshift/managed-cluster-config/HEAD/resources/sts/4.12/osd_scp_policy.json -------------------------------------------------------------------------------- /resources/sts/4.12/sts_installer_permission_policy.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openshift/managed-cluster-config/HEAD/resources/sts/4.12/sts_installer_permission_policy.json -------------------------------------------------------------------------------- /resources/sts/4.12/sts_installer_trust_policy.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openshift/managed-cluster-config/HEAD/resources/sts/4.12/sts_installer_trust_policy.json -------------------------------------------------------------------------------- /resources/sts/4.12/sts_instance_worker_trust_policy.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openshift/managed-cluster-config/HEAD/resources/sts/4.12/sts_instance_worker_trust_policy.json -------------------------------------------------------------------------------- /resources/sts/4.12/sts_ocm_admin_permission_policy.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openshift/managed-cluster-config/HEAD/resources/sts/4.12/sts_ocm_admin_permission_policy.json -------------------------------------------------------------------------------- /resources/sts/4.12/sts_ocm_permission_policy.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openshift/managed-cluster-config/HEAD/resources/sts/4.12/sts_ocm_permission_policy.json -------------------------------------------------------------------------------- /resources/sts/4.12/sts_ocm_trust_policy.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openshift/managed-cluster-config/HEAD/resources/sts/4.12/sts_ocm_trust_policy.json -------------------------------------------------------------------------------- /resources/sts/4.12/sts_ocm_user_trust_policy.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openshift/managed-cluster-config/HEAD/resources/sts/4.12/sts_ocm_user_trust_policy.json -------------------------------------------------------------------------------- /resources/sts/4.12/sts_support_permission_policy.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openshift/managed-cluster-config/HEAD/resources/sts/4.12/sts_support_permission_policy.json -------------------------------------------------------------------------------- /resources/sts/4.12/sts_support_trust_policy.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openshift/managed-cluster-config/HEAD/resources/sts/4.12/sts_support_trust_policy.json -------------------------------------------------------------------------------- /resources/sts/4.13/operator_iam_role_policy.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openshift/managed-cluster-config/HEAD/resources/sts/4.13/operator_iam_role_policy.json -------------------------------------------------------------------------------- /resources/sts/4.13/osd_scp_policy.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openshift/managed-cluster-config/HEAD/resources/sts/4.13/osd_scp_policy.json -------------------------------------------------------------------------------- /resources/sts/4.13/sts_installer_permission_policy.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openshift/managed-cluster-config/HEAD/resources/sts/4.13/sts_installer_permission_policy.json -------------------------------------------------------------------------------- /resources/sts/4.13/sts_installer_trust_policy.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openshift/managed-cluster-config/HEAD/resources/sts/4.13/sts_installer_trust_policy.json -------------------------------------------------------------------------------- /resources/sts/4.13/sts_instance_worker_trust_policy.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openshift/managed-cluster-config/HEAD/resources/sts/4.13/sts_instance_worker_trust_policy.json -------------------------------------------------------------------------------- /resources/sts/4.13/sts_ocm_admin_permission_policy.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openshift/managed-cluster-config/HEAD/resources/sts/4.13/sts_ocm_admin_permission_policy.json -------------------------------------------------------------------------------- /resources/sts/4.13/sts_ocm_permission_policy.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openshift/managed-cluster-config/HEAD/resources/sts/4.13/sts_ocm_permission_policy.json -------------------------------------------------------------------------------- /resources/sts/4.13/sts_ocm_trust_policy.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openshift/managed-cluster-config/HEAD/resources/sts/4.13/sts_ocm_trust_policy.json -------------------------------------------------------------------------------- /resources/sts/4.13/sts_ocm_user_trust_policy.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openshift/managed-cluster-config/HEAD/resources/sts/4.13/sts_ocm_user_trust_policy.json -------------------------------------------------------------------------------- /resources/sts/4.13/sts_support_permission_policy.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openshift/managed-cluster-config/HEAD/resources/sts/4.13/sts_support_permission_policy.json -------------------------------------------------------------------------------- /resources/sts/4.13/sts_support_trust_policy.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openshift/managed-cluster-config/HEAD/resources/sts/4.13/sts_support_trust_policy.json -------------------------------------------------------------------------------- /resources/sts/4.14/fedramp-hypershift/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openshift/managed-cluster-config/HEAD/resources/sts/4.14/fedramp-hypershift/README.md -------------------------------------------------------------------------------- /resources/sts/4.14/operator_iam_role_policy.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openshift/managed-cluster-config/HEAD/resources/sts/4.14/operator_iam_role_policy.json -------------------------------------------------------------------------------- /resources/sts/4.14/osd_scp_policy.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openshift/managed-cluster-config/HEAD/resources/sts/4.14/osd_scp_policy.json -------------------------------------------------------------------------------- /resources/sts/4.14/sts_installer_permission_policy.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openshift/managed-cluster-config/HEAD/resources/sts/4.14/sts_installer_permission_policy.json -------------------------------------------------------------------------------- /resources/sts/4.14/sts_installer_trust_policy.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openshift/managed-cluster-config/HEAD/resources/sts/4.14/sts_installer_trust_policy.json -------------------------------------------------------------------------------- /resources/sts/4.14/sts_instance_worker_trust_policy.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openshift/managed-cluster-config/HEAD/resources/sts/4.14/sts_instance_worker_trust_policy.json -------------------------------------------------------------------------------- /resources/sts/4.14/sts_ocm_admin_permission_policy.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openshift/managed-cluster-config/HEAD/resources/sts/4.14/sts_ocm_admin_permission_policy.json -------------------------------------------------------------------------------- /resources/sts/4.14/sts_ocm_permission_policy.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openshift/managed-cluster-config/HEAD/resources/sts/4.14/sts_ocm_permission_policy.json -------------------------------------------------------------------------------- /resources/sts/4.14/sts_ocm_trust_policy.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openshift/managed-cluster-config/HEAD/resources/sts/4.14/sts_ocm_trust_policy.json -------------------------------------------------------------------------------- /resources/sts/4.14/sts_ocm_user_trust_policy.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openshift/managed-cluster-config/HEAD/resources/sts/4.14/sts_ocm_user_trust_policy.json -------------------------------------------------------------------------------- /resources/sts/4.14/sts_support_permission_policy.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openshift/managed-cluster-config/HEAD/resources/sts/4.14/sts_support_permission_policy.json -------------------------------------------------------------------------------- /resources/sts/4.14/sts_support_trust_policy.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openshift/managed-cluster-config/HEAD/resources/sts/4.14/sts_support_trust_policy.json -------------------------------------------------------------------------------- /resources/sts/4.15/operator_iam_role_policy.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openshift/managed-cluster-config/HEAD/resources/sts/4.15/operator_iam_role_policy.json -------------------------------------------------------------------------------- /resources/sts/4.15/osd_scp_policy.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openshift/managed-cluster-config/HEAD/resources/sts/4.15/osd_scp_policy.json -------------------------------------------------------------------------------- /resources/sts/4.15/sts_installer_permission_policy.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openshift/managed-cluster-config/HEAD/resources/sts/4.15/sts_installer_permission_policy.json -------------------------------------------------------------------------------- /resources/sts/4.15/sts_installer_trust_policy.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openshift/managed-cluster-config/HEAD/resources/sts/4.15/sts_installer_trust_policy.json -------------------------------------------------------------------------------- /resources/sts/4.15/sts_instance_worker_trust_policy.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openshift/managed-cluster-config/HEAD/resources/sts/4.15/sts_instance_worker_trust_policy.json -------------------------------------------------------------------------------- /resources/sts/4.15/sts_ocm_admin_permission_policy.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openshift/managed-cluster-config/HEAD/resources/sts/4.15/sts_ocm_admin_permission_policy.json -------------------------------------------------------------------------------- /resources/sts/4.15/sts_ocm_permission_policy.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openshift/managed-cluster-config/HEAD/resources/sts/4.15/sts_ocm_permission_policy.json -------------------------------------------------------------------------------- /resources/sts/4.15/sts_ocm_trust_policy.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openshift/managed-cluster-config/HEAD/resources/sts/4.15/sts_ocm_trust_policy.json -------------------------------------------------------------------------------- /resources/sts/4.15/sts_ocm_user_trust_policy.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openshift/managed-cluster-config/HEAD/resources/sts/4.15/sts_ocm_user_trust_policy.json -------------------------------------------------------------------------------- /resources/sts/4.15/sts_support_permission_policy.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openshift/managed-cluster-config/HEAD/resources/sts/4.15/sts_support_permission_policy.json -------------------------------------------------------------------------------- /resources/sts/4.15/sts_support_trust_policy.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openshift/managed-cluster-config/HEAD/resources/sts/4.15/sts_support_trust_policy.json -------------------------------------------------------------------------------- /resources/sts/4.16/operator_iam_role_policy.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openshift/managed-cluster-config/HEAD/resources/sts/4.16/operator_iam_role_policy.json -------------------------------------------------------------------------------- /resources/sts/4.16/osd_scp_policy.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openshift/managed-cluster-config/HEAD/resources/sts/4.16/osd_scp_policy.json -------------------------------------------------------------------------------- /resources/sts/4.16/sts_installer_permission_policy.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openshift/managed-cluster-config/HEAD/resources/sts/4.16/sts_installer_permission_policy.json -------------------------------------------------------------------------------- /resources/sts/4.16/sts_installer_trust_policy.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openshift/managed-cluster-config/HEAD/resources/sts/4.16/sts_installer_trust_policy.json -------------------------------------------------------------------------------- /resources/sts/4.16/sts_instance_worker_trust_policy.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openshift/managed-cluster-config/HEAD/resources/sts/4.16/sts_instance_worker_trust_policy.json -------------------------------------------------------------------------------- /resources/sts/4.16/sts_ocm_admin_permission_policy.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openshift/managed-cluster-config/HEAD/resources/sts/4.16/sts_ocm_admin_permission_policy.json -------------------------------------------------------------------------------- /resources/sts/4.16/sts_ocm_permission_policy.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openshift/managed-cluster-config/HEAD/resources/sts/4.16/sts_ocm_permission_policy.json -------------------------------------------------------------------------------- /resources/sts/4.16/sts_ocm_trust_policy.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openshift/managed-cluster-config/HEAD/resources/sts/4.16/sts_ocm_trust_policy.json -------------------------------------------------------------------------------- /resources/sts/4.16/sts_ocm_user_trust_policy.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openshift/managed-cluster-config/HEAD/resources/sts/4.16/sts_ocm_user_trust_policy.json -------------------------------------------------------------------------------- /resources/sts/4.16/sts_support_permission_policy.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openshift/managed-cluster-config/HEAD/resources/sts/4.16/sts_support_permission_policy.json -------------------------------------------------------------------------------- /resources/sts/4.16/sts_support_trust_policy.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openshift/managed-cluster-config/HEAD/resources/sts/4.16/sts_support_trust_policy.json -------------------------------------------------------------------------------- /resources/sts/4.17/operator_iam_role_policy.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openshift/managed-cluster-config/HEAD/resources/sts/4.17/operator_iam_role_policy.json -------------------------------------------------------------------------------- /resources/sts/4.17/osd_scp_policy.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openshift/managed-cluster-config/HEAD/resources/sts/4.17/osd_scp_policy.json -------------------------------------------------------------------------------- /resources/sts/4.17/sts_installer_permission_policy.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openshift/managed-cluster-config/HEAD/resources/sts/4.17/sts_installer_permission_policy.json -------------------------------------------------------------------------------- /resources/sts/4.17/sts_installer_trust_policy.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openshift/managed-cluster-config/HEAD/resources/sts/4.17/sts_installer_trust_policy.json -------------------------------------------------------------------------------- /resources/sts/4.17/sts_instance_worker_trust_policy.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openshift/managed-cluster-config/HEAD/resources/sts/4.17/sts_instance_worker_trust_policy.json -------------------------------------------------------------------------------- /resources/sts/4.17/sts_ocm_admin_permission_policy.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openshift/managed-cluster-config/HEAD/resources/sts/4.17/sts_ocm_admin_permission_policy.json -------------------------------------------------------------------------------- /resources/sts/4.17/sts_ocm_permission_policy.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openshift/managed-cluster-config/HEAD/resources/sts/4.17/sts_ocm_permission_policy.json -------------------------------------------------------------------------------- /resources/sts/4.17/sts_ocm_trust_policy.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openshift/managed-cluster-config/HEAD/resources/sts/4.17/sts_ocm_trust_policy.json -------------------------------------------------------------------------------- /resources/sts/4.17/sts_ocm_user_trust_policy.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openshift/managed-cluster-config/HEAD/resources/sts/4.17/sts_ocm_user_trust_policy.json -------------------------------------------------------------------------------- /resources/sts/4.17/sts_support_permission_policy.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openshift/managed-cluster-config/HEAD/resources/sts/4.17/sts_support_permission_policy.json -------------------------------------------------------------------------------- /resources/sts/4.17/sts_support_trust_policy.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openshift/managed-cluster-config/HEAD/resources/sts/4.17/sts_support_trust_policy.json -------------------------------------------------------------------------------- /resources/sts/4.18/operator_iam_role_policy.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openshift/managed-cluster-config/HEAD/resources/sts/4.18/operator_iam_role_policy.json -------------------------------------------------------------------------------- /resources/sts/4.18/osd_scp_policy.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openshift/managed-cluster-config/HEAD/resources/sts/4.18/osd_scp_policy.json -------------------------------------------------------------------------------- /resources/sts/4.18/sts_installer_permission_policy.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openshift/managed-cluster-config/HEAD/resources/sts/4.18/sts_installer_permission_policy.json -------------------------------------------------------------------------------- /resources/sts/4.18/sts_installer_trust_policy.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openshift/managed-cluster-config/HEAD/resources/sts/4.18/sts_installer_trust_policy.json -------------------------------------------------------------------------------- /resources/sts/4.18/sts_instance_worker_trust_policy.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openshift/managed-cluster-config/HEAD/resources/sts/4.18/sts_instance_worker_trust_policy.json -------------------------------------------------------------------------------- /resources/sts/4.18/sts_ocm_admin_permission_policy.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openshift/managed-cluster-config/HEAD/resources/sts/4.18/sts_ocm_admin_permission_policy.json -------------------------------------------------------------------------------- /resources/sts/4.18/sts_ocm_permission_policy.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openshift/managed-cluster-config/HEAD/resources/sts/4.18/sts_ocm_permission_policy.json -------------------------------------------------------------------------------- /resources/sts/4.18/sts_ocm_trust_policy.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openshift/managed-cluster-config/HEAD/resources/sts/4.18/sts_ocm_trust_policy.json -------------------------------------------------------------------------------- /resources/sts/4.18/sts_ocm_user_trust_policy.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openshift/managed-cluster-config/HEAD/resources/sts/4.18/sts_ocm_user_trust_policy.json -------------------------------------------------------------------------------- /resources/sts/4.18/sts_support_permission_policy.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openshift/managed-cluster-config/HEAD/resources/sts/4.18/sts_support_permission_policy.json -------------------------------------------------------------------------------- /resources/sts/4.18/sts_support_trust_policy.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openshift/managed-cluster-config/HEAD/resources/sts/4.18/sts_support_trust_policy.json -------------------------------------------------------------------------------- /resources/sts/4.19/operator_iam_role_policy.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openshift/managed-cluster-config/HEAD/resources/sts/4.19/operator_iam_role_policy.json -------------------------------------------------------------------------------- /resources/sts/4.19/osd_scp_policy.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openshift/managed-cluster-config/HEAD/resources/sts/4.19/osd_scp_policy.json -------------------------------------------------------------------------------- /resources/sts/4.19/sts_installer_permission_policy.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openshift/managed-cluster-config/HEAD/resources/sts/4.19/sts_installer_permission_policy.json -------------------------------------------------------------------------------- /resources/sts/4.19/sts_installer_trust_policy.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openshift/managed-cluster-config/HEAD/resources/sts/4.19/sts_installer_trust_policy.json -------------------------------------------------------------------------------- /resources/sts/4.19/sts_instance_worker_trust_policy.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openshift/managed-cluster-config/HEAD/resources/sts/4.19/sts_instance_worker_trust_policy.json -------------------------------------------------------------------------------- /resources/sts/4.19/sts_ocm_admin_permission_policy.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openshift/managed-cluster-config/HEAD/resources/sts/4.19/sts_ocm_admin_permission_policy.json -------------------------------------------------------------------------------- /resources/sts/4.19/sts_ocm_permission_policy.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openshift/managed-cluster-config/HEAD/resources/sts/4.19/sts_ocm_permission_policy.json -------------------------------------------------------------------------------- /resources/sts/4.19/sts_ocm_trust_policy.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openshift/managed-cluster-config/HEAD/resources/sts/4.19/sts_ocm_trust_policy.json -------------------------------------------------------------------------------- /resources/sts/4.19/sts_ocm_user_trust_policy.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openshift/managed-cluster-config/HEAD/resources/sts/4.19/sts_ocm_user_trust_policy.json -------------------------------------------------------------------------------- /resources/sts/4.19/sts_support_permission_policy.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openshift/managed-cluster-config/HEAD/resources/sts/4.19/sts_support_permission_policy.json -------------------------------------------------------------------------------- /resources/sts/4.19/sts_support_trust_policy.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openshift/managed-cluster-config/HEAD/resources/sts/4.19/sts_support_trust_policy.json -------------------------------------------------------------------------------- /resources/sts/4.20/operator_iam_role_policy.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openshift/managed-cluster-config/HEAD/resources/sts/4.20/operator_iam_role_policy.json -------------------------------------------------------------------------------- /resources/sts/4.20/osd_scp_policy.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openshift/managed-cluster-config/HEAD/resources/sts/4.20/osd_scp_policy.json -------------------------------------------------------------------------------- /resources/sts/4.20/sts_installer_permission_policy.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openshift/managed-cluster-config/HEAD/resources/sts/4.20/sts_installer_permission_policy.json -------------------------------------------------------------------------------- /resources/sts/4.20/sts_installer_trust_policy.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openshift/managed-cluster-config/HEAD/resources/sts/4.20/sts_installer_trust_policy.json -------------------------------------------------------------------------------- /resources/sts/4.20/sts_instance_worker_trust_policy.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openshift/managed-cluster-config/HEAD/resources/sts/4.20/sts_instance_worker_trust_policy.json -------------------------------------------------------------------------------- /resources/sts/4.20/sts_ocm_admin_permission_policy.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openshift/managed-cluster-config/HEAD/resources/sts/4.20/sts_ocm_admin_permission_policy.json -------------------------------------------------------------------------------- /resources/sts/4.20/sts_ocm_permission_policy.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openshift/managed-cluster-config/HEAD/resources/sts/4.20/sts_ocm_permission_policy.json -------------------------------------------------------------------------------- /resources/sts/4.20/sts_ocm_trust_policy.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openshift/managed-cluster-config/HEAD/resources/sts/4.20/sts_ocm_trust_policy.json -------------------------------------------------------------------------------- /resources/sts/4.20/sts_ocm_user_trust_policy.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openshift/managed-cluster-config/HEAD/resources/sts/4.20/sts_ocm_user_trust_policy.json -------------------------------------------------------------------------------- /resources/sts/4.20/sts_support_permission_policy.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openshift/managed-cluster-config/HEAD/resources/sts/4.20/sts_support_permission_policy.json -------------------------------------------------------------------------------- /resources/sts/4.20/sts_support_trust_policy.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openshift/managed-cluster-config/HEAD/resources/sts/4.20/sts_support_trust_policy.json -------------------------------------------------------------------------------- /resources/sts/4.7/operator_iam_role_policy.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openshift/managed-cluster-config/HEAD/resources/sts/4.7/operator_iam_role_policy.json -------------------------------------------------------------------------------- /resources/sts/4.7/osd_scp_policy.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openshift/managed-cluster-config/HEAD/resources/sts/4.7/osd_scp_policy.json -------------------------------------------------------------------------------- /resources/sts/4.7/sts_installer_permission_policy.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openshift/managed-cluster-config/HEAD/resources/sts/4.7/sts_installer_permission_policy.json -------------------------------------------------------------------------------- /resources/sts/4.7/sts_installer_trust_policy.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openshift/managed-cluster-config/HEAD/resources/sts/4.7/sts_installer_trust_policy.json -------------------------------------------------------------------------------- /resources/sts/4.7/sts_instance_worker_trust_policy.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openshift/managed-cluster-config/HEAD/resources/sts/4.7/sts_instance_worker_trust_policy.json -------------------------------------------------------------------------------- /resources/sts/4.7/sts_support_permission_policy.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openshift/managed-cluster-config/HEAD/resources/sts/4.7/sts_support_permission_policy.json -------------------------------------------------------------------------------- /resources/sts/4.7/sts_support_trust_policy.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openshift/managed-cluster-config/HEAD/resources/sts/4.7/sts_support_trust_policy.json -------------------------------------------------------------------------------- /resources/sts/4.8/operator_iam_role_policy.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openshift/managed-cluster-config/HEAD/resources/sts/4.8/operator_iam_role_policy.json -------------------------------------------------------------------------------- /resources/sts/4.8/osd_scp_policy.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openshift/managed-cluster-config/HEAD/resources/sts/4.8/osd_scp_policy.json -------------------------------------------------------------------------------- /resources/sts/4.8/sts_installer_permission_policy.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openshift/managed-cluster-config/HEAD/resources/sts/4.8/sts_installer_permission_policy.json -------------------------------------------------------------------------------- /resources/sts/4.8/sts_installer_trust_policy.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openshift/managed-cluster-config/HEAD/resources/sts/4.8/sts_installer_trust_policy.json -------------------------------------------------------------------------------- /resources/sts/4.8/sts_instance_worker_trust_policy.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openshift/managed-cluster-config/HEAD/resources/sts/4.8/sts_instance_worker_trust_policy.json -------------------------------------------------------------------------------- /resources/sts/4.8/sts_support_permission_policy.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openshift/managed-cluster-config/HEAD/resources/sts/4.8/sts_support_permission_policy.json -------------------------------------------------------------------------------- /resources/sts/4.8/sts_support_trust_policy.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openshift/managed-cluster-config/HEAD/resources/sts/4.8/sts_support_trust_policy.json -------------------------------------------------------------------------------- /resources/sts/4.9/operator_iam_role_policy.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openshift/managed-cluster-config/HEAD/resources/sts/4.9/operator_iam_role_policy.json -------------------------------------------------------------------------------- /resources/sts/4.9/osd_scp_policy.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openshift/managed-cluster-config/HEAD/resources/sts/4.9/osd_scp_policy.json -------------------------------------------------------------------------------- /resources/sts/4.9/sts_installer_permission_policy.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openshift/managed-cluster-config/HEAD/resources/sts/4.9/sts_installer_permission_policy.json -------------------------------------------------------------------------------- /resources/sts/4.9/sts_installer_trust_policy.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openshift/managed-cluster-config/HEAD/resources/sts/4.9/sts_installer_trust_policy.json -------------------------------------------------------------------------------- /resources/sts/4.9/sts_instance_worker_trust_policy.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openshift/managed-cluster-config/HEAD/resources/sts/4.9/sts_instance_worker_trust_policy.json -------------------------------------------------------------------------------- /resources/sts/4.9/sts_support_permission_policy.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openshift/managed-cluster-config/HEAD/resources/sts/4.9/sts_support_permission_policy.json -------------------------------------------------------------------------------- /resources/sts/4.9/sts_support_trust_policy.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openshift/managed-cluster-config/HEAD/resources/sts/4.9/sts_support_trust_policy.json -------------------------------------------------------------------------------- /resources/sts/OWNERS: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openshift/managed-cluster-config/HEAD/resources/sts/OWNERS -------------------------------------------------------------------------------- /resources/sts/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openshift/managed-cluster-config/HEAD/resources/sts/README.md -------------------------------------------------------------------------------- /resources/sts/hypershift/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openshift/managed-cluster-config/HEAD/resources/sts/hypershift/README.md -------------------------------------------------------------------------------- /resources/tailored-profiles/hypershift-cis-tp.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openshift/managed-cluster-config/HEAD/resources/tailored-profiles/hypershift-cis-tp.yaml -------------------------------------------------------------------------------- /resources/tailored-profiles/hypershift-pcidss-tp.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openshift/managed-cluster-config/HEAD/resources/tailored-profiles/hypershift-pcidss-tp.yaml -------------------------------------------------------------------------------- /resources/wif/4.17/vanilla.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openshift/managed-cluster-config/HEAD/resources/wif/4.17/vanilla.yaml -------------------------------------------------------------------------------- /resources/wif/4.18/vanilla.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openshift/managed-cluster-config/HEAD/resources/wif/4.18/vanilla.yaml -------------------------------------------------------------------------------- /resources/wif/4.19/vanilla.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openshift/managed-cluster-config/HEAD/resources/wif/4.19/vanilla.yaml -------------------------------------------------------------------------------- /resources/wif/4.20/vanilla.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openshift/managed-cluster-config/HEAD/resources/wif/4.20/vanilla.yaml -------------------------------------------------------------------------------- /resources/wif/OWNERS: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openshift/managed-cluster-config/HEAD/resources/wif/OWNERS -------------------------------------------------------------------------------- /resources/wif/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openshift/managed-cluster-config/HEAD/resources/wif/README.md -------------------------------------------------------------------------------- /scripts/checklinks.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openshift/managed-cluster-config/HEAD/scripts/checklinks.sh -------------------------------------------------------------------------------- /scripts/enforce-backplane-rules.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openshift/managed-cluster-config/HEAD/scripts/enforce-backplane-rules.py -------------------------------------------------------------------------------- /scripts/generate-cmo-config.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openshift/managed-cluster-config/HEAD/scripts/generate-cmo-config.py -------------------------------------------------------------------------------- /scripts/generate-policy-config.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openshift/managed-cluster-config/HEAD/scripts/generate-policy-config.py -------------------------------------------------------------------------------- /scripts/generate-policy.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openshift/managed-cluster-config/HEAD/scripts/generate-policy.sh -------------------------------------------------------------------------------- /scripts/generate-subjectpermissions-policy-config.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openshift/managed-cluster-config/HEAD/scripts/generate-subjectpermissions-policy-config.py -------------------------------------------------------------------------------- /scripts/generate_template.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openshift/managed-cluster-config/HEAD/scripts/generate_template.py -------------------------------------------------------------------------------- /scripts/jsonify.awk: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openshift/managed-cluster-config/HEAD/scripts/jsonify.awk -------------------------------------------------------------------------------- /scripts/managed-resources/generate-managed-list.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openshift/managed-cluster-config/HEAD/scripts/managed-resources/generate-managed-list.py -------------------------------------------------------------------------------- /scripts/managed-resources/make-all-managed-lists.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openshift/managed-cluster-config/HEAD/scripts/managed-resources/make-all-managed-lists.sh -------------------------------------------------------------------------------- /scripts/policy-generator-config.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openshift/managed-cluster-config/HEAD/scripts/policy-generator-config.yaml -------------------------------------------------------------------------------- /scripts/rotate-aws-creds/common.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openshift/managed-cluster-config/HEAD/scripts/rotate-aws-creds/common.sh -------------------------------------------------------------------------------- /scripts/rotate-aws-creds/run.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openshift/managed-cluster-config/HEAD/scripts/rotate-aws-creds/run.sh -------------------------------------------------------------------------------- /scripts/rotate-aws-creds/sharded.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openshift/managed-cluster-config/HEAD/scripts/rotate-aws-creds/sharded.sh -------------------------------------------------------------------------------- /scripts/rotate-aws-creds/v3.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openshift/managed-cluster-config/HEAD/scripts/rotate-aws-creds/v3.sh -------------------------------------------------------------------------------- /scripts/templates/selectorsyncset.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openshift/managed-cluster-config/HEAD/scripts/templates/selectorsyncset.yaml -------------------------------------------------------------------------------- /scripts/templates/template.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openshift/managed-cluster-config/HEAD/scripts/templates/template.yaml -------------------------------------------------------------------------------- /source/html/osd/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openshift/managed-cluster-config/HEAD/source/html/osd/README.md -------------------------------------------------------------------------------- /source/html/osd/errors.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openshift/managed-cluster-config/HEAD/source/html/osd/errors.html -------------------------------------------------------------------------------- /source/html/osd/login.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openshift/managed-cluster-config/HEAD/source/html/osd/login.html -------------------------------------------------------------------------------- /source/html/osd/providers.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openshift/managed-cluster-config/HEAD/source/html/osd/providers.html -------------------------------------------------------------------------------- /source/html/rosa/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openshift/managed-cluster-config/HEAD/source/html/rosa/README.md -------------------------------------------------------------------------------- /source/html/rosa/errors.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openshift/managed-cluster-config/HEAD/source/html/rosa/errors.html -------------------------------------------------------------------------------- /source/html/rosa/login.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openshift/managed-cluster-config/HEAD/source/html/rosa/login.html -------------------------------------------------------------------------------- /source/html/rosa/providers.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openshift/managed-cluster-config/HEAD/source/html/rosa/providers.html -------------------------------------------------------------------------------- /source/html/rosa/rosa-brand-logo.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/openshift/managed-cluster-config/HEAD/source/html/rosa/rosa-brand-logo.svg --------------------------------------------------------------------------------