Skip to content

Commit

Permalink
Enable additional recommended org policies
Browse files Browse the repository at this point in the history
Fixes #2047
Fixes #2048
Fixes #2049
  • Loading branch information
juliocc committed Feb 5, 2024
1 parent 5448ab6 commit 13cc2d5
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 6 deletions.
12 changes: 6 additions & 6 deletions fast/stages/0-bootstrap/data/org-policies/compute.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -55,13 +55,13 @@ compute.trustedImageProjects:
# rules:
# - enforce: true

# compute.disableNestedVirtualization:
# rules:
# - enforce: true
compute.disableNestedVirtualization:
rules:
- enforce: true

# compute.disableSerialPortAccess:
# rules:
# - enforce: true
compute.disableSerialPortAccess:
rules:
- enforce: true

# compute.restrictCloudNATUsage:
# rules:
Expand Down
4 changes: 4 additions & 0 deletions fast/stages/0-bootstrap/data/org-policies/storage.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,3 +9,7 @@
storage.uniformBucketLevelAccess:
rules:
- enforce: true

storage.publicAccessPrevention:
rules:
- enforce: true

0 comments on commit 13cc2d5

Please sign in to comment.