79241166

Date: 2024-12-01 08:24:35
Score: 0.5
Natty:
Report link

doing it from the terminal was much easier for me -

 gcloud functions add-iam-policy-binding <your func> \    
      --region="us-central1" \
      --member="allUsers" \                                    
      --role="roles/cloudfunctions.invoker"
Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Low reputation (0.5):
Posted by: Kenzo