overture-stack / maestro

Indexing software to connect SONG and Arranger through Elasticsearch
https://www.overture.bio/documentation/maestro/
GNU Affero General Public License v3.0
0 stars 0 forks source link

Allow default index mapping customisation #268

Open justincorrigible opened 1 year ago

justincorrigible commented 1 year ago

As part of #267, we're making sure Maestro/ES doesn't assign "random" mappings for indices not found. Those mappings should be made available for customisation per projects' needs, which will be set on "runtime" not just at "build" time.

Note: Considering Maestro generally runs within a container, the injection of these values could be handled through Helm configmaps and/or Docker volumes.