We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
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
The text was updated successfully, but these errors were encountered:
Yes you are right! Thanks
Sorry, something went wrong.
fix doc error MarkEdmondson1234#193
98caa6d
Fix documentation error as mentioned here MarkEdmondson1234#193
No branches or pull requests
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
The text was updated successfully, but these errors were encountered: