ssc-spc-ccoe-cei / azure-guardrails-solution-accelerator

This implementation automates reporting to verify compliance with GC Cloud Guardrails. SSC and TBS review the results. Cette mise en œuvre automatise la production de rapports afin de vérifier la conformité aux mesures de sécurité infonuagique du GC. SPC et SCT examinent les résultats.
Other
11 stars 5 forks source link

GR7 | Validation 1 | App HTTPS Configuration (M) #276

Open dutt0 opened 2 days ago

dutt0 commented 2 days ago

TLS/ HTTPS Policy Checks

Description: The following are some new controls for the CaC Solution's Guardrail 7. The goal is to determine if TLS1.2+ or HTTPS encryption is being used for all cloud services including publicly accessible sites and external communications. The checks will look at Other Cloud Apps.

  1. ItemName: App Service HTTPS Configuration (M) This check uses built-in Azure Policies and their evaluation to determine compliance. The following check is inside the Canada Federal PBMM:

If the PBMM initiative has been applied to the subscription, and the following policy has not been excluded, and the policy compliance results show all compliant resources then check is compliant. If there are no applicable resources in the environment default pass.

  1. ItemName: Function App HTTPS Configuration (M) This check uses built-in Azure Policies and their evaluation to determine compliance. The following check is inside the Canada Federal PBMM:
    • Function apps should only be accessible over HTTPS

If the PBMM initiative has been applied to the subscription, and the following policy has not been excluded, and the policy compliance results show all compliant resources then check is compliant. If there are no applicable resources in the environment default pass.

Additional context Breaking down the original GR7 V1 (M) ticket into two tickets.