From 7071a350a2fb4f9ef70413395b8a4ed7a7f0a576 Mon Sep 17 00:00:00 2001
From: Samuel Roberts <sam.roberts@geant.org>
Date: Thu, 30 Jun 2022 15:04:05 +0100
Subject: [PATCH] accidental omission of additionalProperties

---
 inventory_provider/config.py | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/inventory_provider/config.py b/inventory_provider/config.py
index 992052ca..23384f92 100644
--- a/inventory_provider/config.py
+++ b/inventory_provider/config.py
@@ -187,7 +187,8 @@ CONFIG_SCHEMA = {
             'type': 'object',
             'patternProperties': {
                 r'^\d+$': {'type': 'string'}
-            }
+            },
+            'additionalProperties': False
         }
     },
 
-- 
GitLab