You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
server: fix security issues caused by extraconfig on KVM
- Move allow.additional.vm.configuration.list.kvm from Global to Account setting
- Disallow VM details start with "extraconfig" when deploy VMs
- Skip changes on VM details start with "extraconfig" when update VM settings
- Allow only extraconfig for DPDK in service offering details
- Check if extraconfig values in vm details are supported when start VMs
- Check if extraconfig values in service offering details are supported when start VMs
- Disallow add/edit/update VM setting for extraconfig on UI
(cherry picked from commit e6e4fe1)
Signed-off-by: Rohit Yadav <[email protected]>
"If we set this to 'true', a minimum memory (memory/ mem.overprovisioning.factor) will be set to the VM, independent of using a scalable service offering or not.", true, ConfigKey.Scope.Cluster);
@@ -181,10 +187,12 @@ public NicTO toNicTO(NicProfile profile) {
181
187
/**
182
188
* Add extra configuration from VM details. Extra configuration is stored as details starting with 'extraconfig'
Copy file name to clipboardExpand all lines: ui/public/locales/en.json
+1Lines changed: 1 addition & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -13,6 +13,7 @@
13
13
"error.release.dedicate.host": "Failed to release dedicated host.",
14
14
"error.release.dedicate.pod": "Failed to release dedicated pod.",
15
15
"error.release.dedicate.zone": "Failed to release dedicated zone.",
16
+
"error.unable.to.add.setting.extraconfig": "It is not allowed to add setting for extraconfig. Please update VirtualMachine with extraconfig parameter.",
16
17
"error.unable.to.proceed": "Unable to proceed. Please contact your administrator.",
17
18
"firewall.close": "Firewall",
18
19
"icmp.code.desc": "Please specify -1 if you want to allow all ICMP codes.",
0 commit comments