-
Notifications
You must be signed in to change notification settings - Fork 2k
Open
Labels
area/apigatewayIssues related to API Gateway capabilitiesIssues related to API Gateway capabilitiesarea/securityIssues related to security capabilities or concernsIssues related to security capabilities or concernsproposalAn issue that proposes a feature requestAn issue that proposes a feature requestrefinedIssues that are ready to be prioritizedIssues that are ready to be prioritized
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
area/apigatewayIssues related to API Gateway capabilitiesIssues related to API Gateway capabilitiesarea/securityIssues related to security capabilities or concernsIssues related to security capabilities or concernsproposalAn issue that proposes a feature requestAn issue that proposes a feature requestrefinedIssues that are ready to be prioritizedIssues that are ready to be prioritized
Type
Projects
Status
Prioritized backlog