product-microgateway
product-microgateway copied to clipboard
Avoid pulling the API metadata from control plane if it is available in one environment.
Describe your problem(s)
The adapter calls /apis
endpoint to retrieve api artifacts for APIList Entity in enforcer XDS. Since the information is only used for API-Lifecycle-Status retrieval and APIUUID mappings, those properties does not change across environments. Hence, it would be better to avoid redundant REST API calls for each environment.