tmforum-oda / oda-ca

Apache License 2.0
6 stars 8 forks source link

operator: API operator for Istio - non-standard port #79

Closed LesterThomas closed 1 year ago

LesterThomas commented 1 year ago

Description

When Istio is configured to use a non-standard port (i.e. not 80/443 for http/https), the url generated the API should include the port.

In my local development environment, the istio gateway is exposed on port 8081, but the API resource shows the API ENDPOINT as http://localhost/r1-productcatalog/tmf-api/productCatalogManagement/v4 whereas it should be http://localhost:8081/r1-productcatalog/tmf-api/productCatalogManagement/v4