cors-allow-origin annotation bad docs #13189
Labels
kind/bug
Categorizes issue or PR as related to a bug.
needs-priority
needs-triage
Indicates an issue or PR lacks a `triage/foo` label and requires one.
Config from example in docs smells bad:
In your example(its not working):
nginx.ingress.kubernetes.io/cors-allow-origin: "https://origin-site.com:4443, http://origin-site.com, myprotocol://example.org:1199"
Working option:
nginx.ingress.kubernetes.io/cors-allow-origin: https://origin-site.com:4443 http://origin-site.com myprotocol://example.org:1199
The text was updated successfully, but these errors were encountered: