From f498f69643e623ac65ae482f55e5f21b29c170d5 Mon Sep 17 00:00:00 2001 From: Kai-Uwe Hermann Date: Tue, 12 Mar 2024 12:05:10 +0100 Subject: [PATCH] Make VerifyCsmsCommonName variable ReadOnly in schemas as well Signed-off-by: Kai-Uwe Hermann --- config/v16/profile_schemas/Internal.json | 2 +- config/v201/component_schemas/standardized/InternalCtrlr.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/config/v16/profile_schemas/Internal.json b/config/v16/profile_schemas/Internal.json index 346296aaa1..0c61603425 100644 --- a/config/v16/profile_schemas/Internal.json +++ b/config/v16/profile_schemas/Internal.json @@ -193,7 +193,7 @@ "VerifyCsmsCommonName": { "$comment": "Verify that the CSMS certificates commonName matches the CSMS FQDN", "type": "boolean", - "readOnly": false, + "readOnly": true, "default": true }, "VerifyCsmsAllowWildcards": { diff --git a/config/v201/component_schemas/standardized/InternalCtrlr.json b/config/v201/component_schemas/standardized/InternalCtrlr.json index 9a4c36574b..959a635d76 100644 --- a/config/v201/component_schemas/standardized/InternalCtrlr.json +++ b/config/v201/component_schemas/standardized/InternalCtrlr.json @@ -350,7 +350,7 @@ "attributes": [ { "type": "Actual", - "mutability": "ReadWrite" + "mutability": "ReadOnly" } ], "default": true,