Skip to content

Commit

Permalink
Allow all origin in cors (#21668)
Browse files Browse the repository at this point in the history
* Allow all origin in cors

* Update cors filter
  • Loading branch information
benmoriceau authored Jan 20, 2023
1 parent 0562b96 commit 8531530
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions airbyte-server/src/main/resources/application.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,10 @@ micronaut:
port: 8001
cors:
enabled: true
configurations:
web:
allowedOrigins:
- ^.*$
airbyte:
cloud:
storage:
Expand Down

0 comments on commit 8531530

Please sign in to comment.