From e1f475bb0fed9233c962c3c078d415e907c59250 Mon Sep 17 00:00:00 2001 From: "jyotiranjan.nayak@justice.gov.uk" Date: Wed, 4 Dec 2024 10:27:53 +0000 Subject: [PATCH] removed additiona properties from iam_schema --- iam_builder/schemas/iam_schema.json | 1 - 1 file changed, 1 deletion(-) diff --git a/iam_builder/schemas/iam_schema.json b/iam_builder/schemas/iam_schema.json index 414a7dd..c7b67d2 100644 --- a/iam_builder/schemas/iam_schema.json +++ b/iam_builder/schemas/iam_schema.json @@ -87,7 +87,6 @@ }, "secretsmanager": { "description": "A secret that the iam_role should be able to access.", - "additionalProperties": false, "properties": { "read_only": { "description": "A secret that the iam_role should be able to access (read only).",