Kong / charts

Helm chart for Kong
Apache License 2.0
237 stars 473 forks source link

feat: add `allowAnyOrigin` to kong/`manager.ingress` [KM-122] #1078

Open sumimakito opened 1 month ago

sumimakito commented 1 month ago

What this PR does / why we need it:

This pull request adds an optional property allowAnyOrigin under manager.ingress in kong Charts.

Which issue this PR fixes

KM-122

Special notes for your reviewer:

Checklist

[Place an '[x]' (no spaces) in all applicable fields. Please remove unrelated fields.]

sumimakito commented 1 month ago

I've converted this PR into a draft as we need to be more considerate on this one. We probably also need to provide correct support for multiple URLs on the Gateway side.

cc @mheap

mheap commented 3 weeks ago

For completeness - setting allowed origins to * is something that Gateway allows, but I do not think we should allow via the chart as it is insecure. Instead, Gateway should support defining multiple hostnames