Skip to content

Commit

Permalink
added first pass at guardrails table
Browse files Browse the repository at this point in the history
  • Loading branch information
Chris Carty committed Aug 6, 2020
1 parent f6a0627 commit ca8dcde
Showing 1 changed file with 17 additions and 1 deletion.
18 changes: 17 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,21 @@
# GC Cloud Guardrails

| Guardrail | Description | Enforcement |
|----|----|----|
| 01 Protect Root / Global Admins Account | | Doc (MFA |
| 02 Management of Administrative Privileges | | Doc (MFA) |
| 03 Cloud Console Access | | Doc (MFA) |
| 04 Enterprise Monitoring Accounts | | [Rego](guardrails/04-monitoring-account) |
| 05 Data Location | | [Rego](guardrails/05-data-location) |
| 06 Protection of Data-At-Rest | | Doc |
| 07 Protection of Data-In-Transit | | Doc |
| 08 Segment and Separate | | [Rego](guardrails/06-segment-and-separate) |
| 09 Network Security Services | | [Rego](guardrails/09-network-security-services) |
| 10 Cyber Defence Services | | MOU |
| 11 Logging and Monitoring | | [Rego](guardrails/11-logging-and-monitoring) |
| 12 Configuration of Cloud Marketplaces | | [Rego](guardrails/12-market-place) |


## Source Links
[Government of Canada Guardrails](https://github.com/canada-ca/cloud-guardrails)

Expand Down Expand Up @@ -77,4 +93,4 @@ FAIL: 0/10
FAIL - //compute.googleapis.com/projects/gke-test-project/regions/asia-east2/subnetworks/default not located in Canada 'asia-east2'
FAIL - //compute.googleapis.com/projects/gke-test-project/regions/asia-south1/subnetworks/default not located in Canada 'asia-south1'
FAIL - //compute.googleapis.com/projects/gke-test-project/regions/asia-southeast1/subnetworks/default not located in Canada 'asia-southeast1'
```
```

0 comments on commit ca8dcde

Please sign in to comment.