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
Adding an allow entry for a new origin to a gateway service using the CORS plugin does not work properly.
If I added an Origin called "http://my-tet-domain.com" to the Origin whitelist inside the CORS Plugin, CORS for this Origin should resolve normally for all requests.
However, CORS error are occurring quite frequently, and CORS permission settings are being passed intermittently.
This phenomenon of irregular plugin application needs to be resolved.
The environment in which I use Kong Gateway is Rocky Linux, and there are no problems related to the Upstream Server or Route path.
Also, I manage this configuration information in DB Mode using PostgreSQL.
Expected Behavior
If you add origins to be allowed in the CORS Plugin, all origins should pass normally.
Failure/success should not occur irregularly like in my case.
Steps To Reproduce
Define Gateway Service, Routes, and Upstreams and apply CORS Plugin to the relevant settings.
Register a new origin in CORS Plugin.
Send a request to the Kong Gateway from the new registered Origin.
Anything else?
No response
The text was updated successfully, but these errors were encountered:
Is there an existing issue for this?
Kong version (
$ kong version
)3.8.0
Current Behavior
Adding an allow entry for a new origin to a gateway service using the CORS plugin does not work properly.
If I added an Origin called "http://my-tet-domain.com" to the Origin whitelist inside the CORS Plugin, CORS for this Origin should resolve normally for all requests.
However, CORS error are occurring quite frequently, and CORS permission settings are being passed intermittently.
This phenomenon of irregular plugin application needs to be resolved.
The environment in which I use Kong Gateway is Rocky Linux, and there are no problems related to the Upstream Server or Route path.
Also, I manage this configuration information in DB Mode using PostgreSQL.
Expected Behavior
If you add origins to be allowed in the CORS Plugin, all origins should pass normally.
Failure/success should not occur irregularly like in my case.
Steps To Reproduce
Define Gateway Service, Routes, and Upstreams and apply CORS Plugin to the relevant settings.
Register a new origin in CORS Plugin.
Send a request to the Kong Gateway from the new registered Origin.
Anything else?
No response
The text was updated successfully, but these errors were encountered: