Azure / CanadaPubSecALZ

This reference implementation is based on Cloud Adoption Framework for Azure and provides an opinionated implementation that enables ITSG-33 regulatory compliance by using NIST SP 800-53 Rev. 4 and Canada Federal PBMM Regulatory Compliance Policy Sets.
MIT License
121 stars 87 forks source link

CanadaPubSecALZ configuration JSON schema support for editors #376

Closed skeeler closed 1 year ago

skeeler commented 1 year ago

JSON schema recognition for CanadaPubSecALZ configuration files when using editors such as VS Code that support custom schema intellisense to make it both easier and more reliable for configuration authors to edit these configuration files. Encode each configuration file type with its associated JSON schema.

skeeler commented 1 year ago

Completed in #379