ory / cli

The Ory CLI.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Ability to setup CORS using the cli proxy

Benehiko opened this issue · comments

Preflight checklist

Describe your problem

The ory proxy cannot set any CORS headers

Describe your ideal solution

Add flags / environment variables that could be used to set CORS or even setup standard CORS headers so that the user would only need to provide the origins. We already have support for this feature in ory/x and would only need to add the cli flags.

Workarounds or alternatives

none

Version

v0.1.28

Additional Context

No response

CORS is now available on the tunnel!

Done for CLI