openedx / course-discovery

Service providing access to consolidated course and program metadata
https://edx-discovery.readthedocs.io/en/latest/
GNU Affero General Public License v3.0
57 stars 173 forks source link

fix: put settings through index/_settings endpoint #4325

Closed Ali-D-Akbar closed 7 months ago

Ali-D-Akbar commented 7 months ago

Seeing "Your request: '/_settings' is not allowed." on stage. It seems like AWS adds a bunch of constraints on ES endpoints and using plain /_settings has a very limited usage. We're changing our logic like this