GCP - Cloud Functions
Given this deployment command:
What is the effect of the
gcloud functions deploy greetUser --runtime nodejs18 --trigger-http --allow-unauthenticated
What is the effect of the
--allow-unauthenticated flag?