Skip to content

Commit decc19a

Browse files
Update few security related issues
1 parent 3c7ea39 commit decc19a

File tree

4 files changed

+22
-1
lines changed

4 files changed

+22
-1
lines changed

config/crd/bases/network.keysight.com_ixiatgs.yaml

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -55,6 +55,15 @@ spec:
5555
desired_state:
5656
description: Desired state by network emulation (KNE)
5757
type: string
58+
init_container:
59+
description: Init container image of the node
60+
properties:
61+
image:
62+
type: string
63+
sleep:
64+
format: int32
65+
type: integer
66+
type: object
5867
interfaces:
5968
description: Interfaces with DUT
6069
items:

config/default/manager_auth_proxy_patch.yaml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,13 @@ spec:
1919
ports:
2020
- containerPort: 8443
2121
name: https
22+
securityContext:
23+
allowPrivilegeEscalation: false
24+
readOnlyRootFilesystem: true
25+
runAsUser: 1000
26+
runAsGroup: 1000
27+
seccompProfile:
28+
type: RuntimeDefault
2229
- name: manager
2330
args:
2431
- "--health-probe-bind-address=:8081"

config/manager/manager.yaml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,11 @@ spec:
3333
name: manager
3434
securityContext:
3535
allowPrivilegeEscalation: false
36+
readOnlyRootFilesystem: true
37+
runAsUser: 1000
38+
runAsGroup: 1000
39+
seccompProfile:
40+
type: RuntimeDefault
3641
livenessProbe:
3742
httpGet:
3843
path: /healthz

version

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
0.3.29
1+
0.3.30

0 commit comments

Comments
 (0)