You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Using only a config.yaml to setup the router, it is impossible to make use of wildcards in cors.allow_origins as AllowWildcard is never set and therefore parseWildcardRules() doesn't pickup any rules.
Using only a config.yaml to setup the router, it is impossible to make use of wildcards in cors.allow_origins as AllowWildcard is never set and therefore parseWildcardRules() doesn't pickup any rules.
WunderGraph commits fully to Open Source and we want to make sure that we can help you as fast as possible.
The roadmap is driven by our customers and we have to prioritize issues that are important to them.
You can influence the priority by becoming a customer. Please contact us here.
router v0.92.3
Description
Using only a
config.yaml
to setup the router, it is impossible to make use of wildcards incors.allow_origins
asAllowWildcard
is never set and thereforeparseWildcardRules()
doesn't pickup any rules.Steps to Reproduce
Start a router with the following in the config:
Use chrome to make a fetch request to your router and you will get 403 Forbidden in the OPTIONS request.
Expected Result
OPTIONS request should go through
Actual Result
403 Forbidden in the OPTIONS request
Useful links
allow_wildcard
should be added here ? https://github.com/wundergraph/cosmo/blob/main/router/pkg/config/config.go#L112saved_reply_id:
issue[textarea_helper_element]: ## Description
Using only a
config.yaml
to setup the router, it is impossible to make use of wildcards incors.allow_origins
asAllowWildcard
is never set and thereforeparseWildcardRules()
doesn't pickup any rules.Steps to Reproduce
Start a router with the following in the config:
Use chrome to make a fetch request to your router and you will get 403 Forbidden in the OPTIONS request.
Expected Result
OPTIONS request should go through
Actual Result
403 Forbidden in the OPTIONS request
Useful links
allow_wildcard
should be added here ? https://github.com/wundergraph/cosmo/blob/main/router/pkg/config/config.go#L112Config
The text was updated successfully, but these errors were encountered: