From 08751f3d01111f66f5bf681d1e860e5edf8c6373 Mon Sep 17 00:00:00 2001 From: DedunuKarunarathne <46235093+DedunuKarunarathne@users.noreply.github.com> Date: Tue, 5 Nov 2024 11:51:35 +0530 Subject: [PATCH] Add toml config --- distribution/src/resources/config-tool/deployment-full.toml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/distribution/src/resources/config-tool/deployment-full.toml b/distribution/src/resources/config-tool/deployment-full.toml index efed1b64bc..812e83a38d 100644 --- a/distribution/src/resources/config-tool/deployment-full.toml +++ b/distribution/src/resources/config-tool/deployment-full.toml @@ -1389,3 +1389,6 @@ phase_name = "Transport" [[transport.phase_order.phases]] phase_name = "MsgOutObservation" + +[user_access] +make_non_admin_users_read_only = false