-
Notifications
You must be signed in to change notification settings - Fork 28
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'main' into gh766-script
- Loading branch information
Showing
40 changed files
with
111 additions
and
259 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -24,8 +24,10 @@ data: | |
########################## | ||
# | ||
# Name for the Admin, lowercase only | ||
# customization: required | ||
admin-name: 'admin1' | ||
# Group or User to grant permission on admin folder | ||
# customization: required | ||
admin-owner: 'user:[email protected]' | ||
# | ||
########################## | ||
|
14 changes: 14 additions & 0 deletions
14
solutions/experimentation/client-landing-zone/CHANGELOG.md
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
51 changes: 0 additions & 51 deletions
51
solutions/experimentation/client-landing-zone/logging-project/securitycontrols.md
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -39,25 +39,31 @@ data: | |
########################## | ||
# | ||
# Name for the client, lowercase only | ||
# customization: required | ||
client-name: 'client1' | ||
# | ||
# group to grant viewer permission on client folder | ||
# customization: required | ||
client-folderviewer: 'group:[email protected]' | ||
# | ||
########################## | ||
# Logging | ||
########################## | ||
# | ||
# logging project id created in core-landing-zone | ||
# customization: required | ||
logging-project-id: logging-project-12345 | ||
# | ||
# LoggingLogBucket retention settings | ||
# Set the number of days to retain logs in Cloud Logging buckets | ||
# Set the lock mechanism on the bucket to: true or false | ||
# After a retention policy is locked (true), you can't delete the bucket until every log in the bucket has fulfilled the bucket's retention period | ||
# AU-9 PROTECTION OF AUDIT INFORMATION | ||
# AU-11 AUDIT RECORD RETENTION | ||
# The values below must be modified to locked: true and retentionDays: 365 in a Production setting to implement above mentioned security controls. | ||
# The values below must be modified to retention-locking-policy: true in a Production setting to implement above mentioned security controls. | ||
# customization: required | ||
retention-locking-policy: "false" | ||
# | ||
# The values below must be modified to retention-in-days: 365 in a Production setting to implement above mentioned security controls. | ||
# customization: required | ||
retention-in-days: "1" | ||
# | ||
########################## | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.