Kong + GCP Cloud Run service-to-service

Hi, currently we have our own gateway built in nodejs, deployed on Cloud Run which connects to other Cloud Run services using access tokens from /metadata server.

Main question is if Kong have ability to work like that with authentication service-to-service?
https://cloud.google.com/run/docs/authenticating/service-to-service

1 Like

Is there an answer to this topic?

In the end I wrote my own plugin to do this…