1

GCP API-Gateway documentation says the following

A gateway only host a single API config. You cannot deploy multiple API configs to the same gateway. https://cloud.google.com/api-gateway/docs/glossary

But I want to manage a separate swagger file for each api.

I learned that the api-gateway roadmap includes integration with the GCLB.

Does this mean that I can expect to be able to configure the following?

paths:
  /users:  -> users.config.yml
  /orders: -> orders.config.yml
mori yuta
  • 40
  • 7
  • Not yep, but it's also in the roadmap. – guillaume blaquiere Oct 01 '20 at 08:32
  • I searched in the [Public Issue Tracker](https://cloud.google.com/support/docs/issue-trackers) of GCP but didn't find anything. You can research there and in case you did not find anything, open a Feature Request with the proper components. In this way, you can track the advance of that request. – Joss Baron Oct 01 '20 at 17:59
  • thank you. I opened feature request with [Public Trackers > Cloud Platform > Networking > API Gateway] components.https://issuetracker.google.com/issues/169904955 – mori yuta Oct 02 '20 at 05:33

0 Answers0