Skip to content

feat(api): allow configurable CORS policy #3481

Open
@walldiss

Description

@walldiss

Implementation ideas

We need to allow users to configure CORS policy. It should accomodate both secure and easy to configure way to set up CORS for different usecases.

  • if skip-auth is enabled CORS should allow any origin
  • default CORS setting should be strict mode(no cors headers)
  • have a config field to add more to Access-Control-Allow-Origin manually

Metadata

Metadata

Labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions