-
Notifications
You must be signed in to change notification settings - Fork 937
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Feat simplify config #635
Feat simplify config #635
Conversation
Bumps [github.com/labstack/echo/v4](https://github.com/labstack/echo) from 4.10.0 to 4.10.2. - [Release notes](https://github.com/labstack/echo/releases) - [Changelog](https://github.com/labstack/echo/blob/master/CHANGELOG.md) - [Commits](labstack/echo@v4.10.0...v4.10.2) --- updated-dependencies: - dependency-name: github.com/labstack/echo/v4 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
…v4-4.10.2' into feat-simplify-config
When testing please try out in a X-Domain Setting. I pushed a docker container: |
The |
… Ip address won't work as origin.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
OpenAPI spec also has a small paragraph mentioning CORS config. That one should probably be removed too.
Needed changes:
|
Co-authored-by: lfleischmann <67686424+lfleischmann@users.noreply.github.com>
Starting with simplifying the Cors config on the public endpoint.
Implementation
Tests
Todos
Additional context