Channels
announcements
automation-api
aws
azure
blog-posts
built-with-pulumi
cloudengineering
cloudengineering-support
content-share
contribex
contribute
docs
dotnet
finops
general
getting-started
gitlab
golang
google-cloud
hackathon-03-19-2020
hacktoberfest
install
java
jobs
kubernetes
learn-pulumi-events
linen
localstack
multi-language-hackathon
office-hours
oracle-cloud-infrastructure
plugin-framework
pulumi-ai
pulumi-cdk
pulumi-cloud
pulumi-crosscode
pulumi-deployments
pulumi-kubernetes-operator
pulumiverse
python
registry
status
testingtesting123
testingtesting321
typescript
welcome
workshops
yaml
Powered by
Title
b
billions-glass-17089
12/16/2021, 10:51 PM
notice there's a flag on the GCP cli to create cloud functions without authentication, how does one do the same via pulumi?
https://cloud.google.com/sdk/gcloud/reference/functions/deploy#--allow-unauthenticated
t
tall-librarian-49374
12/17/2021, 7:21 AM
Like this:
https://github.com/pulumi/examples/blob/master/gcp-ts-functions/index.ts#L12
👍 1
b
billions-glass-17089
01/07/2022, 10:59 PM
I ended up not using Pulumi and just uploading my function via
gcloud
. I can’t tell if it’s GCP or the library but i couldn’t get the “magic” function feature working
TBH, I’m not a
huge
fan of GCP’s function dev workflow
#google-cloud
Join Slack