-
Notifications
You must be signed in to change notification settings - Fork 27
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* project, vpc, subnet, nat, dnslogging * adding organization role admin to management namespace * adding fortigates * adding distinct ilb for explicit proxy * fixed explicit proxy, security controls and formatting * management vm: shielded vm and cis remark * adding org policies exemptions Removed ref to AC-5 * renamed project to hub and defined depends-on * added IAP permissions * Update securitycontrols.md Added missing text for AC-3(7) description * doc: adressing comments * feat: initial hub package --------- Co-authored-by: fmichaelobrien <[email protected]> Co-authored-by: Michael O'Brien <[email protected]> Co-authored-by: amcmullin <[email protected]>
- Loading branch information
1 parent
001c491
commit 160f630
Showing
47 changed files
with
3,103 additions
and
18 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
16 changes: 16 additions & 0 deletions
16
solutions/landing-zone-v2/namespaces/management-namespace.yaml
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 |
---|---|---|
@@ -0,0 +1,16 @@ | ||
# Grant GCP role Organization Role Admin to GCP config-control-sa a.k.a yakima | ||
apiVersion: iam.cnrm.cloud.google.com/v1beta1 | ||
kind: IAMPolicyMember | ||
metadata: | ||
name: config-control-sa-orgroleadmin-permissions | ||
namespace: config-control # kpt-set: ${management-namespace} | ||
annotations: | ||
cnrm.cloud.google.com/project-id: management-project-id # kpt-set: ${management-project-id} | ||
cnrm.cloud.google.com/ignore-clusterless: "true" | ||
spec: | ||
resourceRef: | ||
apiVersion: resourcemanager.cnrm.cloud.google.com/v1beta1 | ||
kind: Organization | ||
external: "123456789012" # kpt-set: ${org-id} | ||
role: roles/iam.organizationRoleAdmin | ||
member: "serviceAccount:service-management-project-number@gcp-sa-yakima.iam.gserviceaccount.com" # kpt-set: serviceAccount:service-${management-project-number}@gcp-sa-yakima.iam.gserviceaccount.com |
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,17 @@ | ||
apiVersion: kpt.dev/v1 | ||
kind: Kptfile | ||
metadata: | ||
name: hub-env | ||
annotations: | ||
config.kubernetes.io/local-config: "true" | ||
info: | ||
description: | | ||
Landing zone v2 subpackage. | ||
A project that implements the Hub functionality from the Hub and Spoke network design. | ||
This package is NOT required within an experimentation landing zone. | ||
pipeline: | ||
mutators: | ||
- image: gcr.io/kpt-fn/apply-setters:v0.2 | ||
configPath: setters.yaml | ||
- image: gcr.io/kpt-fn/search-replace:v0.2.0 | ||
configPath: search-replace-config.yaml |
Oops, something went wrong.