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
Changed the ingresses, so that some values that were hardcoded, will use values.yaml as a source
Went over the components/modules in scope to check that the CORS values are set
Commit 8ac1180
AS InfoSec
I WANT CORS restrictions to be applied
SO THAT potential attack surface would be smaller
Acceptance Criteria
Access-Control-Allow-Origin
header to define which origins are allowed to access the resourceAccess-Control-Allow-Methods
header to define the HTTP methods (GET, POST, PUT, etc.) that are allowed for cross-origin requestsScope
The text was updated successfully, but these errors were encountered: