Does anyone know how to create OAuth GCP in pulum...
# getting-started
f
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
@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
@kind-room-82948 thank you !
k
@fast-ability-28628 https://cloud.google.com/iap/docs/programmatic-oauth-clients Here's a good source doc on it btw