Is there a way of checking the SA used in a Google API Gateway?

72 Views Asked by At

I create an Google API Gateway recently with Terraform to create it associated with a custom SA that will handle the IAM between the backends and the API.

Now that's created I can't find a way to validate the creation using the Google Cloud Console, is there a way of validate this info by using gclou or other option?

1

There are 1 best solutions below

0
luisvenezian On
gcloud api-gateway api-configs describe my-config \
  --api=my-api --project=my-project

https://cloud.google.com/api-gateway/docs/secure-traffic-gcloud