synvestable
Results
1
comments of
synvestable
NGINX ingress allows you to do this... ``` annotations: nginx.ingress.kubernetes.io/enable-cors: "true" nginx.ingress.kubernetes.io/cors-allow-origin: "www.example.com" ``` Is there an equivalent for the gce-ingress? I can't find any security features on it, the...