apiVersion: iam.cnrm.cloud.google.com/v1beta1 kind: IAMPolicyMember metadata: name: ncr-view-plat-infra-project annotations: description: Allow any NCR employees to _view_ our platform infra project. spec: member: domain:ncr.com resourceRef: apiVersion: resourcemanager.cnrm.cloud.google.com/v1beta1 kind: Project external: projects/${gcp_project_id} role: roles/viewer --- apiVersion: iam.cnrm.cloud.google.com/v1beta1 kind: IAMPolicyMember metadata: name: ncr-view-plat-infra-cluster annotations: description: "Allow any NCR employees to _authenticate_ to our platform infra cluster.\nThis is provided so that people can view whether or not their infra\nhave successfully reconciled. \n" spec: member: domain:ncr.com resourceRef: apiVersion: resourcemanager.cnrm.cloud.google.com/v1beta1 kind: Project external: projects/${gcp_project_id} role: roles/container.viewer