-
…in reply to @rseroter
rseroter s_markin googlecloud IAM policies on the Servce object aren't attributes of the Service object.
gcloud run services replace
replaces only the service object. If you want to manage IAM policies via YAML, usegcloud run services set-iam-policy my-service policy.yaml
See cloud.google.com/run/docs/authenticating/public#yaml