Skip to content

Commit

Permalink
config schema validation
Browse files Browse the repository at this point in the history
  • Loading branch information
tamirkamara committed Jan 5, 2025
1 parent 5bb6290 commit 3fa9267
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions config_schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,14 @@
"description": "The Azure subscription ID for all resources.",
"type": "string",
"pattern": "^[{]?[0-9a-fA-F]{8}-([0-9a-fA-F]{4}-){3}[0-9a-fA-F]{12}[}]?$"
},
"encryption_kv_name": {
"description": "Name of Key Vault for encryption keys.",
"type": "string"
},
"external_key_store_id": {
"description": "ID of external Key Vault to store CMKs.",
"type": "string"
}
},
"required": [
Expand Down Expand Up @@ -96,6 +104,10 @@
"custom_domain": {
"description": "Custom domain name.",
"type": "string"
},
"enable_cmk_encryption": {
"description": "Enables customer-managed key encryption for all supported resources.",
"type": "boolean"
}
}
},
Expand Down

0 comments on commit 3fa9267

Please sign in to comment.