Skip to main content

npx remotion cloudrun permissions

EXPERIMENTAL

Cloud Run is in Alpha, which means APIs may change in any version and documentation is not yet finished. See the changelog to stay up to date with breaking changes.

Prints and validates the permissions that should be on the IAM role that is attached to the Service Account in GCP, as per the setup steps.

npx remotion cloudrun permissions
npx remotion cloudrun permissions
Show output
✅ iam.serviceAccounts.actAs
✅ run.operations.get
✅ run.routes.invoke
✅ run.services.create
✅ run.services.get
✅ run.services.delete
✅ run.services.list
✅ run.services.update
✅ storage.buckets.create
✅ storage.buckets.get
✅ storage.buckets.list
✅ storage.objects.create
✅ storage.objects.delete
✅ storage.objects.list
✅ logging.logEntries.list

See also