Open
Description
Overview
As an application developer
I want to enable and configure cross origin resource sharing for my Ingress routes
So that I can control which domains can access my resources
Acceptance Criteria
- Allow CORS to be enabled (nginx.org//enable-cors)
- Allow user to specifiy which origin host the request can be received from (nginx.org/cors-allow-origin)
- Allow credentials to be passed in the request (nginx.org/cors-allow-credentials)
- Allow user to specifiy which headers can be passed (nginx.org/cors-allow-headers)
- Allow user to specifiy which headers can be exposed in the response (nginx.org/cors-expose-headers)
- Allow user to specify which request methods are allowed (nginx.org/cors-allow-methods)
- Allow user to specify which how long request can be cached (nginx.org/cors-max-age)
Metadata
Metadata
Assignees
Labels
Type
Projects
Status
Prioritized backlog