solo-io / gloo-portal-issues

Public tracker for issues related to Gloo Portal
https://docs.solo.io/gloo-portal/latest/
1 stars 3 forks source link

add options to Portal object #125

Open antonioberben opened 2 years ago

antonioberben commented 2 years ago

Is your feature request related to a problem? Please describe. A customer would like add Virtualservice options to the portal object.

The Environment resource does expose those config through gatewayConfig https://docs.solo.io/gloo-portal/latest/reference/api/environment/#portal.gloo.solo.io.EnvironmentSpec.GatewayConfig

Describe the solution you'd like The Portal spec does not offer virtualservice options for the developers API like the Environment resource does under gatewayConfig attribute for the products APIs.

In order to, for example, manipulate headers for the developers API, we would need to include options at the Portal level.

Thank you