1

I need to grant a GCP project user permissions so he is able to run cron tasks from the app engine console. I've been looking around and could not find suitable permissions for that. Any tip??

2 Answers2

1

I believe that the permission required to do this is cloudscheduler.jobs.run, which is provided by the Owner, Editor, roles/cloudscheduler.jobRunner, or roles/cloudscheduler.admin roles.

See the IAM permissions reference

0

According to the official documentation, your account requires one of the following IAM roles: Owner or Editor.

Sandro G
  • 52
  • 5