...

Text file src/edge-infra.dev/config/pallets/sds/emergencyaccess/banner-infra/manifests.yaml

Documentation: edge-infra.dev/config/pallets/sds/emergencyaccess/banner-infra

     1apiVersion: pubsub.cnrm.cloud.google.com/v1beta1
     2kind: PubSubTopic
     3metadata:
     4  name: topic.dsds-ea-request
     5---
     6apiVersion: pubsub.cnrm.cloud.google.com/v1beta1
     7kind: PubSubTopic
     8metadata:
     9  name: topic.dsds-ea-response
    10---
    11apiVersion: iam.cnrm.cloud.google.com/v1beta1
    12kind: IAMPartialPolicy
    13metadata:
    14  name: ea-request-topic-policy.dsds-ea-sa
    15spec:
    16  bindings:
    17  - members:
    18    - member: serviceAccount:ea-pubsub-sa@${foreman_gcp_project_id}.iam.gserviceaccount.com
    19    role: roles/pubsub.publisher
    20  resourceRef:
    21    name: topic.dsds-ea-request
    22    apiVersion: pubsub.cnrm.cloud.google.com/v1beta1
    23    kind: PubSubTopic

View as plain text