I'm trying to deploy a Google Cloud Function (v2) ...
# google-cloud
d
I'm trying to deploy a Google Cloud Function (v2) -- how do I allow unauthenticated access ? ( https://cloud.google.com/functions/docs/writing/http#limitations the
--allow-unauthenticated flag
)
q
I remember doing this for a cloud run job with an IamPolicy pulumi object. Is there something similar?