-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathWorkloadConfig.yaml
176 lines (166 loc) · 8.59 KB
/
WorkloadConfig.yaml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
apiVersion: security.seran.org/v1alpha1
kind: WorkloadConfig
metadata:
name: oai-workload-config
spec:
workloads:
- workload_name: CUUP
labels:
app.kubernetes.io/name: oai-gnb-cu-up
policies:
- name: ksp-oran-cuup-zero-trust
description: This is a zero trust Kubearmor Policy for ORAN CUUP, which blocks external access to sensitive assets.
kind: KubeArmorPolicy
- name: oran-cuup-netpol
description: This is a Network Policy for ORAN CUUP, which allows network access to certain ports.
kind: NetworkPolicy
- name: kyverno-oran-readonly-volume-mounts
description: This admission policy ensures that all volume mounts in the cluster are read only.
kind: ClusterPolicy
- name: kyverno-oran-restrict-sa-automount-sa-token
description: This admission policy ensures that all volume mounts in the cluster are read only.
kind: ClusterPolicy
- workload_name: DU
labels:
app.kubernetes.io/name: oai-gnb-du
policies:
- name: ksp-oran-du-zero-trust
description: This is a zero trust Kubearmor Policy for ORAN DU, which blocks external access to sensitive assets.
kind: KubeArmorPolicy
- name: oran-du-netpol
description: This is a Network Policy for ORAN DU, which allows network access to certain ports.
kind: NetworkPolicy
- name: kyverno-oran-readonly-volume-mounts
description: This admission policy ensures that all volume mounts in the cluster are read only.
kind: ClusterPolicy
- name: kyverno-oran-restrict-sa-automount-sa-token
description: This admission policy ensures that all volume mounts in the cluster are read only.
kind: ClusterPolicy
- workload_name: UDR
labels:
workload.nephio.org/oai: udr
policies:
- name: ksp-core-udr-zero-trust
description: This is a zero trust Kubearmor Policy for 5GCORE UDR, which blocks external access to sensitive assets.
kind: KubeArmorPolicy
- name: oran-udr-netpol
description: This is a Network Policy for 5GCORE UDR component, which allows network access to certain ports.
kind: NetworkPolicy
- name: kyverno-core-readonly-volume-mounts
description: This admission policy ensures that all volume mounts in the cluster are read only.
kind: ClusterPolicy
- name: kyverno-core-restrict-sa-automount-sa-token
description: This admission policy ensures that all volume mounts in the cluster are read only.
kind: ClusterPolicy
- workload_name: AMF
labels:
workload.nephio.org/oai: amf
policies:
- name: ksp-core-amf-zero-trust
description: This is a zero trust Kubearmor Policy for 5GCORE AMF component, which blocks external access to sensitive assets.
kind: KubeArmorPolicy
- name: netpol-core-amf
description: This is a Network Policy for 5GCORE AMF component, which allows network access to certain ports.
kind: NetworkPolicy
- name: kyverno-core-readonly-volume-mounts
description: This admission policy ensures that all volume mounts in the cluster are read only.
kind: ClusterPolicy
- name: kyverno-core-restrict-sa-automount-sa-token
description: This admission policy ensures that all volume mounts in the cluster are read only.
kind: ClusterPolicy
- workload_name: AUSF
labels:
workload.nephio.org/oai: ausf
policies:
- name: ksp-core-ausf-zero-trust
description: This is a zero trust Kubearmor Policy for 5GCORE AUSF component, which blocks external access to sensitive assets.
kind: KubeArmorPolicy
- name: netpol-core-ausf
description: This is a Network Policy for 5GCORE AUSF component, which allows network access to certain ports.
kind: NetworkPolicy
- name: kyverno-core-readonly-volume-mounts
description: This admission policy ensures that all volume mounts in the cluster are read only.
kind: ClusterPolicy
- name: kyverno-core-restrict-sa-automount-sa-token
description: This admission policy ensures that all volume mounts in the cluster are read only.
kind: ClusterPolicy
- workload_name: NRF
labels:
workload.nephio.org/oai: nrf
policies:
- name: ksp-core-nrf-zero-trust
description: This is a zero trust Kubearmor Policy for 5GCORE NRF component, which blocks external access to sensitive assets.
kind: KubeArmorPolicy
- name: oran-nrf-netpol
description: This is a Network Policy for 5GCORE NRF component, which allows network access to certain ports.
kind: NetworkPolicy
- name: kyverno-core-readonly-volume-mounts
description: This admission policy ensures that all volume mounts in the cluster are read only.
kind: ClusterPolicy
- name: kyverno-core-restrict-sa-automount-sa-token
description: This admission policy ensures that all volume mounts in the cluster are read only.
kind: ClusterPolicy
- workload_name: SMF
labels:
workload.nephio.org/oai: smf
policies:
- name: ksp-core-smf-zero-trust
description: This is a zero trust Kubearmor Policy for 5GCORE SMF component, which blocks external access to sensitive assets.
kind: KubeArmorPolicy
- name: netpol-core-smf
description: This is a Network Policy for 5GCORE SMF component, which allows network access to certain ports.
kind: NetworkPolicy
- name: kyverno-core-readonly-volume-mounts
description: This admission policy ensures that all volume mounts in the cluster are read only.
kind: ClusterPolicy
- name: kyverno-core-restrict-sa-automount-sa-token
description: This admission policy ensures that all volume mounts in the cluster are read only.
kind: ClusterPolicy
- workload_name: UDM
labels:
workload.nephio.org/oai: udm
policies:
- name: ksp-core-udm-zero-trust
description: This is a zero trust Kubearmor Policy for 5GCORE UDM component, which blocks external access to sensitive assets.
kind: KubeArmorPolicy
- name: oran-udm-netpol
description: This is a Network Policy for 5GCORE UDM component, which allows network access to certain ports.
kind: NetworkPolicy
- name: kyverno-core-readonly-volume-mounts
description: This admission policy ensures that all volume mounts in the cluster are read only.
kind: ClusterPolicy
- name: kyverno-core-restrict-sa-automount-sa-token
description: This admission policy ensures that all volume mounts in the cluster are read only.
kind: ClusterPolicy
- workload_name: UDR
labels:
workload.nephio.org/oai: udr
policies:
- name: ksp-core-udr-zero-trust
description: This is a zero trust Kubearmor Policy for 5GCORE UDR component, which blocks external access to sensitive assets.
kind: KubeArmorPolicy
- name: netpol-core-udr
description: This is a Network Policy for 5GCORE UDR component, which allows network access to certain ports.
kind: NetworkPolicy
- name: kyverno-core-readonly-volume-mounts
description: This admission policy ensures that all volume mounts in the cluster are read only.
kind: ClusterPolicy
- name: kyverno-core-restrict-sa-automount-sa-token
description: This admission policy ensures that all volume mounts in the cluster are read only.
kind: ClusterPolicy
- workload_name: UPF
labels:
workload.nephio.org/oai: upf
policies:
- name: ksp-core-upf-zero-trust
description: This is a zero trust Kubearmor Policy for 5GCORE UPF component, which blocks external access to sensitive assets.
kind: KubeArmorPolicy
- name: oran-upf-netpol
description: This is a Network Policy for 5GCORE UPF component, which allows network access to certain ports.
kind: NetworkPolicy
- name: kyverno-core-readonly-volume-mounts
description: This admission policy ensures that all volume mounts in the cluster are read only.
kind: ClusterPolicy
- name: kyverno-core-restrict-sa-automount-sa-token
description: This admission policy ensures that all volume mounts in the cluster are read only.
kind: ClusterPolicy