Channels
welcome
pulumi-cdk
cloudengineering
yaml
blog-posts
localstack
pulumi-ai
package-authoring
general
pulumiup-booth-support
oracle-cloud-infrastructure
learn-pulumi-events
linen
registry
built-with-pulumi
pulumi-cloud
contribex
testingtesting321
hacktoberfest
pulumi-crosscode
content-share
finops
multi-language-hackathon
office-hours
workshops
gitlab
pulumi-kubernetes-operator
jobs
pulumi-deployments
dotnet
aws
golang
announcements
java
pulumiverse
python
install
getting-started
cloudengineering-support
testingtesting123
hackathon-03-19-2020
typescript
google-cloud
contribute
azure
kubernetes
docs
automation-api
status
Powered by
#google-cloud
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
2 Views
Post