MarkEdmondson1234 / googleCloudRunner

Easy R scripts on Google Cloud Platform via Cloud Run, Cloud Build and Cloud Scheduler
https://code.markedmondson.me/googleCloudRunner/
Other
80 stars 25 forks source link

possible doc error #193

Open lgnbhl opened 2 years ago

lgnbhl commented 2 years ago

Hello, There is a possible typo in the documentation of the cloudrunner section "Private Cloud Run service scheduling": https://code.markedmondson.me/googleCloudRunner/articles/cloudrun.html#private-cloud-run-service-scheduling

Shouldn't it be allowUnauthenticated = FALSE? What your wrote instead is:

# deploy a non-public app
cr_deploy_run("your-cloud-run", allowUnauthenticated = TRUE)

Thanks again for this great package! Best, Felix

MarkEdmondson1234 commented 2 years ago

Yes you are right! Thanks