View source: R/setup_buildemail.R
cr_setup_service | R Documentation |
Give a service account the right permissions for googleCloudRunner operations
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") )
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 |
Other setup functions:
cr_setup_auth()
,
cr_setup_test()
,
cr_setup()
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.