From 6a892071e9f1ccacb06abaf9903a140008de140b Mon Sep 17 00:00:00 2001 From: Hemant Tekwani Date: Thu, 2 Jul 2026 20:07:36 +0530 Subject: [PATCH] feat: new admin ext user --- config/facs/auth.config.json.example | 26 ++++++++++++++++++++++++++ 1 file changed, 26 insertions(+) diff --git a/config/facs/auth.config.json.example b/config/facs/auth.config.json.example index 259642c..93d3757 100644 --- a/config/facs/auth.config.json.example +++ b/config/facs/auth.config.json.example @@ -150,6 +150,31 @@ "alerts:r", "work_order:r" ], + "admin_external": [ + "miner:r", + "container:r", + "minerpool:r", + "powermeter:r", + "temp:r", + "electricity:r", + "features:r", + "revenue:r", + "users:r", + "actions:r", + "production:r", + "alerts:r", + "cabinets:r", + "comments:r", + "explorer:r", + "inventory:r", + "reporting:r", + "settings:r", + "ticket:r", + "power_spot_forecast:r", + "pool_config:r", + "pool_config_approve:r", + "work_order:r" + ], "pool_manager": [ "pool_config:rw", "miner:r", @@ -164,6 +189,7 @@ "field_operator", "repair_technician", "read_only_user", + "admin_external", "pool_manager" ] }