diff --git a/pkg/config/config.go b/pkg/config/config.go index 58b15995b..0fbb7623e 100644 --- a/pkg/config/config.go +++ b/pkg/config/config.go @@ -47,6 +47,7 @@ func GetSystemSettingsAllowList() []string { "ui-index", "ui-path", "ui-source", + "ui-plugin-index", "volume-snapshot-class", "backup-target", "upgradable-versions", @@ -59,13 +60,21 @@ func GetSystemSettingsAllowList() []string { "support-bundle-image", "support-bundle-namespaces", "support-bundle-timeout", + "support-bundle-expiration", + "support-bundle-node-collection-timeout", "default-storage-class", "http-proxy", "vm-force-reset-policy", "overcommit-config", "vip-pools", "auto-disk-provision-paths", + "csi-driver-config", "containerd-registry", + "storage-network", + "default-vm-termination-grace-period-seconds", + "auto-rotate-rke2-certs", + "kubeconfig-default-token-ttl-minutes", + "harvester-csi-ccm-versions", "ntp-servers", } }