From c690426e8430e0a3f3f38dbd4fce7a4f9e5bcf33 Mon Sep 17 00:00:00 2001 From: Ken Rowland Date: Tue, 2 Jul 2024 18:59:28 -0400 Subject: [PATCH] HPCC-32198 Dali disable default file user option needs support in config files Added support to ensure option is valid and copied to environment Signed-Off-By: Kenneth Rowland kenneth.rowland@lexisnexisrisk.com --- helm/hpcc/values.schema.json | 4 ++++ initfiles/componentfiles/configxml/dali.xsl | 3 +++ 2 files changed, 7 insertions(+) diff --git a/helm/hpcc/values.schema.json b/helm/hpcc/values.schema.json index 7833079a459..f9be3740b9d 100644 --- a/helm/hpcc/values.schema.json +++ b/helm/hpcc/values.schema.json @@ -1087,6 +1087,10 @@ "type": "boolean", "description": "Only return iterated logical file metadata for files that user has scope permission to access" }, + "disableDefaultUser": { + "type": "boolean", + "description": "Disable deprecated files default user" + }, "useLegacyDefaultFileScopePermissionCache": { "type": "boolean", "description": "Use legacy default filescope permissions that cached value for first user" diff --git a/initfiles/componentfiles/configxml/dali.xsl b/initfiles/componentfiles/configxml/dali.xsl index a8fa70c2aab..da7aec45291 100644 --- a/initfiles/componentfiles/configxml/dali.xsl +++ b/initfiles/componentfiles/configxml/dali.xsl @@ -311,6 +311,9 @@ + + +