Channels
esc
welcome
pulumi-cdk
cloudengineering
yaml
blog-posts
localstack
pulumi-ai
package-authoring
policy-as-code
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
general
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
#getting-started
Title
# getting-started
f
fast-ability-28628
02/16/2022, 10:02 PM
Does anyone know how to create OAuth GCP in pulumi? I have looked under gcp.iap and gcp.identityplatform and cannot find the right constructor to use.
k
kind-room-82948
03/02/2022, 5:05 PM
@fast-ability-28628
I was able to get this done with these two: First create:
https://www.pulumi.com/registry/packages/gcp/api-docs/iap/brand/
Then create (which has the client/secret):
https://www.pulumi.com/registry/packages/gcp/api-docs/iap/client/
f
fast-ability-28628
03/03/2022, 1:19 PM
@kind-room-82948
thank you !
k
kind-room-82948
03/03/2022, 5:12 PM
@fast-ability-28628
https://cloud.google.com/iap/docs/programmatic-oauth-clients
Here's a good source doc on it btw
4 Views
Post