Skip to content

Draft: feat: Added CORS_ORIGIN_WHITELIST feature to grove

Farhaan Bukhsh requested to merge farhaan/bb-7224-fix-file-upload into main

Description

In order to resolve cors policies and help the platform to upload files to S3 bucket, one needs to add the domains to whitelist CORS.

Supporting information

Link to other information about the change, such as GitLab issues, GitHub issues, forum discussions. Be sure to check they are publicly readable, or if not, repeat the information here.

Testing instructions

Steps to test the changes:

  1. TBD

Dependencies

List the dependencies required for this change, if any. Do not forget to link grove-template merge request here if that's affected by this change.

Screenshots

If applicable, add screenshots to help explain your feature.

Checklist

If any of the items below is not applicable, do not remove them, but put a check in it.

  • Git commit history is clean
  • Git commits are following conventional-commit practices
  • Unit tests are added/updated
  • Documentation is added/updated

Additional context

Add any other context about the merge request here.

Merge request reports