...

Text file src/edge-infra.dev/config/pallets/f8n/platform-infra/iam.yaml

Documentation: edge-infra.dev/config/pallets/f8n/platform-infra

     1apiVersion: iam.cnrm.cloud.google.com/v1beta1
     2kind: IAMPolicyMember
     3metadata:
     4  name: ncr-view-plat-infra-project
     5  annotations:
     6    description: Allow any NCR employees to _view_ our platform infra project.
     7spec:
     8  member: domain:ncr.com
     9  resourceRef:
    10    apiVersion: resourcemanager.cnrm.cloud.google.com/v1beta1
    11    kind: Project
    12    external: projects/${gcp_project_id}
    13  role: roles/viewer
    14---
    15apiVersion: iam.cnrm.cloud.google.com/v1beta1
    16kind: IAMPolicyMember
    17metadata:
    18  name: ncr-view-plat-infra-cluster
    19  annotations:
    20    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"
    21spec:
    22  member: domain:ncr.com
    23  resourceRef:
    24    apiVersion: resourcemanager.cnrm.cloud.google.com/v1beta1
    25    kind: Project
    26    external: projects/${gcp_project_id}
    27  role: roles/container.viewer

View as plain text