Closed ldx closed 4 years ago
Applications running on the VM use the service account of the instance to call Google Cloud APIs. We need a service account for cells that has the permissions "logs.write" and "monitoring.write", so that we can run the monitoring and logging agents.
https://cloud.google.com/monitoring/agent/authorization https://cloud.google.com/logging/docs/agent/authorization
Fixed in #114
Applications running on the VM use the service account of the instance to call Google Cloud APIs. We need a service account for cells that has the permissions "logs.write" and "monitoring.write", so that we can run the monitoring and logging agents.