From 638115dfe58592b9f1d37986aba95739d6170704 Mon Sep 17 00:00:00 2001 From: Felipe Crescencio <108549791+felipecrescencio-cit@users.noreply.github.com> Date: Fri, 16 Dec 2022 14:57:12 -0300 Subject: [PATCH] chore: Added ERRATA for v3 (#914) --- ERRATA.md | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/ERRATA.md b/ERRATA.md index fa5d0aef4..1f44ea25f 100644 --- a/ERRATA.md +++ b/ERRATA.md @@ -1,6 +1,20 @@ # Errata Summary This is an overview of the delta between the example foundation repository and the [Google Cloud security foundations guide](https://services.google.com/fh/files/misc/google-cloud-security-foundations-guide.pdf), including code discrepancies and notes on future automation. This document will be updated as new code is merged. +## 3.x [WIP] + +### Code Discrepancies + +#### Networking + +- The “allow-windows-activation” rule that exists in the code is not explicitly called out in the guide. +- [Tags](https://cloud.google.com/resource-manager/docs/tags/tags-overview) at Project level will be integrated in a future release. +- [Global network firewall policies](https://cloud.google.com/vpc/docs/network-firewall-policies) will be integrated in a future release. + +#### Naming + +- Firewall rules created for healthcheck in the transitivity infrastructure for the hub and spoke network model, do not follow the naming convention as recommended in the guide. + ## 2.x [WIP] ### Code Discrepancies