Skip to content

Commit

Permalink
Make VerifyCsmsCommonName variable ReadOnly in schemas as well
Browse files Browse the repository at this point in the history
Signed-off-by: Kai-Uwe Hermann <[email protected]>
  • Loading branch information
hikinggrass committed Mar 12, 2024
1 parent 39c1688 commit f498f69
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion config/v16/profile_schemas/Internal.json
Original file line number Diff line number Diff line change
Expand Up @@ -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": {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -350,7 +350,7 @@
"attributes": [
{
"type": "Actual",
"mutability": "ReadWrite"
"mutability": "ReadOnly"
}
],
"default": true,
Expand Down

0 comments on commit f498f69

Please sign in to comment.