cr_setup_service {googleCloudRunner} | R Documentation |
Give a service account the right permissions for googleCloudRunner operations
Description
Give a service account the right permissions for googleCloudRunner operations
Usage
cr_setup_service(
account_email,
roles = cr_setup_role_lookup("local"),
json = Sys.getenv("GAR_CLIENT_JSON"),
email = Sys.getenv("GARGLE_EMAIL")
)
cr_setup_role_lookup(
type = c("local", "cloudrun", "bigquery", "secrets", "cloudbuild", "cloudstorage",
"schedule_agent", "run_agent", "compute")
)
Arguments
account_email |
The service account email e.g. |
roles |
the roles to grant access - default is all googleCloudRunner functions |
json |
the project clientId JSON |
email |
the email of an Owner/Editor for the project |
type |
the role |
See Also
Other setup functions:
cr_setup_auth()
,
cr_setup_test()
,
cr_setup()
[Package googleCloudRunner version 0.5.0 Index]