Create an invoker email for use within authenticated Cloud Run

cr_run_email(name, projectId = cr_project_get())

Arguments

name

Name of the Cloud Run service

projectId

The projectId where the Cloud Run service will run - set to NULL to only return the processed service name

See also

Examples


cr_run_email("my-run-app", "my-project")
#> [1] "my-run-app-invoker@my-project.iam.gserviceaccount.com"