Hello all, I'm trying to deploy a container servi...
# getting-started
c
Hello all, I'm trying to deploy a container service to cloud run using Pulumi. I setup a service account with "owner" role (just for a POC) but I keep running into this error:
Copy code
docker:index:Image (image):
    error: denied: Permission "artifactregistry.repositories.uploadArtifacts" denied on resource
when I run
pulumi up
. PS: With the "owner" role, the service account is expected to have all the permissions. I also went in to confirm and it does have the
"artifactregistry.repositories.uploadArtifacts"
permission. I must be missing something. Would love to get some assistance. Thanks.