Open lgnbhl opened 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:
allowUnauthenticated = FALSE
# deploy a non-public app cr_deploy_run("your-cloud-run", allowUnauthenticated = TRUE)
Thanks again for this great package! Best, Felix
Yes you are right! Thanks
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:Thanks again for this great package! Best, Felix