Skip to content

Enable CORS in kind: Ingress #7582

@shaun-nx

Description

@shaun-nx

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

No one assigned

    Labels

    area/apigatewayIssues related to API Gateway capabilitiesarea/securityIssues related to security capabilities or concernsproposalAn issue that proposes a feature requestrefinedIssues that are ready to be prioritized

    Projects

    Status

    Prioritized backlog

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions