https://pulumi.com logo
#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