You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: ERRATA.md
+14Lines changed: 14 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,6 +1,20 @@
1
1
# Errata Summary
2
2
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
3
4
+
## 3.x [WIP]
5
+
6
+
### Code Discrepancies
7
+
8
+
#### Networking
9
+
10
+
- The “allow-windows-activation” rule that exists in the code is not explicitly called out in the guide.
11
+
-[Tags](https://cloud.google.com/resource-manager/docs/tags/tags-overview) at Project level will be integrated in a future release.
12
+
-[Global network firewall policies](https://cloud.google.com/vpc/docs/network-firewall-policies) will be integrated in a future release.
13
+
14
+
#### Naming
15
+
16
+
- 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.
0 commit comments